vitess-gh/examples/local
Carson Anderson fcf1473273 Add Kubernetes topo implementation
Signed-off-by: Carson Anderson <ca@carsonoid.net>
2020-03-14 09:49:37 -06:00
..
scripts Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
101_initial_cluster.sh Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
201_customer_keyspace.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
202_customer_tablets.sh Fix client_test 2020-02-08 14:53:55 -08:00
203_vertical_split.sh Fix client_test 2020-02-08 14:53:55 -08:00
204_vertical_migrate_replicas.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
205_vertical_migrate_master.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
206_clean_commerce.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
301_customer_sharded.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
302_new_shards.sh Fix client_test 2020-02-08 14:53:55 -08:00
303_horizontal_split.sh Fix client_test 2020-02-08 14:53:55 -08:00
304_migrate_replicas.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
305_migrate_master.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
306_down_shard_0.sh Remove sleep calls from scripts, cleanup 2020-02-08 13:40:13 -08:00
307_delete_shard_0.sh WIP - refactor examples 2020-02-08 11:31:48 -08:00
401_teardown.sh Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
README.md Fix docs. Make sure that env.sh does not set VTTOP if already set. 2018-12-24 21:08:26 +00:00
ceph_backup_config.json Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
create_commerce_schema.sql adapt helm example to run locally 2018-12-05 17:58:59 -08:00
create_commerce_seq.sql adapt helm example to run locally 2018-12-05 17:58:59 -08:00
create_customer_sharded.sql adapt helm example to run locally 2018-12-05 17:58:59 -08:00
create_test_table.sql add back files required for test 2018-12-06 18:06:39 -08:00
drop_commerce_tables.sql adapt helm example to run locally 2018-12-05 17:58:59 -08:00
env.sh Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
grpc_static_auth.json First pass at review feedback 2017-12-05 10:23:06 -08:00
grpc_static_client_auth.json First pass at review feedback 2017-12-05 10:23:06 -08:00
mysql_auth_server_static_creds.json add mysql naitve password to login 2018-05-03 10:59:54 +08:00
topo-etcd2.sh update license in example/ config/ data/ doc/ docker/ 2019-10-22 13:51:38 +08:00
topo-k8s.sh Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
topo-zk2.sh update license in example/ config/ data/ doc/ docker/ 2019-10-22 13:51:38 +08:00
vschema.json Adds removed vschema 2018-12-08 12:08:07 -08:00
vschema_commerce_initial.json adapt helm example to run locally 2018-12-05 17:58:59 -08:00
vschema_commerce_seq.json adapt helm example to run locally 2018-12-05 17:58:59 -08:00
vschema_commerce_vsplit.json adapt helm example to run locally 2018-12-05 17:58:59 -08:00
vschema_customer_sharded.json adapt helm example to run locally 2018-12-05 17:58:59 -08:00
vschema_customer_vsplit.json adapt helm example to run locally 2018-12-05 17:58:59 -08: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 tutorial ("Start a Vitess cluster" section) for instructions on using these scripts.