This tool is in Public Preview and may contain errors or inaccuracies.
Please refer to the official RisingWave documentation for accurate and up-to-date information.
Generate CREATE SOURCE and CREATE TABLE FROM SOURCE for Postgres CDC
Connect to PostgreSQL database. The user needs appropriate permissions for CDC (REPLICATION, LOGIN, and table access).
Name for the PostgreSQL CDC source.
PostgreSQL schema name.
Leave empty to auto-generate a unique replication slot name.
(Automatically create publication if it doesn't exist.)
SSL connection mode.
(Enable transactional consistency for multi-table changes.)
(Automatically track schema changes from upstream database.)
(Enable this if connecting to AWS RDS PostgreSQL.)
Specify which upstream table to materialize into RisingWave.
Name for the table to create in RisingWave.
Upstream table name. Format: schema.table or just table.
(Sync existing data from upstream table. Checked by default. Uncheck to only consume new changes (adds snapshot = 'false').)
Fill in the required fields on the left to generate your RisingWave SQL statement. The preview will update automatically as you enter information.
💡 Quick Start: