Skip to main content
This quick start section contains runnable recipes that show how to use Apache Iceberg with RisingWave on AWS. You can choose between:
  • Internal Iceberg tables (RisingWave manages the table lifecycle; data is stored as Iceberg in an object store)
  • External Iceberg tables (tables are managed outside RisingWave; RisingWave reads/writes through the Iceberg connector)

Pick a path

Internal Iceberg tables

External Iceberg tables

Notes

Want to try the original end-to-end demo stack (Lakekeeper + MinIO + DuckDB)? See the tutorial in our awesome-stream-processing repo: RisingWave, Lakekeeper, Iceberg, and DuckDB demo.