Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Apache Iceberg Examples

Examples demonstrating how to work with Apache Iceberg tables in Amazon Managed Service for Apache Flink using the DataStream API.

Table of Contents

Iceberg Sinks

  • Iceberg DataStream Sink - Writing data to Iceberg tables on S3 with DataStream API, using AWS Glue Data Catalog
  • S3 Table Sink - Writing data to S3 Tables with DataStream API
  • Iceberg SQL Sink - Writing data to Iceberg tables on S3 with SQL using AWS Glue Data Catalog

Iceberg Sources