Skip to main content
This guide describes how to sink data from RisingWave to Cassandra or ScyllaDB using the Cassandra sink connector in RisingWave.

Prerequisites

  • Ensure your Cassandra or ScyllaDB cluster is accessible from RisingWave.
  • If you are running RisingWave locally from binaries and intend to use the native CDC source connectors or the JDBC sink connector, make sure that you have JDK 11 or later versions is installed in your environment.

Syntax

To sink data to Cassandra or ScyllaDB, create a Cassandra sink in RisingWave using the syntax below:
Once the sink is created, data changes will be streamed to the specified table.

Parameters

Data type mapping - RisingWave and Cassandra