зеркало из https://github.com/github/vitess-gh.git
fcf1473273
Signed-off-by: Carson Anderson <ca@carsonoid.net> |
||
---|---|---|
.. | ||
scripts | ||
101_initial_cluster.sh | ||
201_customer_keyspace.sh | ||
202_customer_tablets.sh | ||
203_vertical_split.sh | ||
204_vertical_migrate_replicas.sh | ||
205_vertical_migrate_master.sh | ||
206_clean_commerce.sh | ||
301_customer_sharded.sh | ||
302_new_shards.sh | ||
303_horizontal_split.sh | ||
304_migrate_replicas.sh | ||
305_migrate_master.sh | ||
306_down_shard_0.sh | ||
307_delete_shard_0.sh | ||
401_teardown.sh | ||
README.md | ||
ceph_backup_config.json | ||
create_commerce_schema.sql | ||
create_commerce_seq.sql | ||
create_customer_sharded.sql | ||
create_test_table.sql | ||
drop_commerce_tables.sql | ||
env.sh | ||
grpc_static_auth.json | ||
grpc_static_client_auth.json | ||
mysql_auth_server_static_creds.json | ||
topo-etcd2.sh | ||
topo-k8s.sh | ||
topo-zk2.sh | ||
vschema.json | ||
vschema_commerce_initial.json | ||
vschema_commerce_seq.json | ||
vschema_commerce_vsplit.json | ||
vschema_customer_sharded.json | ||
vschema_customer_vsplit.json |
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 tutorial ("Start a Vitess cluster" section) for instructions on using these scripts.