1. Enable replication in Supabase
In your Supabase project, navigate to Database > Replication. Ensure that replication is enabled for the tables you wish to stream to RisingWave. Supabase handles the underlying logical replication configuration for you when you enable this.2. Get your database credentials
Find your project’s database connection details in the Supabase dashboard under Project Settings > Database. You will need the host, port, user, and password.3. Configure privileges
While Supabase manages theREPLICATION
role, you still need to ensure your user has SELECT
privileges on the tables you want to stream. Connect to your Supabase database and run: