Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart 99dbfd5987 Switching tabletmanager to the new tabletserver API. 2015-10-12 08:55:36 -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
data
doc R.I.P. vtocc. 2015-10-09 16:01:33 -07:00
docker docker: Build gRPC PHP extension. 2015-10-08 04:28:52 -07:00
examples examples/kubernetes: Let sharded-vtworker.sh return an error when vtworker failed. 2015-10-06 20:23:40 -07:00
go Switching tabletmanager to the new tabletserver API. 2015-10-12 08:55:36 -07:00
java java: Fix doc comment. 2015-10-08 16:17:29 -07:00
misc
php php/grpc: Add composer config for downloading gRPC dependencies. 2015-10-07 13:17:32 -07:00
proto Remove RPCError from proto3 responses where it's unused 2015-09-17 15:15:59 -07:00
py Make sure vtgatev2.VTGateConnection is registered. 2015-10-10 15:35:38 -07:00
test fix callerid sequence 2015-10-10 19:30:23 -07:00
third_party
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
.dockerignore
.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
LICENSE
Makefile R.I.P. vtocc. 2015-10-09 16:01:33 -07:00
README.md
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
preview-site.sh
publish-site.sh
replace_doc_link.py
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.