vitess-gh/examples/legacy_local
Rohit Nayak b7ced6123e
Initial changes for blacklist to denylist
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-08-17 11:07:03 +02:00
..
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 Initial changes for blacklist to denylist 2021-08-17 11:07:03 +02:00
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.