caicancai commented on code in PR #389: URL: https://github.com/apache/incubator-streampark-website/pull/389#discussion_r1642216507
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/get-started/3.dockerDeployment.md: ########## @@ -21,7 +21,13 @@ sidebar_position: 3 ### 1. 基于 h2 和 docker-compose 部署 Apache StreamPark™ -该方式适用于入门学习、熟悉功能特性,容器重启后配置会失效,下方可以配置Mysql、Pgsql进行持久化 +该方式适用于入门学习、熟悉功能特性以及轻量规模使用 + +H2 是一个体积小、性能高、易于嵌入 Java 应用程序的轻量级嵌入式关系型数据库,其语法和 Mysql 大同小异,同时其支持持久化,StreamPark 默认配置也是采用 H2 数据库,方便开发者快速使用 + +H2 默认持久化配置 `datasource.h2-dir` 目录为 `~/streampark/h2-data` 下,如用户自由配置 `datasource.h2-dir`,例如配置为 `~/streampark/h2-data-dir`,用户可以根据自己的需求进行配置 Review Comment: ``datasource.h2-dir`,例如配置为 `~/streampark/h2-data-dir`,用户可以根据自己的需求进行配置` don't think this sentence makes sense. I don't understand what you mean. -- 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]
