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 for MySQL CDC
Connect to MySQL database. The user needs REPLICATION SLAVE and REPLICATION CLIENT privileges. Server ID will be auto-generated by the system.
Cannot use built-in databases like mysql, sys, information_schema, performance_schema.
Configure optional advanced settings for MySQL CDC connection.
SSL connection mode.
(Automatically propagate upstream schema changes to RisingWave.)
Configure the table to create from the MySQL CDC source. Upstream table format should be 'database.table' or 'table'.
Name for the CREATE SOURCE statement.
Upstream MySQL table in format 'database.table' or just 'table'.
Name for the table to create in RisingWave.
(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: