This documentation is for Apache Flink version 1.2-SNAPSHOT.
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 also builds batch processing on top of the streaming engine, overlaying native iteration support, managed memory, and program optimization.
Concepts: Start with the basic concepts of Flink’s Dataflow Programming Model and Distributed Runtime Environment. This will help you to fully understand the other parts of the documentation, including the setup and programming guides. It is highly recommended to read these sections first.
Quickstarts: Run an example program on your local machine or write a simple program working on live Wikipedia edits.
Programming Guides: You can check out our guides about basic concepts and the DataStream API or DataSet API to learn how to write your first Flink programs.