vitess-gh/examples/local
raunak-agarwal-flipkart d88f6c49fc some more corrections from Anthony's review 2016-04-13 13:24:02 +05:30
..
README.md Update Getting Started Local guide. 2015-10-29 18:24:31 -07:00
ceph_backup_config.json some more corrections from Anthony's review 2016-04-13 13:24:02 +05:30
client.go vitessdriver: Provide helper functions to open database. 2015-12-09 20:50:34 -08:00
client.php php: Update grpc dependency to 0.12. 2016-01-26 01:17:37 -08:00
client.py Fixing local example for new bind vars format. 2016-03-03 12:19:59 -08:00
client.sh Add docs and scripts to bring up a local cluster. 2015-01-18 00:02:02 -08:00
create_test_table.sql Add docs and scripts to bring up a local cluster. 2015-01-18 00:02:02 -08:00
env.sh Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08:00
vtctld-down.sh examples/local: Add -down.sh scripts. 2015-10-29 18:24:19 -07:00
vtctld-up.sh Fixing script for deprecated command line argument. 2015-12-10 07:32:51 -08:00
vtgate-down.sh examples/local: Add -down.sh scripts. 2015-10-29 18:24:19 -07:00
vtgate-up.sh Removing a couple more mentions of bson. 2016-03-16 09:42:59 -07:00
vttablet-down.sh examples/local: Start/stop vttablet/mysqld in parallel. 2016-02-29 15:09:03 -08:00
vttablet-up.sh examples/local: Start/stop vttablet/mysqld in parallel. 2016-02-29 15:09:03 -08:00
zk-client-conf.json Add docs and scripts to bring up a local cluster. 2015-01-18 00:02:02 -08:00
zk-down.sh examples/local: Add -down.sh scripts. 2015-10-29 18:24:19 -07:00
zk-up.sh Add CI test for local example scripts. 2015-10-29 18:24:31 -07:00

README.md

Local Vitess Cluster

This directory contains example scripts to bring up a Vitess cluster on your local machine, which may be useful for experimentation. These scripts can also serve as a starting point for configuring Vitess into your preferred deployment strategy or toolset.

See the Run Vitess Locally guide for instructions on using these scripts.