morsapaes commented on a change in pull request #12556:
URL: https://github.com/apache/flink/pull/12556#discussion_r437996988
##########
File path: docs/index.md
##########
@@ -25,50 +25,60 @@ under the License.
This documentation is for Apache Flink version {{ site.version_title }}. These
pages were built at: {% build_time %}.
-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.
+<div class="row">
+<div class="col-sm-6" markdown="1">
-## First Steps
+### Try Flink
-* **Code Walkthroughs**: Follow step-by-step guides and implement a simple
application or query in one of Flink's APIs.
- * [Implement a DataStream
application](./getting-started/walkthroughs/datastream_api.html)
- * [Write a Table API query](./getting-started/walkthroughs/table_api.html)
+Apache Flink is an open source platform with expressive APIs for defining
stream and batch data processing jobs, and a robust and scalable engine for
executing those jobs.
Review comment:
This feels out of place here. I'd keep the original style of having this
as a brief page intro that is overarching to everything else.
Also, for coherence, we could use the same description as in the "What is
Flink?" section of the website? I think this will be revised at some point once
the page is updated, but it could avoid introducing too many different notions
of Flink all over the place.
----------------------------------------------------------------
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]