Set up Supabase
Create a Supabase project and a source table. Enable real-time when creating the table to allow RisingWave to ingest CDC data.Ingest CDC data into RisingWave
Since every Supabase project is a dedicated PostgreSQL database, use the PostgreSQL source connector to ingest CDC data from RisingWave. For the syntax, parameters, and examples, see Ingest data from PostgreSQL CDC. To start ingesting data from Supabase, a connection with the database must be established first by using theCREATE SOURCE
command.
CREATE TABLE
command. A primary key must be defined.