Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Anthony Yeh eb29d20c2d Merge pull request #788 from enisoc/mysql_upgrade
Fix mysql_upgrade again.
2015-06-11 23:36:27 -07:00
Godeps Fix godeps config file and broke all godep commands. 2015-06-11 16:13:28 -07:00
config
data
doc Revert "Omit "RebuildKeyspaceGraph" from resharding instructions and worker test after deleting the tablet." 2015-06-11 17:53:33 -07:00
docker Install etcd in dev bootstrap for integration tests. 2015-06-04 15:47:10 -07:00
examples Merge pull request #782 from thompsonja/master 2015-06-11 09:30:25 -07:00
go Add --force to mysql_upgrade. 2015-06-11 23:07:36 -07:00
java java/vtgate-client: Fix minor formatting issues which I accidentally introduced. 2015-05-27 16:28:47 -07:00
misc
php
proto Renaming caller_id to effective_caller_id to be consistent. 2015-06-11 15:11:34 -07:00
py Fixing gRPC vtctl client. 2015-06-10 10:56:47 -07:00
test Revert "Run RebuildKeyspaceGraph only for the initial shard, but not for the" 2015-06-11 17:54:43 -07:00
third_party
travis Pin gRPC to a known working version 2015-06-11 22:33:41 -07:00
vitess.io explicitly specify all gem dependencies for vitess.io 2015-06-09 14:20:42 -07:00
.dockerignore
.gitignore
.travis.yml Use "travis_retry" to install gRPC. 2015-06-07 20:51:13 -07:00
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile Now splitting automation proto. 2015-06-10 11:35:58 -07:00
README.md Update Getting Started links 2015-05-29 11:03:07 -07:00
bootstrap.sh
dev.env
index.md Update documents on website, adding (1) Key Concepts; (2) Getting Started (local hardware); (3) Sharding; (4) Horizontal Sharding (codelab); (5) vtctl Reference. Remove documents that have been incorporated into other docs (FAQ.md, HelicopterOverview.md, Resharding.md, Tools.md). Add left nav links to documents on website and supporting CSS/JS. 2015-06-03 10:58:39 -07:00
preview-site.sh
publish-site.sh
replace_doc_link.py
test.go [test.go] Add -extra-args flag to pass args to each test. 2015-06-04 15:54:29 -07:00

README.md

Vitess

Build Status Coverage Status

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.