klion26 commented on a change in pull request #9097: [FLINK-11529][docs-zh]
Translate the "DataStream API Tutorial" page into Chinese
URL: https://github.com/apache/flink/pull/9097#discussion_r303225649
##########
File path: docs/getting-started/tutorials/datastream_api.zh.md
##########
@@ -26,19 +26,14 @@ under the License.
* This will be replaced by the TOC
{:toc}
-In this guide we will start from scratch and go from setting up a Flink
project to running
-a streaming analysis program on a Flink cluster.
+在本节指南中,我们将从零开始创建一个在 flink 集群上面进行流分析的 Flink 项目。
-Wikipedia provides an IRC channel where all edits to the wiki are logged. We
are going to
-read this channel in Flink and count the number of bytes that each user edits
within
-a given window of time. This is easy enough to implement in a few minutes
using Flink, but it will
-give you a good foundation from which to start building more complex analysis
programs on your own.
+维基百科提供了一个能够记录所有对 wiki 编辑的 IRC 通道。我们将使用 Flink 读取该通道的数据,同时
Review comment:
```suggestion
维基百科提供了一个记录所有 wiki 编辑历史的 IRC 通道。我们将使用 Flink 读取该通道的数据,同时
```
----------------------------------------------------------------
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