This is an automated email from the ASF dual-hosted git repository.
guoyp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/griffin-site.git
The following commit(s) were added to refs/heads/master by this push:
new 3f07e1d fix image path
3f07e1d is described below
commit 3f07e1dafdfe10546b8b1e337690b060b839513e
Author: William Guo <[email protected]>
AuthorDate: Mon Jan 21 21:37:27 2019 +0800
fix image path
---
_config.yml | 2 +-
quickstart-cn.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_config.yml b/_config.yml
index 498d995..4782e29 100644
--- a/_config.yml
+++ b/_config.yml
@@ -35,7 +35,7 @@ documentations:
links:
- title: Quick Start
url: /docs/quickstart.html
- - title: Quick Start: Chinese Version
+ - title: Quick Start (Chinese Version)
url: /docs/quickstart-cn.html
- title: Streaming Use Cases
url: /docs/usecases.html
diff --git a/quickstart-cn.md b/quickstart-cn.md
index d7d62f5..9b4b90a 100644
--- a/quickstart-cn.md
+++ b/quickstart-cn.md
@@ -9,7 +9,7 @@ permalink: /docs/quickstart-cn.html
在Griffin的架构中,主要分为Define、Measure和Analyze三个部分,如下图所示:
-
+
各部分的职责如下:
@@ -127,7 +127,7 @@ curl -XPUT http://es:9200/griffin -d '
在这里我使用源码编译打包的方式来部署Griffin,Griffin的源码地址是:[https://github.com/apache/griffin.git](https://github.com/apache/griffin.git),这里我使用的源码tag是griffin-0.4.0,下载完成在idea中导入并展开源码的结构图如下:
-
+
Griffin的源码结构很清晰,主要包括griffin-doc、measure、service和ui四个模块,其中griffin-doc负责存放Griffin的文档,measure负责与spark交互,执行统计任务,service使用spring
boot作为服务实现,负责给ui模块提供交互所需的restful api,保存统计任务,展示统计结果。
@@ -314,7 +314,7 @@ http://IP:8080
UI操作文档链接:[Apache Griffin User
Guide](https://github.com/apache/griffin/blob/master/griffin-doc/ui/user-guide.md)。通过UI操作界面,我们可以创建自己的统计任务,部分结果展示界面如下:
-
+
#### 功能体验