Flink: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 17: Line 17:
* The concept of a Flink application. Needs to be packaged and deployed.
* The concept of a Flink application. Needs to be packaged and deployed.
* Flink operator.
* Flink operator.
* A Flink operator state machine: https://github.com/lyft/flinkk8soperator/blob/master/docs/state_machine.md

Revision as of 01:47, 8 December 2021

External

Internal

Overview

Apache Flink is a fourth generation data processing framework. It enables distributed data processing at scale. It supports both batch processing and stream processing and it is designed for stream processing natively. It promotes continuous streaming where event computations are triggered as soon as the event is received. That means Flink processes each event in real-time and provides very low latency.

Organizatorium