tidb-tools are some useful tool collections for TiDB.
make build # build all tools
make importer # build importer
make syncer # build syncer
make checker # build checker
When build successfully, you can find the binary in bin directory.
A tool for generating and inserting datas to database which is compatible with MySQL protocol, like MySQL, TiDB.
A tool for syncing source database data to target database which is compatible with MySQL protocol, like MySQL, TiDB.
A tool for checking the compatibility of an existed MySQL database with TiDB.
Apache 2.0 license. See the LICENSE file for details.