diff --git a/README-ZH.md b/README-ZH.md
index 9f5b760a0..33f0cf8b8 100644
--- a/README-ZH.md
+++ b/README-ZH.md
@@ -35,15 +35,16 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
支持流式作业的多版本管理、全生命周期管理、监控告警、checkpoint 和 savepoint 管理能力。
-![流式应用生产](docs/images/生产中心.png)
+![流式应用生产](docs/images/stream_product_center.png)
流式应用运行情况:
-![流式应用运行情况](docs/images/流式作业运行情况.png)
+![流式应用运行情况](docs/images/stream_job_detail.png)
流式应用参数配置:
-![流式应用配置](docs/images/流式应用配置.png)
+![流式应用配置](docs/images/stream_job_config_1.png)
+![流式应用配置](docs/images/stream_job_config_2.png)
更多功能,请参考:[Streamis 用户手册](docs/zh_CN/0.2.0/使用文档/Streamis用户手册.md)。
@@ -51,10 +52,10 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
## 依赖的生态组件
-| 依赖的应用工具 | 描述 | Streamis 兼容版本 |
-| -------------- | -------------------------------------------------------------- | --------------|
-| [DataSphereStudio](https://github.com/WeBankFinTech/DataSphereStudio) | 数据应用开发管理集成框架。以工作流式的图形化拖拽开发体验,将满足从数据交换、脱敏清洗、分析挖掘、质量检测、可视化展现、定时调度到数据输出应用等,数据应用开发全流程场景需求。 | >= DSS1.0.1(已发布)|
-| [Linkis](https://github.com/apache/incubator-linkis) | 计算中间件 Apache Linkis,通过提供 REST/WebSocket/JDBC/SDK 等标准接口,上层应用可以方便地连接访问 MySQL/Spark/Hive/Presto/Flink 等底层引擎。 | >= Linkis1.0.3(已发布) |
+| 依赖的应用工具 | 描述 | Streamis 兼容版本 |
+|--------------|---------------------------------------------------------------|--------------|
+| [DataSphereStudio](https://github.com/WeBankFinTech/DataSphereStudio) | 数据应用开发管理集成框架。以工作流式的图形化拖拽开发体验,将满足从数据交换、脱敏清洗、分析挖掘、质量检测、可视化展现、定时调度到数据输出应用等,数据应用开发全流程场景需求。 | >= DSS1.1.0(已发布)|
+| [Linkis](https://github.com/apache/incubator-linkis) | 计算中间件 Apache Linkis,通过提供 REST/WebSocket/JDBC/SDK 等标准接口,上层应用可以方便地连接访问 MySQL/Spark/Hive/Presto/Flink 等底层引擎。 | >= Linkis1.1.1(已发布) |
----
@@ -72,13 +73,7 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
## 编译和安装部署
- 请参照 [编译指引](docs/zh_CN/0.2.0/development/Streamis编译文档.md) ,用于编译 Streamis。
-
- 在安装Streamis之前,请先安装 Linkis1.0.3 和 DSS1.0.1,可参照:[DSS + Linkis 安装部署文档](https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/zh_CN/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/DSS%E5%8D%95%E6%9C%BA%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3.md)
-
- 同时,请确保 Linkis Flink 引擎已可正常使用,可参照:[Linkis Flink 引擎插件安装文档](https://github.com/WeBankFinTech/Linkis-Doc/blob/master/zh_CN/Deployment_Documents/EngineConnPlugin%E5%BC%95%E6%93%8E%E6%8F%92%E4%BB%B6%E5%AE%89%E8%A3%85%E6%96%87%E6%A1%A3.md)
-
- 最后,请参考 [Streamis 安装部署文档](docs/zh_CN/0.2.0/Streamis安装文档.md) ,用于安装部署 Streamis。
+ 请参考 [Streamis 安装部署文档](docs/zh_CN/0.2.0/Streamis安装文档.md) ,用于安装部署 Streamis 及其依赖环境。
----
@@ -100,8 +95,10 @@ Dimension节点、Transform节点、Sink节点 和 [Visualis](https://github.com
| | 支持 FlinkSQL 和 FlinkJar 包等方式发布 | 支持 |
| | 流式应用的多版本管理能力 | 支持 |
| | 流式应用的参数配置和告警能力 | 支持 |
- | 服务高可用 | 应用高可用,服务多点,故障不影响使用 | 支持 |
+ | 服务高可用 | 应用高可用,服务多点,状态快照实现容错处理,故障不影响使用 | 支持 |
| 系统管理 | 节点、资源管理 | 支持 |
+ |权限管理 |任务的操作权限控制 |支持 |
+
----
## 架构
diff --git a/README.md b/README.md
index 262293b2c..76c3121df 100644
--- a/README.md
+++ b/README.md
@@ -53,8 +53,8 @@ The Dimension node, Transform node, Sink node and [Visualis](https://github.com/
| Depended Component | Description | Streamis compatibility |
| -------------- | -------------------------------------------------------------- | --------------|
-| [DataSphereStudio](https://github.com/WeBankFinTech/DataSphereStudio) | Data application development management framework. With a unified UI, the workflow-like graphical drag-and-drop development experience meets the entire lifecycle of data application development from data import, desensitization cleaning, data analysis, data mining, quality inspection, visualization, scheduling to data output applications, etc. | >= DSS1.0.1 (Released) |
-| [Linkis](https://github.com/apache/incubator-linkis) | Apache Linkis, builds a layer of computation middleware, by using standard interfaces such as REST/WS/JDBC provided by Linkis, the upper applications can easily access the underlying engines such as MySQL/Spark/Hive/Presto/Flink, etc. | >= Linkis1.0.3 (Released) |
+| [DataSphereStudio](https://github.com/WeBankFinTech/DataSphereStudio) | Data application development management framework. With a unified UI, the workflow-like graphical drag-and-drop development experience meets the entire lifecycle of data application development from data import, desensitization cleaning, data analysis, data mining, quality inspection, visualization, scheduling to data output applications, etc. | >= DSS1.1.0 (Released) |
+| [Linkis](https://github.com/apache/incubator-linkis) | Apache Linkis, builds a layer of computation middleware, by using standard interfaces such as REST/WS/JDBC provided by Linkis, the upper applications can easily access the underlying engines such as MySQL/Spark/Hive/Presto/Flink, etc. | >= Linkis1.1.1 (Released) |
## Demo Trial environment
@@ -70,13 +70,7 @@ The Dimension node, Transform node, Sink node and [Visualis](https://github.com/
## Compile and install deployment
- Please refer to [Compilation guidelines](docs/en_US/0.1.0/StreamisCompiledDocument.md) used to compile Streamis.
-
- Before installing Streamis, please install Linkis1.0.3 and DSS1.0.1 first, please refer to: [DSS deployment documents](https://github.com/WeBankFinTech/DataSphereStudio/blob/master/docs/en_US/ch1/DataSphereStudio_Compile_Manual.md) and [Linkis deployment documents](https://github.com/WeBankFinTech/Linkis-Doc/blob/master/en_US/Deployment_Documents/Quick_Deploy_Linkis1.0.md)
-
- At the same time, please make sure that the Linkis Flink engine can be used normally, please refer to: [Linkis Flink Engine Plug-in Installation Document](https://github.com/WeBankFinTech/Linkis-Doc/blob/master/en_US/Deployment_Documents/EngineConnPlugin_installation_document.md)
-
- Finally, please refer to [Streamis Installation and Deployment Document](docs/en_US/0.1.0/StreamisDeployment.md) for installing and deploying Streamis.
+please refer to [Streamis Installation and Deployment Document](docs/en_US/0.2.0/StreamisDeployment.md) for installing and deploying Streamis.
----
@@ -98,8 +92,9 @@ The Dimension node, Transform node, Sink node and [Visualis](https://github.com/
| | Support FlinkSQL and FlinkJar package release | Support |
| | Multi-version management capabilities | Support |
| | Configuration and alert management capabilities | Support |
-| Service high availability | Multiple services, failure does not affect the use | Application high availability |
+| Service high availability | Multiple services,State snapshot for fault tolerance, failure does not affect the use | Application high availability |
| System Management | Node and Resource Management | Support |
+| Permission management | Task operation permission control | Support |
----
diff --git a/docs/en_US/0.1.0/StreamisCompiledDocument.md b/docs/en_US/0.1.0/StreamisCompiledDocument.md
deleted file mode 100644
index ca6a4856e..000000000
--- a/docs/en_US/0.1.0/StreamisCompiledDocument.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Streamis Compilation Guide
-
-This doc is a step-by-step compilation guidance of Streamis, a streaming application platform, including front-end web and back-end server.
-
-### 1. Streamis code compilation
-
-Get the source code from [github](https://github.com/WeBankFinTech/Streamis), and compile it:
-
-#### Back-end server:
-
-```
-cd ${STREAMIS_CODE_HOME}
-mvn -N install
-mvn clean install
-```
-
-Once the compilation completes, you can get the installation package wedatasphere-streamis-0.1.0-dist.tar.gz in the *${STREAMIS_CODE_HOME}/assembly/target* directory.
-
-#### Front-end server:
-
-```
-cd ${STREAMIS_CODE_HOME}/web
-npm i
-npm run build
-```
-
-Once the compilation completes, you can get the installation package dist.zip in the *${STREAMIS_CODE_HOME}/web* directory.
-
diff --git a/docs/en_US/0.1.0/StreamisDeployment.md b/docs/en_US/0.1.0/StreamisDeployment.md
deleted file mode 100644
index e676ede3e..000000000
--- a/docs/en_US/0.1.0/StreamisDeployment.md
+++ /dev/null
@@ -1,165 +0,0 @@
-# Streamis installation and deployment documentation
-
-## 1. Component introduction
-----------
-
-Streamis0.1.0 provides the Streamis-JobManager component, the role of the component is
-1. Publish streaming applications
-2. Set streaming application parameters, such as the number of Flink slots, checkpoint related parameters, etc.
-3. Manage streaming applications (e.g. start and stop)
-4. Streaming application monitoring
-
-
-## 2. Code compilation
-----------
-If you have already obtained the installation package, you can skip this step
-The background compilation method is as follows
-```
-cd ${STREAMIS_CODE_HOME}
-mvn -N install
-mvn clean install
-```
-The front-end compilation method is as follows
-```bash
-cd ${STREAMIS_CODE_HOME}/web
-npm i
-npm run build
-```
-
-
-## 3. Installation preparation
-### 3.1 Basic environment installation
- The following software must be installed:
-
--MySQL (5.5+), [How to install MySQL](https://www.runoob.com/mysql/mysql-install.html)
--JDK (above 1.8.0_141), [How to install JDK](https://www.runoob.com/java/java-environment-setup.html)
-
-### 3.2Linkis environment
-The execution of Streamis depends on Linkis, and it needs to be version 1.0.3 and above, so you need to install Linkis above 1.0.3 and ensure that the Flink engine can be used normally. Specifically, you can create a new and edit a flinksql script on Scriptis
-And execute. If flinksql can be executed correctly, it means that the linkis1.0.3 environment is normal.
-
-### 3.3 Package Preparation
-Obtain the software package from the third step and upload it to the installation directory of the server, such as /appcom/Install/streamis
-```bash
-cd /appcom/Install/streamis
-tar -xvf wedatasphere-streamis-${streamis-version}-dist.tar.gz
-```
-
-### 3.4 Modify the database configuration
-```bash
-vi conf/db.sh
-#Configure basic database information
-```
-
-### 3.5 Modify the basic configuration file
-
-```bash
-vi conf/config.sh
-#Configure service port information
-#Configure Linkis service information
-```
-## 4. Installation and startup
-----------
-
--Background installation
-```bash
-sh bin/install.sh
-```
-
--The install.sh script will ask you if you need to initialize the database and import metadata.
-
- Because the user is worried that the user repeatedly executes the install.sh script to clear the user data in the database, when the install.sh is executed, the user will be asked if they need to initialize the database and import metadata.
-
- **Yes must be selected for the first installation**.
-
-
-- start up
-```bash
-sh bin/start-streamis.sh
-```
-
--Start verification
-Verification method, because Streamis and Linkis use a set of Eureka, you need to check whether the Eureka page of Linkis already contains Streamis services, as shown in the figure,
-![components](../../images/zh_CN/eureka_streamis.png)
-
-
-
--Front-end deployment
-
-1. Install nginx
-
-```bash
-sudo yum install -y nginx
-```
-2. Deploy the front-end package
-```
-mkdir ${STREAMIS_FRONT_PATH}
-cd ${STREAMIS_FRONT_PATH}
-#Place the front-end package
-unzip streamis-web.zip
-```
-3. Modify the nginx configuration file
-
-```bash
-cd /etc/nginx/conf.d
-vi streamis.conf
-# Copy the following template and modify it according to the actual situation
-```
-```
-server {
- listen 9088;# access port
- server_name localhost;
- location / {
- root ${STREAMIS_FRONT_PAH}; # Please modify it to the appropriate static file directory of Streamis
- index index.html index.html;
- }
- location /api {
- proxy_pass http://${Linkis_GATEWAY_IP}:${LINKIS_GATEWY_PORT}; #Back-end Linkis address, please modify it to the ip and port of the Linkis gateway
- proxy_set_header Host $host;
- proxy_set_header X-Real-IP $remote_addr;
- proxy_set_header x_real_ipP $remote_addr;
- proxy_set_header remote_addr $remote_addr;
- proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- proxy_http_version 1.1;
- proxy_connect_timeout 4s;
- proxy_read_timeout 600s;
- proxy_send_timeout 12s;
- proxy_set_header Upgrade $http_upgrade;
- proxy_set_header Connection upgrade;
- }
-
- #error_page 404 /404.html;
- # redirect server error pages to the static page /50x.html
- #
- error_page 500 502 503 504 /50x.html;
- location = /50x.html {
- root /usr/share/nginx/html;
- }
-}
-```
-4. Restart nginx
-```bash
-sudo systemctl restart nginx
-```
-
-## 5. Access to DSS
-Streamis0.1.0 version access to DSS only implements the first-level specification, that is, you can jump to the Streamis front-end without password on the DSS page. Specifically, you need to configure the basic information of streamis into the DSS database, as follows: You need to replace the ip and port in the first line of sql.
-```roomsql
-SET @STREAMIS_INSTALL_IP_PORT='127.0.0.1:9088';
-SET @URL = replace('http://STREAMIS_IP_PORT','STREAMIS_IP_PORT', @STREAMIS_INSTALL_IP_PORT);
-SET @HOMEPAGE_URL = replace('http://STREAMIS_IP_PORT','STREAMIS_IP_PORT', @STREAMIS_INSTALL_IP_PORT);
-SET @PROJECT_URL = replace('http://STREAMIS_IP_PORT','STREAMIS_IP_PORT', @STREAMIS_INSTALL_IP_PORT);
-
-
-delete from `dss_application` WHERE `name` ='STREAMIS';
-INSERT INTO `dss_application`(`name`,`url`,`is_user_need_init`,`level`,`user_init_url`,`exists_project_service`,`project_url`,`enhance_json`,`if_iframe`,`homepage_url`,`redirect_url`) VALUES ('STREAMIS', @URL, 0, 1, NULL, 0, @PROJECT_URL,'', 1, @HOMEPAGE_URL, @REDIRECT_URL);
-
-select @dss_STREAMIS_applicationId:=id from `dss_application` WHERE `name` ='STREAMIS';
-
-select @dss_onestop_menu_id:=id from `dss_onestop_menu` where `name` ='Application Development';
-
-delete from `dss_onestop_menu_application` WHERE title_en ='STREAMIS';
-INSERT INTO `dss_onestop_menu_application` (`application_id`, `onestop_menu_id`, `title_en`, `title_cn`, `desc_en`, `desc_cn`, `labels_en`, `labels_cn`, `is_active`, `access_button_en`, `access_button_cn`, `manual_button_en`, `manual_button_cn`, `manual_button_url`, `icon`, `order`, `create_by`, `create_time`, `last_update_time`, `last_update_user`, `image`)
-VALUES(@dss_STREAMIS_applicationId, @dss_onestop_menu_id,'STREAMIS','Real-time computing platform','Streamis is a streaming application development management system. Based on DataSphereStudio framing capabilities and the underlying docking of Linkis Flink engine, users can complete the development, debugging, release and production management of streaming applications at low cost','Streamis is a streaming application development and management system jointly built by WeBank in cooperation with Tianyi Cloud, Xian Weng Technology and Samoyed Cloud. Based on the framework capabilities of DataSphere Studio, and the underlying docking Linkis The Flink engine allows users to complete the development, debugging, release and production management of streaming applications at low cost.','Streamis','real-time computing platform','1','Enter Streamis','enter Streamis','user manual','User Manual','http://127.0.0.1:8088/wiki/scriptis/manual/workspace_cn.html','shujujiaohuan-logo',NULL,NULL,NULL,NULL,NULL,'shujujiaohuan-icon ');
-```
-After executing sql, you may need to restart dss-framework-project-server to refresh the memory.
\ No newline at end of file
diff --git a/docs/en_US/0.1.0/FlinkEnginePluginCompileDocument.md b/docs/en_US/0.2.0/FlinkEnginePluginCompileDocument.md
similarity index 100%
rename from docs/en_US/0.1.0/FlinkEnginePluginCompileDocument.md
rename to docs/en_US/0.2.0/FlinkEnginePluginCompileDocument.md
diff --git a/docs/en_US/0.1.0/StreamisAppConnDesignDocument.md b/docs/en_US/0.2.0/StreamisAppConnDesignDocument.md
similarity index 100%
rename from docs/en_US/0.1.0/StreamisAppConnDesignDocument.md
rename to docs/en_US/0.2.0/StreamisAppConnDesignDocument.md
diff --git a/docs/en_US/0.2.0/StreamisDeployment.md b/docs/en_US/0.2.0/StreamisDeployment.md
new file mode 100644
index 000000000..c907b8b1b
--- /dev/null
+++ b/docs/en_US/0.2.0/StreamisDeployment.md
@@ -0,0 +1,165 @@
+# Streamis installation and deployment documentation
+
+## 1. Component introduction
+Streamis0.2.0 provides the Streamis-JobManager component, the role of the component is
+1. Publish streaming applications
+2. Set streaming application parameters, such as the number of Flink slots, checkpoint related parameters, etc.
+3. Manage streaming applications (e.g. start and stop)
+4. Streaming application monitoring
+
+
+## 2. Code compilation
+Streamis does not require manual compilation. You can download the installation package directly for deployment. Please [click to download the installation package](https://github.com/WeBankFinTech/Streamis/releases)
+
+If you have already obtained the installation package, you can skip this step
+
+- The background compilation method is as follows
+```
+cd ${STREAMIS_CODE_HOME}
+mvn -N install
+mvn clean install
+```
+After successful compilation, the installation package will be generated in the 'assembly/target' directory of the project
+
+- The front-end compilation method is as follows
+
+Pre dependency: nodejs, python 2.0
+
+```bash
+cd ${STREAMIS_CODE_HOME}/web
+npm i
+npm run build
+```
+After the compilation is successful, the installation package will be generated in the `${STREAMIS_CODE_HOME}/web` directory
+
+## 3. Installation preparation
+### 3.1 Basic environment installation
+ The following software must be installed:
+
+- MySQL (5.5+), [How to install MySQL](https://www.runoob.com/mysql/mysql-install.html)
+- JDK (above 1.8.0_141), [How to install JDK](https://www.runoob.com/java/java-environment-setup.html)
+
+### 3.2 Linkis and DSS environments
+- The execution of Streamis depends on Linkis, and it needs to be version 1.1.1 and above, so you need to install Linkis above 1.1.1 and ensure that the Flink engine can be used normally. Specifically, you can create a new and edit a flinksql script on Scriptis
+- Datasphere studio (> =1.1.0), the development and debugging of streaming jobs depend on DSS scriptis, and the streaming production center needs to be embedded in the DSS engineering framework system, so it depends on * * dss-1.1.0 * * and above.
+
+Before the formal installation of streamis, please install linkis1.1.1 and dss1.1.0 or above, and ensure that the linkis Flink engine and DSS can be used normally. For the installation of DSS and linkis, please refer to the [dss & linkis one click installation and deployment document](https://github.com/WeBankFinTech/DataSphereStudio-Doc/blob/main/zh_CN/%E5%AE%89%E8%A3%85%E9%83%A8%E7%BD%B2/DSS%E5%8D%95%E6%9C%BA%E9%83%A8%E7%BD%B2%E6%96%87%E6%A1%A3.md).
+
+How to verify that DSS and linkis are basically available? You can create a flinksql script on DSS scriptis and execute it. If flinksql can execute correctly and return the result set, it means that the DSS and linkis environments are available.
+
+
+## 4. Installation and startup
+
+### Background installation
+
+1.installation package preparation
+
+Upload the installation package to the installation directory of the Linux server (currently only supports linux environment deployment), such as /appcom/install/streams, and then extract it:
+
+```bash
+cd /appcom/Install/streamis
+tar -xvf wedatasphere-streamis-${streamis-version}-dist.tar.gz
+```
+
+2.Modify the database configuration
+```bash
+vi conf/db.sh
+#Configure basic database information
+```
+
+3.Modify the basic configuration file
+
+```bash
+vi conf/config.sh
+#Configure service port information
+#Configure Linkis service information
+```
+4.Installation
+```bash
+sh bin/install.sh
+```
+
+- The install.sh script will ask you if you need to initialize the database and import metadata.
+
+ Because the user is worried that the user repeatedly executes the install.sh script to clear the user data in the database, when the install.sh is executed, the user will be asked if they need to initialize the database and import metadata.
+
+ **Yes must be selected for the first installation**.
+
+5.start up
+```bash
+sh bin/start.sh
+```
+
+- Start verification
+Verification method, because Streamis and Linkis use a set of Eureka, you need to check whether the Eureka page of Linkis already contains Streamis services, as shown in the figure,
+![components](../../images/zh_CN/eureka_streamis.png)
+
+
+
+### Front-end deployment
+
+1.Install nginx
+
+```bash
+sudo yum install -y nginx
+```
+2.Deploy the front-end package
+```
+mkdir ${STREAMIS_FRONT_PATH}
+cd ${STREAMIS_FRONT_PATH}
+#Place the front-end package
+unzip streamis-{streamis-version}.zip
+```
+3.Modify the nginx configuration file
+
+```bash
+cd /etc/nginx/conf.d
+vi streamis.conf
+# Copy the following template and modify it according to the actual situation
+```
+```
+server {
+ listen 9088;# access port
+ server_name localhost;
+ location / {
+ root ${STREAMIS_FRONT_PAH}; # Please modify it to the appropriate static file directory of Streamis
+ index index.html index.html;
+ }
+ location /api {
+ proxy_pass http://${Linkis_GATEWAY_IP}:${LINKIS_GATEWY_PORT}; #Back-end Linkis address, please modify it to the ip and port of the Linkis gateway
+ proxy_set_header Host $host;
+ proxy_set_header X-Real-IP $remote_addr;
+ proxy_set_header x_real_ipP $remote_addr;
+ proxy_set_header remote_addr $remote_addr;
+ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+ proxy_http_version 1.1;
+ proxy_connect_timeout 4s;
+ proxy_read_timeout 600s;
+ proxy_send_timeout 12s;
+ proxy_set_header Upgrade $http_upgrade;
+ proxy_set_header Connection upgrade;
+ }
+
+ #error_page 404 /404.html;
+ # redirect server error pages to the static page /50x.html
+ #
+ error_page 500 502 503 504 /50x.html;
+ location = /50x.html {
+ root /usr/share/nginx/html;
+ }
+}
+```
+4.Load nginx configuration
+```bash
+sudo nginx -s reload
+```
+
+## 5. Access to DSS
+
+If you want to use the streamis0.2.0 front end normally, you also need to install the DSS StreamisAppConn plug-in. Please refer to: [StreamisAppConn plug-in installation document](development/StreamisAppConnInstallationDocument.md)
+
+## 6. Linkis Flink engine compilation and installation
+If you want to run streamis0.2.0 normally, you also need to install the linkis Flink engine. Please refer to: [linkis Flink engine installation document](https://linkis.apache.org/zh-CN/docs/1.1.2/engine_usage/flink/)
+
+## 7. Streamis component upgrade document / script
+If you want to upgrade from a lower version of streamis to streamis0.2.0, please refer to: [streamis upgrade document](development/StreamisUpgradeDocumentation.md)
diff --git a/docs/en_US/0.2.0/development/StreamisAppConnInstallationDocument.md b/docs/en_US/0.2.0/development/StreamisAppConnInstallationDocument.md
new file mode 100644
index 000000000..dcee32288
--- /dev/null
+++ b/docs/en_US/0.2.0/development/StreamisAppConnInstallationDocument.md
@@ -0,0 +1,73 @@
+Streamisappconn installation document this article mainly introduces the deployment, configuration and installation of streamisappconn in DSS (datasphere studio) 1.1.0
+
+# 1. Preparation for deploying streamisappconn
+Before deploying streamisappconn, please complete the installation of streamis0.2.0 and other related components, and ensure that the basic functions of the project are available.
+
+# 2. Download and compilation of streamisappconn plug-in
+1) Download binary package
+
+We provide the material package of streamisappconn, which you can download directly. [Click to jump to the release interface](https://github.com/WeBankFinTech/Streamis/releases)
+
+2) Compile package
+
+If you want to develop and compile streamisappconn yourself, the specific compilation steps are as follows: 1 Code for clone streams; 2 Find the streamis appconn module and compile streamis appconn separately
+```shell script
+cd {STREAMIS_CODE_HOME}/streamis-appconn
+mvn clean install
+```
+Streamis will be found under this path Zip installation package
+```shell script
+{STREAMIS_CODE_HOME}\streamis-appconn\target\streamis.zip
+```
+
+# 3. Overall steps for deployment and configuration of streamisappconn plug-in
+1. get the packed streamis Zip material package
+
+2. place it in the following directory and unzip it
+
+Note: after extracting streamis appconn for the first time, make sure that there is no index in the current folder_ v0000XX. Index file, which will be generated later
+```shell script
+cd {DSS_Install_HOME}/dss/dss-appconns
+unzip streamis.zip
+```
+The extracted directory structure is:
+```shell script
+conf
+db
+lib
+```
+3. execute scripts for automatic installation
+ ```shell script
+cd {DSS_INSTALL_HOME}/dss/bin
+sh ./appconn-install.sh
+# Script is an interactive installation scheme. You need to enter the string streamis and the IP and port of streamis service to complete the installation
+# The streamis port here refers to the front-end port, which is configured in nginx. Instead of the back-end service port
+```
+
+## 4. After the installation of streamis appconn, you need to restart the DSS service to finally complete the plug-in update
+###4.1) make the deployed appconn effective
+Use the DSS start / stop script to make appconn effective. Enter the directory {DSS_INSTALL_HOME}/dss/sbin where the script is located, and execute the script using the following commands in sequence:
+```shell script
+sh ./dss-stop-all.sh
+sh ./dss-start-all.sh
+```
+###4.2) verify whether streamis appconn is effective
+After installing and deploying streamis appconn, you can preliminarily verify whether the streamis appconn is successfully installed through the following steps.
+
+Create a new project in the DSS workspace
+![DSS_workspace_Streamis_project](../../../images/zh_CN/dss_streamis_project.png)
+
+Check whether the project is created synchronously in the streamis database. Query the records indicating that appconn is successfully installed
+```roomsql
+SELECT * FROM linkis_stream_project WHERE name = ' input project_name ';
+```
+
+# 5. Installation principle of streamis appconn
+The relevant configuration information of streamis will be inserted into the following table. The use configuration of streamis can be completed by configuring the following table. (Note: if you only need to quickly install appconn, you don't need to pay too much attention to the following fields. Most of the init.sql provided are configured by default. Focus on the above operations.)
+
+|table name |table function |remarks |
+|-------------------|-----------------------------------------|------|
+|dss_workspace_dictionary |Configuring a streaming production center |must|
+|dss_appconn |Basic information of appconn, used to load appconn |must|
+|dss_workspace_menu_appconn |Appconn menu, front-end connection to streamis |must|
+|dss_appconn_instance |The instance information of appconn, including its own URL information |must|
diff --git a/docs/en_US/userManual/StreamisUserManual.md b/docs/en_US/userManual/StreamisUserManual.md
index e7e6982d5..4ebe42a8d 100644
--- a/docs/en_US/userManual/StreamisUserManual.md
+++ b/docs/en_US/userManual/StreamisUserManual.md
@@ -2,7 +2,7 @@
## 1. Preface
- This article is a quick start document for Streamis 0.1.0, which covers the basic usage process of Stremis. More details on operation and usage will be provided in the user documentation.
+ This article is a quick start document for Streamis 0.2.0, which covers the basic usage process of Stremis. More details on operation and usage will be provided in the user documentation.
## 2. Streamis entrance
@@ -10,7 +10,7 @@
The entry path is **Home-DSS component application-Enter Streamis**
-![Streamis entrance](../../images/entry_en.png)
+![Streamis entrance](../../images/create_stream_product_center.png)