To stream data out of RisingWave, you must create a sink. A sink refers to an external target that you can send data to. You can deliver data to downstream systems via our sink connectors.
For the complete list of supported sink connectors and data formats, see Data delivery in the RisingWave documentation.
You can create a sink using SQL command to deliver processed data to an external target.
Data Security
Refer to CREATE SINK in the RisingWave Database documentation.
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.