RocMarshal commented on code in PR #389:
URL: 
https://github.com/apache/streampark-website/pull/389#discussion_r2622005491


##########
i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md:
##########
@@ -0,0 +1,227 @@
+---
+id: 'docker-deployment'
+title: '平台安装 (Docker)'
+sidebar_position: 3
+---
+
+本教程使用 Docker 完成 StreamPark 平台的部署。
+
+## 前置条件
+
+    Docker 1.13.1+
+    Docker Compose 1.28.0+
+
+### 1. 安装 docker
+使用 docker 启动服务,需要先安装 [docker](https://www.docker.com/)
+
+### 2. 安装 docker-compose
+使用 docker-compose 启动服务,需要先安装 
[docker-compose](https://docs.docker.com/compose/install/)
+
+## 部署 Apache StreamPark™
+
+### 1. 基于 h2 和 docker-compose 部署 Apache StreamPark™
+
+- 该方式适用于入门学习、熟悉功能特性以及轻量规模使用
+
+- H2 是一个体积小、性能高、易于嵌入 Java 应用程序的轻量级嵌入式关系型数据库。与 MySQL 
有着相似的语法,并且支持数据持久化。StreamPark 默认使用 H2 数据库,使开发者能够快速开始项目
+
+- 从 2.1.5 开始,StreamPark 支持了 h2 数据文件的本地持久化(系统重启后,数据不丢失), 您可以配置 
datasource.h2-data-dir 参数来指定数据文件的存储路径。这确保了即便重启服务,数据也不会丢失

Review Comment:
   ```suggestion
   - 从 2.1.5 开始,StreamPark 支持了 h2 数据文件的本地持久化(系统重启后,数据不丢失), 你可以配置 
datasource.h2-data-dir 参数来指定数据文件的存储路径。这确保了即便重启服务,数据也不会丢失
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to