This is an automated email from the ASF dual-hosted git repository.
dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9c00617 [INLONG-1810] Modify the architecture diagram (#188)
9c00617 is described below
commit 9c006170cf9e8265a837b90c1e1d7cda4bd23d40
Author: lizhwang <[email protected]>
AuthorDate: Thu Nov 18 19:23:23 2021 +0800
[INLONG-1810] Modify the architecture diagram (#188)
---
blog/apache-inlong-0.11.0.md | 2 +-
docs/user_guide/quick_start.md | 2 +-
docusaurus.config.js | 2 +-
.../current/user_guide/quick_start.md | 2 +-
i18n/zh-CN/docusaurus-theme-classic/navbar.json | 6 +++---
static/img/inlong-structure-en.png | Bin 0 -> 31897 bytes
static/img/inlong-structure-zh.png | Bin 0 -> 33965 bytes
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/blog/apache-inlong-0.11.0.md b/blog/apache-inlong-0.11.0.md
index f6b0b5c..2c1240d 100644
--- a/blog/apache-inlong-0.11.0.md
+++ b/blog/apache-inlong-0.11.0.md
@@ -14,7 +14,7 @@ Apache InLong(incubating) 从 0.9.0 版本开始由原 Apache
TubeMQ(incubatin
[Apache InLong(应龙)](https://inlong.apache.org/zh-cn/)是腾讯捐献给 Apache
社区的一站式数据流接入服务平台,提供自动、安全、高性能、分布式的数据发布订阅能力,基于该系统用户可以轻松构建基于流式的数据应用。InLong
项目原本叫TubeMQ ,专注高性能、低成本的消息队列服务。为了进一步释放 TubeMQ 周边生态能力,我们将项目升级为 InLong
,专注打造一站式数据流接入服务平台。
Apache InLong 以腾讯内部使用的 [TDBank](http://tdbank.oa.com/#/index)
为原型,依托万亿级别的数据接入和处理能力,整合了数据采集、汇聚、存储、分拣数据处理全流程,拥有简单易用、灵活扩展、稳定可靠等特性。
-<img src="/img/inlong_architecture.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-zh.png" align="center" alt="Apache InLong"/>
Apache InLong 服务于数据采集到落地的整个生命周期,按数据的不同阶段提供不同的处理模块,主要包括:
- **inlong-agent** ,数据采集 Agent ,支持从指定目录或文件读取常规日志,进行逐条的数据上报。后续也将扩展 DB
采集,扩展HTTP上报等能力。
diff --git a/docs/user_guide/quick_start.md b/docs/user_guide/quick_start.md
index 964d4d0..483aa46 100644
--- a/docs/user_guide/quick_start.md
+++ b/docs/user_guide/quick_start.md
@@ -6,7 +6,7 @@ sidebar_position: 1
This section contains a quick start guide to help you get started with Apache
InLong.
## Overall architecture
-<img src="/img/inlong_architecture.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-en.png" align="center" alt="Apache InLong"/>
[Apache InLong](https://inlong.apache.org)(incubating) overall architecture is
as above. This component is a one-stop data streaming platform that provides
automated, secure, distributed, and efficient data publishing and subscription
capabilities to help You can easily build stream-based data applications.
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 9ffaa35..5c0cfb1 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -73,7 +73,7 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
to: "/docs/user_guide/quick_start",
items: [
{
- label: "latest",
+ label: "Next",
to: "/docs/next/user_guide/quick_start",
},
{
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_guide/quick_start.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_guide/quick_start.md
index 87415f7..06db88f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_guide/quick_start.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/user_guide/quick_start.md
@@ -6,7 +6,7 @@ sidebar_position: 1
本节包含快速入门指南,可帮助您开始使用 Apache InLong。
## 整体架构
-<img src="/img/inlong_architecture.png" align="center" alt="Apache InLong"/>
+<img src="/img/inlong-structure-zh.png" align="center" alt="Apache InLong"/>
[Apache InLong](https://inlong.apache.org)(incubating)
整体架构如上,该组件是一站式数据流媒体平台,提供自动化、安全、分布式、高效的数据发布和订阅能力,帮助您轻松构建基于流的数据应用程序。
diff --git a/i18n/zh-CN/docusaurus-theme-classic/navbar.json
b/i18n/zh-CN/docusaurus-theme-classic/navbar.json
index 013f015..10ae35f 100644
--- a/i18n/zh-CN/docusaurus-theme-classic/navbar.json
+++ b/i18n/zh-CN/docusaurus-theme-classic/navbar.json
@@ -7,9 +7,9 @@
"message": "文档",
"description": "Navbar item with label DOC"
},
- "item.label.latest": {
- "message": "当前版本",
- "description": "Navbar item with label latest"
+ "item.label.Next": {
+ "message": "Next",
+ "description": "Navbar item with label Next"
},
"item.label.DOWNLOAD": {
"message": "下载",
diff --git a/static/img/inlong-structure-en.png
b/static/img/inlong-structure-en.png
new file mode 100644
index 0000000..850ed0e
Binary files /dev/null and b/static/img/inlong-structure-en.png differ
diff --git a/static/img/inlong-structure-zh.png
b/static/img/inlong-structure-zh.png
new file mode 100644
index 0000000..7539ba1
Binary files /dev/null and b/static/img/inlong-structure-zh.png differ