A quick guide on how to connect RisingWave to your existing Apache Iceberg tables for streaming reads and writes.
CREATE SOURCE
command. Run the following commands in psql
or a client that is connected to RisingWave. This command creates a connection to your table, allowing you to ingest its data for stream processing in RisingWave.
Example with AWS Glue Catalog:
CREATE SINK
command. This is useful for exporting the results of a materialized view or streaming pipeline into your data lake.
Example with a REST Catalog:
upsert
operations, which means it will insert new rows and update existing ones based on the primary_key
.