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 2017/06/05 09:32:27 UTC

incubator-griffin git commit: document and png

Repository: incubator-griffin
Updated Branches:
  refs/heads/master 260f1e3a4 -> 62ce626af


document and png

Author: Lionel Liu <bh...@163.com>

Closes #62 from bhlx3lyx7/doc.


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

Branch: refs/heads/master
Commit: 62ce626af69cb11a17ac5093e9fa56689dfdaf8d
Parents: 260f1e3
Author: Lionel Liu <bh...@163.com>
Authored: Mon Jun 5 17:32:20 2017 +0800
Committer: Lionel Liu <bh...@163.com>
Committed: Mon Jun 5 17:32:20 2017 +0800

----------------------------------------------------------------------
 griffin-doc/img/userguide/asset list.png     | Bin 0 -> 82677 bytes
 griffin-doc/img/userguide/confirm new.png    | Bin 0 -> 162012 bytes
 griffin-doc/img/userguide/data asset new.png | Bin 0 -> 26545 bytes
 griffin-doc/img/userguide/source new.png     | Bin 0 -> 167192 bytes
 griffin-doc/img/userguide/target new.png     | Bin 0 -> 143609 bytes
 griffin-doc/userguide.md                     |  29 +++++++++++-----------
 6 files changed, 14 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/62ce626a/griffin-doc/img/userguide/asset list.png
----------------------------------------------------------------------
diff --git a/griffin-doc/img/userguide/asset list.png b/griffin-doc/img/userguide/asset list.png
new file mode 100644
index 0000000..761a27a
Binary files /dev/null and b/griffin-doc/img/userguide/asset list.png differ

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/62ce626a/griffin-doc/img/userguide/confirm new.png
----------------------------------------------------------------------
diff --git a/griffin-doc/img/userguide/confirm new.png b/griffin-doc/img/userguide/confirm new.png
new file mode 100644
index 0000000..a2d5789
Binary files /dev/null and b/griffin-doc/img/userguide/confirm new.png differ

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/62ce626a/griffin-doc/img/userguide/data asset new.png
----------------------------------------------------------------------
diff --git a/griffin-doc/img/userguide/data asset new.png b/griffin-doc/img/userguide/data asset new.png
new file mode 100644
index 0000000..fc6541a
Binary files /dev/null and b/griffin-doc/img/userguide/data asset new.png differ

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/62ce626a/griffin-doc/img/userguide/source new.png
----------------------------------------------------------------------
diff --git a/griffin-doc/img/userguide/source new.png b/griffin-doc/img/userguide/source new.png
new file mode 100644
index 0000000..fc42d7e
Binary files /dev/null and b/griffin-doc/img/userguide/source new.png differ

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/62ce626a/griffin-doc/img/userguide/target new.png
----------------------------------------------------------------------
diff --git a/griffin-doc/img/userguide/target new.png b/griffin-doc/img/userguide/target new.png
new file mode 100644
index 0000000..246977b
Binary files /dev/null and b/griffin-doc/img/userguide/target new.png differ

http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/62ce626a/griffin-doc/userguide.md
----------------------------------------------------------------------
diff --git a/griffin-doc/userguide.md b/griffin-doc/userguide.md
index b44188e..5a3dd77 100644
--- a/griffin-doc/userguide.md
+++ b/griffin-doc/userguide.md
@@ -19,11 +19,11 @@ After you log into the system, you may follow the steps:
 
 You can check the data assets by clicking "DataAssets" on the top right corner.
 
-<img src="img/userguide/data asset.png" >
+<img src="img/userguide/data asset new.png" >
 
 Then you can see all the data assets listed here.
 
-<img src="img/userguide/asset.png">
+<img src="img/userguide/asset list.png">
 
 ### 2.2 Create measure
 
@@ -41,7 +41,8 @@ There are mainly four kinds of measures for you to choose, which are:
 At current we only support accuracy measure creation from UI.
 
 #### **2.2.1 Accuracy** [[1]](#accuracy)
-<img src="img/userguide/accurancy.png" >
+
+<img src="img/userguide/accuracy.png" >
 
 **Definition:**
 
@@ -49,22 +50,21 @@ Measured by how the values agree with an identified source of truth.
 
 **Steps:**
 
-1)      Choose source
+1) Choose source
 
 Select the source dataset and fields which will be used for comparision.
 
-<img src="img/userguide/source.PNG">
+<img src="img/userguide/source new.png">
 
 For example, we choose 2 columns here.
 
-2)      Choose target:
+2) Choose target:
 
 Select the target dataset and fields which will be used for comparision.
 
-<img src="img/userguide/target.PNG">
-
+<img src="img/userguide/target new.png">
 
-3)      Mapping source and target
+3) Mapping source and target
 
 - Step1: "Map To": Select which rule to match the source and the target. Here are 6 options to choose:
   1. == : data of the two columns should be exactly matched.
@@ -75,17 +75,16 @@ Select the target dataset and fields which will be used for comparision.
   3. <= : the target column data should be smaller than or equal to the source one.
 - Step2: "Source fields": choose the source column that you want to compare with the target column.
 
-<img src="img/userguide/mapping.PNG">
-
-4)      Configuration
+<img src="img/userguide/mapping.png">
 
-Set up the measure required information.
+4) Configuration
 
+Set up the measure required information.  
 The organization means the group of your measure, you can manage your measurement dashboard by group later.
 
-<img src="img/userguide/confirm.png">
+<img src="img/userguide/confirm new.png">
 
-5)      Measure information
+5) Measure information
 
 After you create a new accuracy measure, you can check the measure you've created by selecting it in the listed measurements' page.