{"id":13694190,"url":"https://github.com/pingcap/dm","last_synced_at":"2025-05-03T01:31:50.664Z","repository":{"id":34125510,"uuid":"165957180","full_name":"pingcap/dm","owner":"pingcap","description":"Data Migration Platform","archived":true,"fork":false,"pushed_at":"2022-05-09T08:28:36.000Z","size":23101,"stargazers_count":456,"open_issues_count":127,"forks_count":189,"subscribers_count":112,"default_branch":"master","last_synced_at":"2024-08-03T17:19:00.601Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pingcap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null}},"created_at":"2019-01-16T02:13:45.000Z","updated_at":"2024-07-23T07:58:52.000Z","dependencies_parsed_at":"2022-08-08T18:00:09.636Z","dependency_job_id":null,"html_url":"https://github.com/pingcap/dm","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingcap%2Fdm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingcap%2Fdm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingcap%2Fdm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pingcap%2Fdm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pingcap","download_url":"https://codeload.github.com/pingcap/dm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224346380,"owners_count":17296207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-08-02T17:01:26.347Z","updated_at":"2024-11-12T20:31:40.384Z","avatar_url":"https://github.com/pingcap.png","language":"Go","readme":"# :warning: Project moved :warning:\n\nThis repository has been moved to \u003chttps://github.com/pingcap/tiflow/tree/master/dm\u003e.\nDiscussions before: \u003chttps://internals.tidb.io/t/topic/461\u003e.\n\n# TiDB Data Migration Platform\n\n[![Build Status](https://internal.pingcap.net/idc-jenkins/job/build_dm_multi_branch/job/master/badge/icon)](https://internal.pingcap.net/idc-jenkins/job/build_dm_multi_branch/job/master)\n![GitHub release](https://img.shields.io/github/tag/pingcap/dm.svg)\n[![Coverage Status](https://coveralls.io/repos/github/pingcap/dm/badge.svg)](https://coveralls.io/github/pingcap/dm)\n[![codecov](https://codecov.io/gh/pingcap/dm/branch/master/graph/badge.svg)](https://codecov.io/gh/pingcap/dm)\n[![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/dm)](https://goreportcard.com/report/github.com/pingcap/dm)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpingcap%2Fdm.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpingcap%2Fdm?ref=badge_shield)\n\n[**TiDB Data Migration (DM)**](https://docs.pingcap.com/tidb-data-migration/stable) is an integrated data migration task management platform that supports full data migration and incremental data replication from MySQL/MariaDB into [TiDB](https://docs.pingcap.com/tidb/stable). It helps reduce the operations cost and simplify the troubleshooting process.\n\n## Architecture\n\n![architecture](docs/media/dm-architecture.png)\n\n## Documentation\n\n* [Detailed documentation](https://docs.pingcap.com/tidb-data-migration/stable/)\n* [简体中文文档](https://docs.pingcap.com/zh/tidb-data-migration/stable/)\n\n## Building\n\nTo check the code style and build binaries, you can simply run:\n\n```bash\nmake build\n```\n\nNote that DM supports building with Go version `Go \u003e= 1.16`, and unit test preparation can be found in [Running/Unit Test](tests/README.md#Unit-Test)\n\nIf you only want to build binaries, you can run:\n\n```bash\nmake dm-worker  # build DM-worker\n\nmake dm-master  # build DM-master\n\nmake dmctl      # build dmctl\n```\n\nWhen DM is built successfully, you can find binaries in the `bin` directory.\n\n## Run tests\n\nRun all tests, including unit tests and integration tests:\n\nSee [test/README.md](./tests/README.md) for a more detailed guidance.\n\n```bash\nmake test\n```\n\n## Installing\n\nSee the \"Deploy\" section in [our doc](https://docs.pingcap.com/tidb-data-migration/)\n\n## Config File\n\nSee the \"Configuration\" section in [our doc](https://docs.pingcap.com/tidb-data-migration/stable/config-overview)\n\n## Roadmap\n\nRead the [Roadmap](roadmap.md).\n\n## Contributing\n\nContributions are welcomed and greatly appreciated. See [CONTRIBUTING.md](./CONTRIBUTING.md)\nfor details on submitting patches and the contribution workflow.\n\nAny questions? Let's discuss on [TiDB Internals forum](https://internals.tidb.io/).\n\n## License\n\nDM is under the Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpingcap%2Fdm.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpingcap%2Fdm?ref=badge_large)\n\n## More resources\n\n- TiDB blog\n\n    - [English](https://pingcap.com/blog/)\n    - [简体中文](https://pingcap.com/blog-cn/)\n\n- TiDB case studies\n\n    - [English](https://pingcap.com/case-studies/)\n    - [简体中文](https://pingcap.com/cases-cn/)\n\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingcap%2Fdm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpingcap%2Fdm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpingcap%2Fdm/lists"}