Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 3.23 KB

index.md

File metadata and controls

57 lines (38 loc) · 3.23 KB
title nav-pos nav-title nav-parent_id
Apache Flink Documentation
0
<i class="fa fa-home title" aria-hidden="true"></i> Home
root

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.

First Steps

Deployment

Before putting your Flink job into production, read the Production Readiness Checklist.

Release Notes

Release notes cover important changes between Flink versions. Please carefully read these notes if you plan to upgrade your Flink setup to a later version.

External Resources