You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@griffin.apache.org by gu...@apache.org on 2018/09/14 07:33:05 UTC

incubator-griffin-site git commit: init streaming cases

Repository: incubator-griffin-site
Updated Branches:
  refs/heads/master f0a64e707 -> ad86c14f4


init streaming cases


Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/commit/ad86c14f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/tree/ad86c14f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/diff/ad86c14f

Branch: refs/heads/master
Commit: ad86c14f4489c4e5af40c9b50c6918ff13e685fc
Parents: f0a64e7
Author: William Guo <gu...@apache.org>
Authored: Fri Sep 14 15:32:57 2018 +0800
Committer: William Guo <gu...@apache.org>
Committed: Fri Sep 14 15:32:57 2018 +0800

----------------------------------------------------------------------
 _config.yml | 2 +-
 usecases.md | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/ad86c14f/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 1470ac2..f65b811 100644
--- a/_config.yml
+++ b/_config.yml
@@ -35,7 +35,7 @@ documentations:
     links:
       - title: Quick Start
         url: /docs/quickstart.html
-      - title: Use Cases
+      - title: Streaming Use Cases
         url: /docs/usecases.html
       - title: Community
         url: /docs/community.html

http://git-wip-us.apache.org/repos/asf/incubator-griffin-site/blob/ad86c14f/usecases.md
----------------------------------------------------------------------
diff --git a/usecases.md b/usecases.md
index 426dfca..8b54e66 100644
--- a/usecases.md
+++ b/usecases.md
@@ -1,8 +1,10 @@
 ---
 layout: doc
-title:  "griffin use cases" 
+title:  "Streaming Use Cases" 
 permalink: /docs/usecases.html
 ---
 
-### Apache Griffin Use Cases
+## User Story
+Say we have two streaming data set(topic_src, topic_tgt), we need to know what is the data quality for target data set, based on source data set.
+