github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/README.md (about) 1 # TiFlow 2 3 [![LICENSE](https://img.shields.io/github/license/pingcap/tiflow.svg)](https://github.com/pingcap/tiflow/blob/master/LICENSE) 4 ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/pingcap/tiflow) 5 ![GitHub Release Date](https://img.shields.io/github/release-date/pingcap/tiflow) 6 ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/pingcap/tiflow) 7 [![Build Status](https://github.com/pingcap/tiflow/actions/workflows/check_and_build.yaml/badge.svg?branch=master)](https://github.com/pingcap/tiflow/actions/workflows/check_and_build.yaml?query=event%3Apush+branch%3Amaster) 8 [![codecov](https://codecov.io/gh/pingcap/tiflow/branch/master/graph/badge.svg)](https://codecov.io/gh/pingcap/tiflow) 9 [![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/tiflow)](https://goreportcard.com/report/github.com/pingcap/tiflow) 10 11 ## Introduction 12 13 **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. 14 15 * DM enables full data migration and incremental data replication from MySQL or MariaDB to TiDB. 16 * TiCDC replicates change data to various downstream systems, such as MySQL protocol-compatible databases and [Kafka](https://kafka.apache.org/). 17 18 For more details, see [DM README](./README_DM.md) and [TiCDC README](./README_TiCDC.md). 19 20 ## License 21 22 **TiFlow** is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.