Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt

Use this file to discover all available pages before exploring further.

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.