Overview
FLYT is a project for integrating Apache Flink with YTsaurus. It lets you use Flink for streaming and batch data processing, reading data from YTsaurus and writing results back in real time.
Components
- flink-connector-ytsaurus — Apache Flink connector for sorted dynamic tables in YTsaurus; supports writes, reading bounded streams, and Lookup operations;
- flink-yson — formatter for working with YSON in Flink jobs.
Getting Started
If you are new to FLYT, start with the Quick Start section in the connector documentation.
Previous