Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.78 KB

TiKV-CDC

Build Status codecov LICENSE Go Report Card

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.

Architecture

RawKV CDC

Documentation

Building

To check the source code, run test cases and build binaries, you can simply run:

$ make dev
$ make cdc

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

License

TiKV-CDC is under the Apache 2.0 license. See the LICENSE file for details.