Prerequisites
- A running RisingWave cluster (self-hosted or RisingWave Cloud) and access to run SQL.
- AWS CLI configured with credentials (AK/SK).
- An S3 bucket for your Iceberg warehouse.
- Permissions to use Glue (at minimum: create/read databases and tables).
Step 1: Create the S3 bucket and a Glue database
Pick a schema/namespace name. In this quickstart we userw_quickstart.
Step 2: Create an Iceberg CONNECTION (Glue catalog)
Run the following in RisingWave (replace placeholders):
Step 3: Create and write to an internal Iceberg table
What you just built
- RisingWave manages the table lifecycle.
- Glue stores the table metadata; data files live under
warehouse.pathin S3.