Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart 3f52b1b058 Newer version of proto generated code. 2015-05-04 10:13:24 -07:00
Godeps Added influxdb to Godeps 2015-03-12 18:22:21 -07:00
config Rename table_cache -> table_open_cache. 2015-04-22 15:15:23 -07:00
data Removing the _vt bootstrap db creation. 2015-04-30 16:58:57 -07:00
doc [doc] Move command output to the right place. 2015-04-27 17:18:21 -07:00
docker Build lightweight Docker images for deployment. 2015-04-27 17:05:06 -07:00
examples Build lightweight Docker images for deployment. 2015-04-27 17:05:06 -07:00
go Merge branch 'master' into replication 2015-05-01 17:23:16 -07:00
java Merge pull request #642 from youtube/hadoop-readme 2015-04-29 10:28:37 -07:00
misc Ignore third_party and Godeps in git precommit hooks. 2015-01-28 15:42:47 -08:00
php Add a minimal VTGateConnection class for PHP. 2015-01-20 01:02:53 -08:00
proto Re-organizing protos. 2015-02-27 20:40:55 -08:00
py Newer version of proto generated code. 2015-05-04 10:13:24 -07:00
test Progress in the grpc vtctl python client. Doesn't work yet though. 2015-05-04 09:54:13 -07:00
third_party Fix "invalid heap pointer" crash when built with Go 1.4. 2015-01-12 23:42:26 -08:00
travis Fix installing gRPC if it's not installed system wide. 2015-05-01 16:31:05 -07:00
vitess.io fix vitess.io layout glitch on mobile and clean up junk files 2015-03-11 10:35:40 -07:00
.dockerignore Add test-runner script for integration tests in Docker. 2015-04-21 20:12:20 -07:00
.gitignore git: Ignore Eclipse Pydev file ".pydevproject". 2015-05-01 13:41:33 -07:00
.travis.yml Speeding up travis and docker, no need to get protoc as it's not used 2015-03-13 12:09:08 -07:00
CONTRIBUTING.md Simplify instructions for contributing and deprecate createcl. 2014-10-17 19:56:20 -07:00
Dockerfile Remove old files when building Docker image. 2015-04-24 00:58:04 -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 Add test-runner script for integration tests in Docker. 2015-04-21 20:12:20 -07:00
README.md Add forum links to home page. 2015-04-29 14:31:24 -07:00
bootstrap.sh Create bootstrap image for MySQL 5.6. 2015-04-22 14:21:18 -07:00
dev.env Change capitalization of MySQL56 flavor ID. 2015-04-22 13:02:10 -07:00
index.md Add forum links to home page. 2015-04-29 14:31:24 -07:00
preview-site.sh publish index.md in root dir on vitess.io 2015-03-04 15:59:41 -08:00
publish-site.sh Let the user verify changes before publishing site. 2015-04-07 14:45:42 -07:00
replace_doc_link.py replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
test.go test.go: Return exit code 1 if any tests failed. 2015-04-22 15:27:35 -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.