Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Jeff (Zhefu) Jiang ee30a34b96 fix comments 2015-07-20 11:55:46 -07:00
Godeps Update go-etcd client to v2.0.0. 2015-07-10 13:11:09 -07:00
config
data add tableacl proto and refactor go/vt/tableacl 2015-07-19 22:30:42 -07:00
doc Update docs for etcd v2. 2015-07-10 16:49:23 -07:00
docker Update Docker/Kubernetes configs to etcd v2.0.13. 2015-07-10 16:29:13 -07:00
examples Merge pull request #873 from thompsonja/master 2015-07-13 15:28:57 -07:00
go fix comments 2015-07-20 11:55:46 -07:00
java delete java vtocc 2015-07-13 11:15:12 -07:00
misc golint git hook: In case of errors, add "s" (step) mode. 2015-06-17 21:57:57 -07:00
php
proto add tableacl proto and refactor go/vt/tableacl 2015-07-19 22:30:42 -07:00
py Fixing various typos and comments. 2015-07-17 14:38:33 -07:00
test add tableacl proto and refactor go/vt/tableacl 2015-07-19 22:30:42 -07:00
third_party Vendored the Python mock library 2015-06-25 22:51:53 -07:00
travis Updating gRPC to 0.9.1. 2015-07-06 11:54:04 -07:00
vitess.io Add Sharding in Kubernetes guide to vitess.io. 2015-06-29 13:24:31 -07:00
web/vtctld web/vtctld: Hook up actions in new interface. 2015-07-15 16:12:13 -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 Moving all python proto-generated files into py/vtproto. 2015-07-16 14:07:11 -07:00
README.md Update README.md 2015-06-24 16:31:59 -07:00
bootstrap.sh bootstrap: Fix py-mock install. 2015-06-26 23:58:22 -07:00
dev.env
index.md
preview-site.sh
publish-site.sh
replace_doc_link.py
test.go test.go: Re-pull bootstrap image by default. 2015-06-26 18:27:25 -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.