Introduction -- Flink

Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams.

In this lab, we are going to build a word count program for a stream of text data. We will write a Java program using Flink's DataSteamAPI.

Last updated

Was this helpful?