Thanks to visit codestin.com
Credit goes to github.com

Skip to content

leorubens/tidb-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.9%
  • Shell 5.3%
  • Makefile 0.8%