shlomi-noach / awesome-mysql

A curated list of awesome MySQL software, libraries, tools and resources
Other
2.33k stars 373 forks source link

add dumpling and dm #88

Closed lichunzhu closed 4 years ago

lichunzhu commented 4 years ago

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 commented 4 years ago

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

lichunzhu commented 4 years ago

Revised in https://github.com/shlomi-noach/awesome-mysql/pull/88/commits/dbcc3c55faba7065edc65fce593b69953ba32fbe