Flink: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 10: Line 10:


=Overview=
=Overview=
Apache Flink is a fourth generation data processing framework. It enables distributed data processing at scale.
Apache Flink is a fourth generation data processing framework. It enables distributed data processing at scale. It supports both [[System_Design#Batch_Processing|batch processing]] and [[System_Design#Stream_Processing|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.

Revision as of 01:05, 7 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.