Dumpling is a tool and a Go library for creating an SQL dump from a MySQL-compatible database.
It is intended to replace mysqldump and mydumper when targeting TiDB.
You may read the original design document. The end-user documentation is available here: en, zh, ja.
Features
Dumpling is in active development. Contributions are welcomed!
SQL dump is split into multiple files (like mydumper) for easy management.
Export multiple tables in parallel to speed up execution.
Multiple output formats: SQL, CSV, ...
Write to cloud storage (S3, GCS) natively
Advanced table filtering
Any questions? Discord, Slack and other contact options can be found here
Building
Under directory tidb
Run make build_dumpling to compile. The output is in bin/dumpling.
Run make dumpling_unit_test to run the unit tests.
Run make dumpling_integration_test to run integration tests. For integration test:
The following executables must be copied or generated or linked into these locations: