Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane 6ff51d39cf vreplication: tests are done
Also had to added transmission of field info, which may come
in handy for encoding the values on the player end.

Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-01-02 19:50:42 -08:00
.github
config
data/test
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 vreplication: tests are done 2019-01-02 19:50:42 -08:00
helm helm: bump chart version to 1.0.4 2019-01-01 16:30:57 -07:00
java
misc
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 #4486 from dweitzman/multi_stmt 2018-12-22 11:18:51 -08:00
third_party/py
tools
travis
vagrant-scripts
vendor
vitess.io
web
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.ruby-version
.travis.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
Makefile
README.md
Vagrantfile
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

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