Introduction -- Flink
Last updated
Was this helpful?
Last updated
Was this helpful?
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.