Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Dan Kozlowski a9cf065995 Adding in SQL commands to prepare an instance to join an existing shard
Signed-off-by: Dan Kozlowski <koz@planetscale.com>
2019-01-15 14:27:39 -08:00
.github CODEOWNERS: initial commit for /helm/ and /docker/ 2018-11-08 12:57:12 -07:00
config Adding in SQL commands to prepare an instance to join an existing shard 2019-01-15 14:27:39 -08:00
data/test exec_cases: add passing messages OnDup test 2019-01-09 13:47:26 -07:00
doc Remove references to l2vtgates in docs and integration tests 2018-12-20 22:53:15 -08:00
docker Merge pull request #4492 from planetscale/ss-docker-fix 2019-01-01 09:34:53 -08:00
examples Fix docs. Make sure that env.sh does not set VTTOP if already set. 2018-12-24 21:08:26 +00:00
go vtctl: run BackupShard on replica, rdonly or spare 2019-01-14 21:30:02 -07:00
helm helm: release 1.0.5 2019-01-12 12:53:01 -07:00
java Merge pull request #4441 from systay/jdbc-cleanup 2018-12-20 10:47:10 -05:00
misc Prompt to add DCO signoff in git hook. 2018-03-05 12:41:16 -08:00
proto vreplication: tests are done 2019-01-02 19:50:42 -08:00
py vreplication: tests are done 2019-01-02 19:50:42 -08:00
test Merge pull request #4463 from planetscale/ds-cluster-alias 2019-01-14 13:54:30 -08:00
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools added comment 2018-12-13 13:05:59 +01:00
travis bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
vagrant-scripts go: update to go 1.11 2018-10-05 14:42:05 -06:00
vendor Update all the protocol buffers with the new compiler 2018-12-03 15:04:01 -08:00
vitess.io doc: FAQ 2018-10-21 20:18:21 -07:00
web Updates assets with latest changes 2018-08-24 17:34:51 -07:00
.codeclimate.yml bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
.dockerignore
.gitignore ignore .vscode files 2018-10-28 20:33:43 -07:00
.gitmodules
.pullapprove.yml
.ruby-version
.travis.yml Bump Go versions and use '.x' to always get latest minor versions 2018-10-28 15:57:04 +01:00
ADOPTERS.md Add JD.com to the list of adopters 2018-04-19 21:39:51 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
DCO Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
Dockerfile
GOVERNANCE.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
GUIDING_PRINCIPLES.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
LICENSE
Makefile Use correct indentation for Makefile 2018-10-19 17:08:48 -07:00
README.md doc(readme): add license scan status and report 2018-03-27 18:41:28 -07:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
bootstrap.sh Merge pull request #4487 from jvaidya/build_tests_options 2018-12-24 07:20:19 -08:00
build.env Added the ability to build without tests 2018-12-23 06:44:15 +00:00
dev.env fix a bootstrap.sh error 2019-01-02 17:31:38 +01:00
test.go Fix a memory leak in opentsdb reporting 2018-06-17 17:38:13 -07:00

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices

Vitess

Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding.

By encapsulating shard-routing logic, Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple shards. With Vitess, you can even split and merge shards as your needs grow, with an atomic cutover step that takes only a few seconds.

Vitess has been a core component of YouTube's database infrastructure since 2011, and has grown to encompass tens of thousands of MySQL nodes.

For more about Vitess, please visit vitess.io.

Vitess has a growing community. You can view the list of adopters here.

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

For topics that are better discussed live, please join the Vitess Slack workspace.

Subscribe to vitess-announce@googlegroups.com or the Vitess Blog for low-frequency updates like new features and releases.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status