1. Install the Superset + RisingWave cluster

git clone <https://github.com/risingwavelabs/risingwave-demo.git>
cd superset
docker compose up -d

2. Connect Superset to RisingWave

Open the link http://127.0.0.1:8088/. Login via:

  1. Go to “Settings”
  2. Click “Database Connections”
  3. Click “+ Database” Button
  4. Under “Or choose from a list of other databases we support:”, please choose “Other”

Screen Shot 2022-11-09 at 21.20.31.png

Screen Shot 2022-11-09 at 21.50.39.png

Fill in the URI of RisingWave: risingwave://root@frontend-node-0:4566/dev?sslmode=disable

Click “TEST CONNECTION” to check if the RisingWave cluster is successfully set up.

3. Create a demo table in RisingWave