Skip to content

debezium/debezium-connector-cassandra

Repository files navigation

License Maven Central Build Status User chat Developer chat Google Group Stack Overflow

Copyright Debezium Authors. Licensed under the Apache License, Version 2.0.

Debezium Connector for Apache Cassandra

Debezium is an open source project that provides a low latency data streaming platform for change data capture (CDC).

Please see the README.md in the main repository for general instructions on building Debezium from source (prerequisites, usage of Docker etc).

Cassandra compatibility

The following table list supported version of Apache Cassandra:

Connector version Apache Cassandra
1.9+ Compatible with 3.x and 4.x version
Up to 1.8 Compatible with only 3.x

Building the Debezium Cassandra connector

Please follow the steps described in the main repository to build the connector: building-debezium

Getting Started

For getting started please check the tutorial example.

Contributing

The Debezium community welcomes anyone that wants to help out in any way, whether that includes reporting problems, helping with documentation, or contributing code changes to fix bugs, add tests, or implement new features. See this document for details.