TiFlow is a unified data replication platform around TiDB, including two main components:
- DM supports full data migration and incremental data replication from MySQL/MariaDB into TiDB.
- TiCDC supports replicating change data to various downstreams, including MySQL protocol-compatible databases and Kafka.
More details can be found in DM README and TiCDC README.
TiFlow is under the Apache 2.0 license. See the LICENSE file for details.