In this session, you learnt about Apache Flink. In the following video, our expert will summarise the learnings of this session.
Apache Flink is an open-source stream processing framework. It can perform both stream and batch processing. It is a true stream processing engine, and provides minimal latency. When compared to Apache Spark, it provides fewer third-party libraries because of its new ecosystem. Apache Flink provides two core APIs – DataSet API and DataStream API – for data processing. The Apache Flink programming model has three components: source, transform and sink.
Following is the PPT used throughout this session.
Report an error