vitess

Database clustering system for horizontal scaling of MySQL

brewmacoslinux
Try with needOr install directly
Source

About

Database clustering system for horizontal scaling of MySQL

Commands

vtctlvtgatevttabletmysqlctlvtclient

Examples

Start a Vitess cluster management daemon$ vtctl -server localhost:15999 ListAllTablets
Initialize a MySQL tablet for Vitess$ mysqlctl -tablet_uid 100 init
Connect to Vitess cluster via gateway$ vtclient -server localhost:15991 -target keyspace:master