Skip to content

csuzhangxc/dm

This branch is 215 commits behind pingcap/dm:master.

Folders and files

NameName
Last commit message
Last commit date
May 6, 2021
May 10, 2021
Apr 20, 2021
Apr 22, 2021
Apr 27, 2021
Apr 22, 2021
May 10, 2021
Jun 22, 2020
Apr 25, 2021
Apr 25, 2021
Apr 15, 2021
May 10, 2021
Apr 22, 2021
May 10, 2021
May 10, 2021
Apr 25, 2021
May 30, 2019
Mar 29, 2021
Apr 15, 2021
Apr 12, 2021
Apr 25, 2021
Mar 29, 2021
Aug 2, 2018
Apr 21, 2021
Apr 25, 2021
May 10, 2021
Nov 12, 2020
Apr 22, 2021
Apr 26, 2021
Nov 4, 2020
Apr 25, 2021

Repository files navigation

TiDB Data Migration Platform

Build Status GitHub release Coverage Status codecov Go Report Card FOSSA Status Discuss in Slack

TiDB Data Migration (DM) is an integrated data migration task management platform that supports full data migration and incremental data replication from MySQL/MariaDB into TiDB. It helps reduce the operations cost and simplify the troubleshooting process.

Architecture

architecture

Documentation

Building

To check the code style and build binaries, you can simply run:

make build

Note that DM supports building with Go version Go >= 1.11.4, and unit test preparation can be found in Running/Unit Test

If you only want to build binaries, you can run:

make dm-worker  # build DM-worker

make dm-master  # build DM-master

make dmctl      # build dmctl

When DM is built successfully, you can find binaries in the bin directory.

Run tests

Run all tests, including unit tests and integration tests:

See test/README.md for a more detailed guidance.

make test

Installing

See the "Deploy" section in our doc

Config File

See the "Configuration" section in our doc

Roadmap

Read the Roadmap.

Contributing

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

Any questions? Let's discuss in #sig-migrate in Slack

License

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

FOSSA Status

More resources

About

Data Migration Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.4%
  • Shell 12.9%
  • TypeScript 2.8%
  • HTML 0.4%
  • Makefile 0.3%
  • Python 0.1%
  • Other 0.1%