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 includes several APIs for creating applications that use the Flink engine:
Flink also bundles libraries for domain-specific use cases:
You can integrate Flink easily with other well-known open source systems both for data input and output as well as deployment.
Download the latest stable release and run Flink on your machine, cluster, or cloud:
The documentation contains a setup guide for all deployment options.
The programming guide contains all information to get you started with writing and testing your Flink programs.
See our list of third-party packages for Flink.
Check out the documentation for the next steps.
Check out the blog for all posts.
You can post questions to the Flink community on various channels. Pick the one, which suits you best:
User mailing list. Subscribe to the mailing list by sending an empty email to [email protected]. Once the subscription is confirmed, you can send questions to [email protected].
Stack Overflow. Post your questions to Stack Overflow and tag them with #flink.
IRC chat. The IRC channel #flink at irc.freenode.org is dedicated to Apache Flink. Join the channel and chat with the Flink community.
Check out the community page for all community-related information. If you want to contribute, make sure to have a look at the contribution guide.