Skip to content
/ tiflow Public

This repo maintains DM (a data migration platform) and TiCDC (change data capture for TiDB)

License

Notifications You must be signed in to change notification settings

pingcap/tiflow

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 14, 2023
353c7a5 · Dec 14, 2023
Sep 1, 2023
Dec 11, 2023
Nov 9, 2023
Nov 2, 2023
Sep 5, 2023
Dec 14, 2023
Oct 18, 2023
Sep 1, 2023
Aug 22, 2023
Nov 20, 2023
Dec 13, 2023
Sep 29, 2022
Nov 8, 2023
Dec 11, 2023
Aug 22, 2023
Jul 3, 2023
Apr 9, 2023
Sep 15, 2020
Aug 24, 2023
Sep 1, 2023
Dec 16, 2021
Aug 22, 2023
Dec 9, 2019
Oct 13, 2023
Mar 17, 2023
Jun 14, 2023
Dec 29, 2022
Aug 22, 2023
Mar 17, 2023
Aug 22, 2023
Dec 16, 2021
Nov 9, 2023
Oct 14, 2023
Oct 12, 2023
Feb 23, 2023

Repository files navigation

TiFlow

LICENSE GitHub release (latest SemVer) GitHub Release Date GitHub go.mod Go version Build Status codecov Go Report Card

Introduction

TiFlow is a unified data replication platform for TiDB 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.

For more details, see DM README and TiCDC README.

License

TiFlow is under the Apache 2.0 license. See the LICENSE file for details.