Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin 42601e365f doc: Backup: Rewrote "Bootstrapping a new tablet" section and moved some of it into a new section "Backup Frequency". 2016-06-01 18:41:13 -07:00
config Enable relay_log_recovery for MySQL 5.6+. 2016-05-20 17:59:37 -07:00
data/test tabletserver: rowcache deprecation 2016-05-30 22:39:30 -07:00
doc doc: Backup: Rewrote "Bootstrapping a new tablet" section and moved some of it into a new section "Backup Frequency". 2016-06-01 18:41:13 -07:00
docker Clean up memcached dependencies. 2016-05-31 12:22:27 -07:00
examples Clean up memcached dependencies. 2016-05-31 12:22:27 -07:00
go tabletserver: schema info should use dba creds 2016-05-31 21:43:13 -07:00
java Convert Java vttest helper to new proto_topo format. 2016-05-26 20:47:13 -07:00
misc Updating comment. 2015-12-16 07:52:43 -08:00
php Addressing comments from review. 2016-05-26 07:59:57 -07:00
proto Addressing comments from review. 2016-05-26 07:59:57 -07:00
py Allowing passing keyspace in v3 python client. 2016-05-27 11:51:39 -07:00
test Merge pull request #1745 from alainjobart/rebuild 2016-05-31 15:16:23 -07:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools Don't need to prefix builds with godep anymore. 2016-04-06 14:52:31 -07:00
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 Document how to build custom Docker images for Kubernetes. 2016-05-20 15:27:43 -07:00
web/vtctld Removing unused GetEndPoints vtctld API. 2016-01-06 09:59:05 -08:00
.dockerignore
.gitignore Use govendor instead of godep. 2016-04-14 19:15:41 -07:00
.gitmodules php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
.pullapprove.yml pullapprove: Allow :lgtm: anywhere. 2016-03-14 15:41:04 -07:00
.travis.yml Clean up memcached dependencies. 2016-05-31 12:22:27 -07:00
CONTRIBUTING.md Add CLA info to Contributing doc. 2016-01-29 16:06:17 -08:00
Dockerfile Add Docker images for MySQL 5.7. 2016-05-20 17:59:37 -07:00
Dockerfile.mariadb docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
Dockerfile.mysql56 Add Docker images for MySQL 5.7. 2016-05-20 17:59:37 -07:00
Dockerfile.percona docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
LICENSE
Makefile Save VSchema in initTabletMapProto(). 2016-05-26 20:36:52 -07:00
README.md Merge branch 'added_go_report_card' of https://github.com/zozo123/vitess into go-report-card 2016-04-11 15:20:36 -07:00
bootstrap.sh Allow MySQL56 flavor to accept MySQL 5.7. 2016-05-20 17:59:37 -07:00
composer.json composer.json fix - google/auth package set to the same version as defined in grpc/grpc 2016-05-17 18:59:06 +02:00
composer.lock php: Update composer dependencies. 2016-05-23 16:42:08 -07:00
dev.env php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
index.md Removing a couple more mentions of bson. 2016-03-16 09:42:59 -07:00
phpunit.xml composer.json moved to project root -> dependencies update 2016-01-13 22:36:35 +01:00
preview-site.sh Make Docker image to preview/publish site. 2016-04-05 16:45:21 -07:00
publish-site.sh Make Docker image to preview/publish site. 2016-04-05 16:45:21 -07:00
replace_doc_link.py
test.go Add Docker images for MySQL 5.7. 2016-05-20 17:59:37 -07:00

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.