wuchong commented on a change in pull request #8231:
[FLINK-11531][docs][chinese-translation]Translate the Home Page of flink docs
into Chinese.
URL: https://github.com/apache/flink/pull/8231#discussion_r277168578
##########
File path: docs/index.zh.md
##########
@@ -24,38 +24,35 @@ under the License.
-->
+本文档适用于 Apache Flink {{ site.version_title}} 版本。本页面最近跟新于 {% build_time %}.
-This documentation is for Apache Flink version {{ site.version_title }}. These
pages were built at: {% build_time %}.
+Apache Flink 是一个分布式流批一体化的开源平台。Flink 的核心是一个提供数据分发、通信以及自动容错的流计算引擎。Flink
在流计算之上构建批处理,并且原生的支持迭代计算,内存管理以及程序优化。
-Apache Flink is an open source platform for distributed stream and batch data
processing. Flink’s core is a streaming dataflow engine that provides data
distribution, communication, and fault tolerance for distributed computations
over data streams. Flink builds batch processing on top of the streaming
engine, overlaying native iteration support, managed memory, and program
optimization.
+## 初步印象
-## First Steps
+- **概念**: 从 Flink 的 [数据流编程模型](concepts/programming-model.html) 和
[分布式执行环境](concepts/runtime.html)
开始了解最基本的概念。这能帮助你理解本文档的其他部分,包括如何搭建环境,进行程序编写等。建议你首先阅读此部分。
+- **Tutorials**:
Review comment:
```suggestion
- **教程**:
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services