Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Liang Guo 0d4b8fe87b Merge branch 'master' into status 2016-05-05 14:22:07 -07:00
config
data/test
doc Remove blog posts and images since blog was moved to blog.vitess.io. 2016-04-29 16:20:25 -04:00
docker Adding docker image to generate PHP proto files. 2016-05-05 07:25:28 -07:00
examples Merge pull request #1660 from sougou/v3 2016-04-27 16:47:01 -07:00
go Merge branch 'master' into status 2016-05-05 14:22:07 -07:00
java Merge pull request #1681 from youtube/jdbc 2016-05-05 12:29:57 -07:00
misc
php Running PHP proto generation. 2016-05-05 07:25:28 -07:00
proto Removing GetSessionId from queryservice. 2016-05-05 07:25:28 -07:00
py Merge branch 'master' into status 2016-05-05 14:22:07 -07:00
test worker: Resolve destination master using the discovery module. 2016-04-29 22:58:00 -07:00
third_party
tools
travis Update Travis to MariaDB 10.0.25. 2016-05-05 11:23:28 -07:00
vendor v3: fix third_party dependency 2016-04-27 11:27:22 -07:00
vitess.io Fix logo image used in _config_dev.yml to match _config.yml. 2016-05-02 09:32:50 -04:00
web/vtctld
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.travis.yml
CONTRIBUTING.md
Dockerfile
Dockerfile.mariadb
Dockerfile.percona
LICENSE
Makefile Also copying two more PHP generated files. 2016-05-05 07:25:28 -07:00
README.md
bootstrap.sh v3: fix third_party dependency 2016-04-27 11:27:22 -07:00
composer.json
composer.lock
dev.env
index.md
phpunit.xml
preview-site.sh Remove blog post templates since blog was moved to blog.vitess.io, served by blogspot or blogger or something. Revert changes to preview-site.sh. 2016-04-29 16:28:47 -04:00
publish-site.sh
replace_doc_link.py
test.go

README.md

Build Status codebeat badge Go Report Card

Vitess

Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware. It combines many important features of MySQL with the scalability of a NoSQL database.

It's been actively developed since 2011, and is currently used as a fundamental component of YouTube's MySQL infrastructure, serving thousands of QPS per server. If you want to find out whether Vitess is a good fit for your project, please visit vitess.io.

There are a couple of videos from sougou that you can watch: a short intro prepared for Google I/O 2014 and a more detailed presentation from @Scale '14.

Documentation

Intro

Using Vitess

Reference

Contact

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

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

License

Unless otherwise noted, the vitess source files are distributed under the BSD-style license found in the LICENSE file.