Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Rafael Chacon 329e730e9d Deprecate LookupHash 2017-12-17 15:11:15 -08:00
config mysqlctl: remove lower_case_table_names setting 2017-11-13 17:14:51 -08:00
data/test push down "order by rand()" 2017-12-07 18:44:57 +01:00
doc Deprecate LookupHash 2017-12-17 15:11:15 -08:00
docker php: drop php client 2017-12-05 19:37:09 -08:00
docs publish site Sun Dec 17 10:56:55 PST 2017 2017-12-17 10:56:55 -08:00
examples Deprecate LookupHash 2017-12-17 15:11:15 -08:00
go Deprecate LookupHash 2017-12-17 15:11:15 -08:00
helm Address comments. 2017-03-07 14:27:23 -08:00
java vtgate: autocommit like MySQL 2017-12-04 22:55:25 -08:00
misc misc: Allow to override the location for pylint via gpylint. 2017-09-23 11:07:10 -07:00
proto Adds session option to cache query plans 2017-09-30 16:46:40 -07:00
py Ignore decorator in codeclimate 2017-12-05 14:07:48 -08:00
test Adding a topocustomrule module. 2017-12-15 14:00:14 -08:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools php: drop php client 2017-12-05 19:37:09 -08:00
travis Updaste gRPC version to match the go one 2017-12-08 15:10:31 -08:00
vendor grpc: follow guidelines recommended by grpc 2017-11-01 15:42:14 -07:00
vitess.io doc: remove Client Libraries doc 2017-12-16 10:46:57 -08:00
web Fixing vtctld tablets URL. 2017-11-15 14:20:20 -08:00
.codeclimate.yml Updaste gRPC version to match the go one 2017-12-08 15:10:31 -08:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore .gitignore: Ignore version backups from "mvn versions:set". 2017-04-14 17:01:31 -07:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.pullapprove.yml Removing non-collaborators from pullapprove config. 2017-12-05 09:19:13 -08:00
.ruby-version Set Ruby version for netlify.com. 2017-09-20 20:46:00 -07:00
.travis.yml Bump the minimum Go version to 1.9. 2017-09-21 21:26:54 -07:00
ADOPTERS.md doc: add Axon as user 2017-09-11 09:43:36 -07:00
CONTRIBUTING.md CONTRIBUTING.md: Link to vitess.io/contributing/. 2017-04-12 21:12:33 -07:00
Dockerfile Re-add "Dockerfile" for base image in the root of our repository. 2017-04-14 15:18:09 -07:00
LICENSE license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
Makefile php: drop php client 2017-12-05 19:37:09 -08:00
README.md license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
bootstrap.sh Removing old ZK code. 2017-12-13 14:41:32 -08:00
dev.env Bump the minimum Go version to 1.9. 2017-09-21 21:26:54 -07:00
index.md doc: address review comments 2017-09-13 15:59:22 -07:00
test.go Removing the etcd docker images. 2017-11-15 15:01:44 -08:00

README.md

Maven Central Build Status codebeat badge Go Report Card

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. You may also request access to the Vitess Slack channel.

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.