TiKV-CDC is TiKV's change data capture framework. It supports replicating change data to another TiKV cluster.
TiKV-CDC is a fork of TiCDC, but focus on NoSQL scenario that uses TiKV as a Key-Value storage. By now, it can be used by RawKV to build a storage system with Cross Cluster Replication, to provide financial-level disaster recovery capabilities.
Please note that the minimal required version of TiKV is v6.2.0
.
To check the source code, run test cases and build binaries, you can simply run:
$ make dev
$ make cdc
Contributions are welcomed and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.
TiKV-CDC is under the Apache 2.0 license. See the LICENSE file for details.