Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane d1bb0de397
Merge pull request #3370 from sougou/build
zookeeper: 3.4.6->3.4.10
2017-11-11 10:52:29 -08:00
config Add appDebugUsername to local examples 2017-08-15 17:25:59 -07:00
data/test Merge branch 'upstream-master' into add-support-for-truncate 2017-10-24 21:27:51 -07:00
doc Refactor QueryCache to QueryPlanCache 2017-10-27 08:07:10 -07:00
docker zookeeper: 3.4.6->3.4.10 2017-11-10 11:09:48 -08:00
docs zookeeper: 3.4.6->3.4.10 2017-11-10 11:09:48 -08:00
examples vitess.io: Change URL format from "$page.html" to $page/. 2017-09-15 13:36:03 -07:00
go Merge pull request #3370 from sougou/build 2017-11-11 10:52:29 -08:00
helm Address comments. 2017-03-07 14:27:23 -08:00
java fix typo 2017-11-06 09:58:10 -05:00
misc misc: Allow to override the location for pylint via gpylint. 2017-09-23 11:07:10 -07:00
php vitess.io: Change URL format from "$page.html" to $page/. 2017-09-15 13:36:03 -07:00
proto Adds session option to cache query plans 2017-09-30 16:46:40 -07:00
py Adds session option to cache query plans 2017-09-30 16:46:40 -07:00
test travis: resurrect unit_race 2017-11-08 12:14:02 -08:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools Merge pull request #3274 from tinyspeck/expose-build-number-in-stats 2017-10-26 10:53:12 -07:00
travis grpc: switch to v1.7.1 2017-11-01 12:57:26 -07:00
vendor grpc: follow guidelines recommended by grpc 2017-11-01 15:42:14 -07:00
vitess.io vitess.io: Introduce new submenu entry "Advanced Features" and add existing Messaging doc to it. 2017-10-08 22:27:09 -07:00
web codegen after vtctld source file change 2017-10-23 23:02:54 -07:00
.codeclimate.yml Add shellcheck to .codeclimate.yml 2017-10-12 10:35:47 +01: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: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
.pullapprove.yml admin: update pullapprove 2017-09-11 11:20:56 -07: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 travis: resurrect unit_race 2017-11-08 12:14:02 -08:00
README.md license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
bootstrap.sh zookeeper: 3.4.6->3.4.10 2017-11-10 11:09:48 -08:00
composer.json Bump the minimum Go version to 1.9. 2017-09-21 21:26:54 -07:00
composer.lock Bump the minimum Go version to 1.9. 2017-09-21 21:26:54 -07: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
phpunit.xml composer.json moved to project root -> dependencies update 2016-01-13 22:36:35 +01:00
test.go travis: Run tests within our "mysql57" bootstrap Docker image instead of natively. 2017-09-20 17:58:04 -07: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.