all-things-risingwave
How can I use ScyllaDB/Cassandra as a data source for RisingWave to ingest?
Ari is looking for ways to integrate ScyllaDB/Cassandra with RisingWave for data ingestion. Noel and Tao suggest using a sink from ScyllaDB to Kafka and then from Kafka to RisingWave, along with mentioning the availability of connectors like Scylla's Kafka connector and Debezium's Cassandra connector.
Ar
Ari Seyhun
Asked on Dec 19, 2023
- You can use a sink from ScyllaDB to Kafka and then from Kafka to RisingWave for data ingestion.
- ScyllaDB provides a Kafka connector that can be used to stream data into Kafka: ScyllaDB Kafka Connector
- RisingWave supports AVRO format, which can be used for data ingestion from Kafka: RisingWave AVRO Support
- Debezium also offers a connector for Cassandra, which may be worth exploring: Debezium Cassandra Connector
Dec 20, 2023Edited by