tidb-tools are some useful tool collections for TiDB.
make build # build all tools
make importer # build importer
make checker # build checker
make sync_diff_inspector # build sync_diff_inspector
make binlogctl # build binlogctl
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 checking the compatibility of an existed MySQL database with TiDB.
A tool for comparing two database's data and outputs a brief report about differences.
A tool for performing some tidb-binlog related operations, like query status pump/drainer and unregister someone pump/drainer.
Apache 2.0 license. See the LICENSE file for details.