A step-by-step tutorial on how to create your first native Iceberg streaming table in RisingWave from scratch.
ENGINE = iceberg
clause.ENGINE = iceberg
clause. This tells RisingWave to store the data in the Iceberg format. You can set a low commit_checkpoint_interval
to enable low-latency commits, which is ideal for streaming workloads.