Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Dominic Hamon 1be23db75f Back to exception and add more information. 2015-10-20 12:28:14 -07:00
Godeps Get rid of directory-specific .gitignores in favor of a single global .gitignore 2015-09-17 15:48:55 -07:00
config Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
data tableacl: remove file dependency for test 2015-10-17 22:54:48 -07:00
doc doc: Mark merging as not yet implemented. 2015-10-14 14:30:17 -07:00
docker docker: Add Makefile rule for building etcd-lite image. 2015-10-15 15:50:31 -07:00
examples Revert "Change protocol defaults to grpc." 2015-10-19 15:45:44 -07:00
go Merge pull request #1232 from youtube/hc 2015-10-20 09:20:55 -07:00
java Merge pull request #1221 from yaoshengzhe/use_InetSocketAddress_in_RpcClientFactory 2015-10-15 20:13:22 -07:00
misc Adding better error handling for grpc tablet client. 2015-08-07 11:41:11 -07:00
php Update README.md 2015-10-16 10:54:19 -07:00
proto Adding the 'serving' flag to StreamHealthCheck. 2015-10-12 12:05:43 -07:00
py Back to exception and add more information. 2015-10-20 12:28:14 -07:00
test Deflaking this test: if table creation takes time to 2015-10-20 08:36:16 -07:00
third_party Vendored the Python mock library 2015-06-25 22:51:53 -07:00
tools php/proto: Rename identifiers that are PHP keywords. 2015-10-07 13:17:32 -07:00
travis travis: Build gRPC PHP extension. 2015-10-08 03:48:13 -07:00
vitess.io vitess.io: Move analytics code to <head>. 2015-10-09 14:52:30 -07:00
web/vtctld web/vtctld: Fix typo. 2015-08-19 00:19:37 -07:00
.dockerignore Add test-runner script for integration tests in Docker. 2015-04-21 20:12:20 -07:00
.gitignore php/grpc: Add composer config for downloading gRPC dependencies. 2015-10-07 13:17:32 -07:00
.travis.yml travis: Build gRPC PHP extension. 2015-10-08 03:48:13 -07:00
CONTRIBUTING.md
Dockerfile Remove old files when building Docker image. 2015-04-24 00:58:04 -07:00
LICENSE
Makefile Merge branch 'master' into suguwork 2015-10-17 21:07:05 -07:00
README.md Github front page: Remove coverage button. 2015-08-24 16:04:40 -07:00
bootstrap.sh Removing cbson. We'll remove bson support eventually. 2015-10-01 07:29:09 -07:00
dev.env Fix dev.env for global gRPC installs 2015-09-23 15:58:59 -07:00
index.md Update site UI, left nav menus, home page. Switch to bootstrap framework, etc. 2015-09-09 01:01:07 -04:00
preview-site.sh publish index.md in root dir on vitess.io 2015-03-04 15:59:41 -08:00
publish-site.sh Check for unconverted Markdown lists after running Jekyll. 2015-05-11 14:45:41 -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: Don't crash if stats contains tests that aren't in config. 2015-09-22 17:17:17 -07:00

README.md

Vitess

Build 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.