Skip to content

tidb-tools are some useful tool collections for TiDB.

License

Notifications You must be signed in to change notification settings

mtekp/tidb-tools

This branch is 412 commits behind pingcap/tidb-tools:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8362c3a · Nov 20, 2018

History

75 Commits
Nov 19, 2018
Sep 3, 2018
Nov 20, 2018
Nov 1, 2018
Oct 30, 2018
Nov 11, 2018
Nov 16, 2018
Nov 11, 2018
Nov 19, 2018
Nov 11, 2018
Nov 12, 2018
Jun 7, 2017
Jun 6, 2017
Nov 16, 2018
Nov 16, 2018
Nov 16, 2018
Nov 16, 2018

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 checker # build checker

make sync_diff_inspector # build sync_diff_inspector

make binlogctl  # build binlogctl

make ddl_checker  # build ddl_checker

When tidb-tools are built successfully, you can find the binary in the bin directory.

Tool list

  • importer

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

  • checker

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

  • sync_diff_inspector

    A tool for comparing two databases' data and outputting a brief report about the differences.

  • binlogctl

    A tool for performing some tidb-binlog related operations, like querying the status of Pump/Drainer and pause/offline some Pump/Drainer.

  • ddl_checker

    A tool for checking if DDL SQL can be successfully executed by TiDB.

License

Apache 2.0 license. See the LICENSE file for details.

About

tidb-tools are some useful tool collections for TiDB.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.1%
  • Shell 1.2%
  • Makefile 0.7%