jianjunliu / tidb-tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tidb-tools

tidb-tools are some useful tool collections for TiDB.

How to build

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.

Tool list

importer

A tool for generating and inserting datas to database which is compatible with MySQL protocol, like MySQL, TiDB.

syncer

A tool for syncing source database data to target database which is compatible with MySQL protocol, like MySQL, TiDB.

checker

A tool for checking the compatibility of an existed MySQL database with TiDB.

scripts

Collection of auxiliary scripts.

License

Apache 2.0 license. See the LICENSE file for details.

About

License:Apache License 2.0


Languages

Language:Go 94.5%Language:Shell 4.6%Language:Makefile 0.9%