Streaming from an Iceberg Data Lake
The Apple AI/ML organization adopted Apache Iceberg data lake technology for numerous benefits. Iceberg can be leveraged as a streaming source. Streaming reads can further reduce processing delays from hours to minutes compared to periodically scheduled batch ETL jobs.
In this talk, we will discuss how the Flink Iceberg source enables streaming reads from Iceberg tables. We will discuss the design of the source operator, focusing on the streaming read mode. We will compare the Kafka and Iceberg sources for streaming reads, and discuss how the Iceberg streaming source can power common stream processing use cases. Finally, we will present performance evaluation results.