Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Joshua Thompson 3eff022e20 Use curl instead of wget in bootstrap, clean up tablet init in webdriver test 2016-06-24 11:49:36 -07:00
config Disable Native AIO for MySQL 5.6+ flavor. 2016-06-15 13:19:30 -07:00
data/test Fixing the java test environment. 2016-06-14 10:02:16 -07:00
doc Fix lists on the LaunchingVitess page. 2016-06-15 14:23:11 -07:00
docker docker: Run govendor sync in common bootstrap image. 2016-06-15 12:56:56 -07:00
examples Changing vttest to load vschema from schema_dir. 2016-06-14 09:27:08 -07:00
go Fix minor typo. 2016-06-17 11:01:45 +01:00
java Fixing the java test environment. 2016-06-14 10:02:16 -07:00
misc Updating comment. 2015-12-16 07:52:43 -08:00
php Adding SrvVSchema object. 2016-06-02 14:07:43 -07:00
proto Merge pull request #1772 from michael-berlin/throttlerservice 2016-06-08 18:22:36 -07:00
py Changing vttest to load vschema from schema_dir. 2016-06-14 09:27:08 -07:00
test Use curl instead of wget in bootstrap, clean up tablet init in webdriver test 2016-06-24 11:49:36 -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 add missing aws-sdk dependencies to vendor 2016-06-14 15:19:22 -04:00
vitess.io doc: Tutorial how to manually carry out a pivot schema change. 2016-06-02 17:31:02 -07:00
web/vtctld First version of vtctld webdriver test. 2016-06-17 15:40:53 -07:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore Fix .gitignore to prevent loss of vendor contents when using git stash. 2016-06-10 13:21:46 -07:00
.gitmodules php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
.pullapprove.yml Update PullApprove member list. 2016-06-13 15:48:00 -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 Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
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 Use curl instead of wget in bootstrap, clean up tablet init in webdriver test 2016-06-24 11:49:36 -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 Add selenium steps to bootstrap 2016-06-22 15:26:14 -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 publish-site.sh: Fix problem that docker cp copies the rentered HTML pages one level too deep. 2016-06-02 15:36:11 -07:00
replace_doc_link.py replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
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.