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/inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 4cd38be91b [INLONG-606][Doc] Add an entrance guide for Standard and 
Lightweight Architecture (#607)
4cd38be91b is described below

commit 4cd38be91bf3ae8b632e8b5887321a61bd36e156
Author: Charles Zhang <dockerzh...@apache.org>
AuthorDate: Thu Nov 17 17:17:14 2022 +0800

    [INLONG-606][Doc] Add an entrance guide for Standard and Lightweight 
Architecture (#607)
---
 docs/deployment/bare_metal.md                              | 14 +++++++++++---
 docs/deployment/docker.md                                  |  2 +-
 .../current/deployment/bare_metal.md                       | 10 ++++++++--
 .../current/deployment/docker.md                           |  2 +-
 4 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/docs/deployment/bare_metal.md b/docs/deployment/bare_metal.md
index feade95a6c..3ff2896455 100644
--- a/docs/deployment/bare_metal.md
+++ b/docs/deployment/bare_metal.md
@@ -15,7 +15,10 @@ InLong Support the following Message Queue services now, you 
can choose one of t
 ## Download the Binary Package
 You can get binary package from [Download 
Page](https://inlong.apache.org/download) ,or you can build the InLong refer to 
[How to Build](quick_start/how_to_build.md).。
 
-## Deploy
+## Standard Architecture
+You need deploy all InLong components for Standard Architecture.
+
+### Deploy
 | order | component              | dependencies           | deploy guide       
                                                                                
                                                          | description |
 
|-------|------------------------|------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------|
 | 1     | inlong-audit           | MySQL or Elasticsearch | [InLong 
Audit](modules/audit/quick_start.md)                                            
                                                                     |          
   |
@@ -25,5 +28,10 @@ You can get binary package from [Download 
Page](https://inlong.apache.org/downlo
 | 5     | inlong-dashboard       | Nginx or Docker        | [InLong 
Dashboard](modules/dashboard/quick_start.md)                                    
                                                                     |          
   |
 | 6     | inlong-sort-connectors | Apache Flink           | Extract 
[apache-inlong-[version]-sort-connectors.tar.gz](https://inlong.apache.org/download/)
 and move connectors jar to `inlong-sort/connectors` directory. |             |
 
-## Create Data Stream
-After the InLong cluster deployed successfully, you can create a data stream 
refer to the [Dashboard Usage Guide](user_guide/dashboard_usage.md) to start 
using.
\ No newline at end of file
+### Create Data Stream
+After the InLong cluster deployed successfully, you can create a data stream 
refer to the [Dashboard Usage Guide](user_guide/dashboard_usage.md) to start 
using.
+
+## Lightweight Architecture
+### Deploy
+Lightweight Architecture only needs InLong Sort component, it is simple and 
flexible, suitable for small-scale data.
+You can deploy and use it refer [the deployment 
guide](modules/sort/quick_start.md).
\ No newline at end of file
diff --git a/docs/deployment/docker.md b/docs/deployment/docker.md
index b2d525d284..60292608fe 100644
--- a/docs/deployment/docker.md
+++ b/docs/deployment/docker.md
@@ -6,7 +6,7 @@ sidebar_position: 2
 Deploy all InLong module by Docker Compose, it's only available for 
development. 
 
 :::note
-The default message queue is [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) for Docker.
+Docker Compose deploys all components for Standard Architecture, and choose 
[Apache Pulsar](https://pulsar.apache.org/docs/concepts-overview) as the 
default message queue.
 :::
 
 ## Environment Requirements
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
index ece8558a80..7be5a21659 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/bare_metal.md
@@ -15,7 +15,10 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
 ## 下载安装包
 可以从 [下载页面](https://inlong.apache.org/download) 获取二进制包,或参考 
[如何编译](quick_start/how_to_build.md) 编译需要的版本。
 
-## 安装
+## 标准架构
+标准架构下,你需要部署所有 InLong 组件。
+
+### 安装
 | 顺序     | 组件                        | 第三方依赖                     | 部署指引        
                                                                                
                                                | 说明  |
 
|--------|---------------------------|---------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|-----|
 | 1      | inlong-audit              | MySQL 或者 Elasticsearch    | [InLong 
Audit](modules/audit/quick_start.md)                                            
                                                    |     |
@@ -25,6 +28,9 @@ InLong 当前支持以下消息队列,根据使用情况**选择其一**即可
 | 5      | inlong-dashboard          | Nginx 或者 Docker           | [InLong 
Dashboard](modules/dashboard/quick_start.md)                                    
                                                    |     |
 | 6      | inlong-sort-connectors    | Apache Flink              | 解压 
[apache-inlong-[version]-sort-connectors.tar.gz](https://inlong.apache.org/zh-CN/download/)
 然后将 connectors jar 放到 `inlong-sort/connectors` 目录。 |     |
 
-## 创建数据流
+### 创建数据流
 InLong 集群部署成功后,你可以参考[Dashboard 使用指引](user_guide/dashboard_usage.md)创建一个数据流开始使用。
 
+## 轻量化架构
+### 安装
+轻量化架构只需要 InLong Sort 组件, 
拥有简单、灵活,适合小规模数据的特点。你可以参考[部署指引](modules/sort/quick_start.md)进行安装和使用
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
index 9bb5b471a3..747dba8c4a 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/deployment/docker.md
@@ -6,7 +6,7 @@ sidebar_position: 2
 通过 Docker Compose 部署 InLong,这种部署方式只适用于开发与调试,不适用于生产环境。
 
 :::note
-Docker 部署默认使用 [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) 作为消息队列服务。
+Docker Compose 部署了`标准架构`所需要的所有组件,使用 [Apache 
Pulsar](https://pulsar.apache.org/docs/concepts-overview) 作为消息队列服务。
 :::
 
 ## 环境要求

Reply via email to