https://github.com/pingcap/tiflow
This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
https://github.com/pingcap/tiflow
cdc dm kafka mysql ticdc tidb
Last synced: 2 days ago
JSON representation
This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)
- Host: GitHub
- URL: https://github.com/pingcap/tiflow
- Owner: pingcap
- License: apache-2.0
- Created: 2019-08-09T11:34:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T14:01:28.000Z (4 months ago)
- Last Synced: 2024-12-18T16:35:19.126Z (4 months ago)
- Topics: cdc, dm, kafka, mysql, ticdc, tidb
- Language: Go
- Homepage:
- Size: 153 MB
- Stars: 431
- Watchers: 73
- Forks: 288
- Open Issues: 819
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mysql - DM - A High-Availability data migration platform which supports migrating data from MySQL/MariaDB to TiDB and merging shard tables (Binlog-Replication)
README
# TiFlow
[](https://github.com/pingcap/tiflow/blob/master/LICENSE)



[](https://github.com/pingcap/tiflow/actions/workflows/check_and_build.yaml?query=event%3Apush+branch%3Amaster)
[](https://codecov.io/gh/pingcap/tiflow)
[](https://goreportcard.com/report/github.com/pingcap/tiflow)## Introduction
**TiFlow** is a unified data replication platform for [TiDB](https://docs.pingcap.com/tidb/stable) that consists of two main components: TiDB Data Migration (DM) and TiCDC.
* DM enables full data migration and incremental data replication from MySQL or MariaDB to TiDB.
* TiCDC replicates change data to various downstream systems, such as MySQL protocol-compatible databases and [Kafka](https://kafka.apache.org/).For more details, see [DM README](./README_DM.md) and [TiCDC README](./README_TiCDC.md).
## License
**TiFlow** is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.