For the complete list of supported sink connectors and data formats, see Data delivery in the RisingWave documentation.

Create a sink

You can create a sink using SQL command to deliver processed data to an external target.

Refer to CREATE SINK in the RisingWave Database documentation.

Check a sink

  1. Go to Project.
  2. Specify the project and click its Workspace.
  3. Click Sink tab to view sinks.

Drop a sink

If you no longer need to deliver data to a sink, you can drop the sink using SQL command.

Refer to DROP SINK in the RisingWave Database documentation.