actiontech / dm

Data Migration Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Migration Platform

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

DM is an integrated platform, supports migrating data from MySQL/MariaDB to TiDB.

Architecture

architecture

Documentation

Building

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

make build

Notice 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 Test

Run all tests, including unit test and integration test

make test

Installing

Please reference to "Deploy" section in our doc

Config File

Please reference to "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

About

Data Migration Platform

License:Apache License 2.0


Languages

Language:Go 83.4%Language:Shell 13.0%Language:TypeScript 2.7%Language:HTML 0.4%Language:Makefile 0.3%Language:Python 0.1%Language:Dockerfile 0.1%Language:JavaScript 0.0%Language:CSS 0.0%