Overview
What is Flink
Apache Flink is a framework and distributed processing engine for stateful computations over unbounded and bounded data streams. Flink has been designed to run in all common cluster environments, perform computations at in-memory speed and at any scale.
What is FLYT?
FLYT is a project for integrating Apache Flink and YTsaurus.
What components does FLYT provide?
-
flink-connector-ytsaurus - Apache Flink connector for sorted dynamic tables in YTsaurus;
-
flink-yson - Apache Flink formatter for working with YSON format.
Previous