Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dumpling and dm #88

Merged
merged 2 commits into from
Jul 30, 2020
Merged

Conversation

lichunzhu
Copy link
Contributor

Dumpling is a toolbox written in Go to export MySQL/MariaDB/TiDB to csv/sql format files.
It will support different storage types and more databases in the future and can be easily integrated in other Go-based programs.

DM is a platform written in Go to support migrate MySQL/MariaDB to TiDB. It has some valuable features:

  1. support full/incremental/all mode of migration for MySQL/MariaDB.
  2. support merging shard tables from different MySQL instances
  3. high Availability support

@lichunzhu
Copy link
Contributor Author

@shlomi-noach PTAL, thank you for the amazing work to gather so much valuable information

Copy link
Owner

@shlomi-noach shlomi-noach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for both contributions! Both are good. Can you please reorder them alphabetically?

@lichunzhu
Copy link
Contributor Author

Revised in dbcc3c5

@shlomi-noach shlomi-noach merged commit 9ccad3c into shlomi-noach:master Jul 30, 2020
@lichunzhu lichunzhu deleted the addDumplingDM branch July 30, 2020 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants