Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin 3fdb8b9687 worker.py: Created new abstract test base class to fix broken test after
moving CopySchemaShard around.

CopySchemaShard cannot be part of the vtworker main test method because
for some test classes the source master is deliberately shut down and
CopySchemaShard will fail.

Instead, I added a new test base class "TestBaseSplitClone" which will
be inherited by the existing "TestBaseSplitCloneResiliency" test class.

Now, CopySchemaShard won't be executed as part of "TestBaseSplitClone"
because it's a step in the resharding process and e.g. the automation
will take care of it.
2015-07-10 10:51:14 -07:00
Godeps Fix godeps config file and broke all godep commands. 2015-06-11 16:13:28 -07:00
config
data sqplarser: Limit nesting for all parenthesized exprs 2015-07-03 23:38:30 -07:00
doc Describe how to tell if vtworker diff succeeds. 2015-06-29 16:42:40 -07:00
docker Add Python mock to Docker PYTHONPATH 2015-06-26 12:50:10 -07:00
examples Fix kvtctl.sh for multiple args. 2015-06-29 14:58:13 -07:00
go fake clients: Fixed typo. 2015-07-10 09:59:19 -07:00
java Commiting log4j configs for unit tests. 2015-06-23 15:55:34 -07:00
misc golint git hook: In case of errors, add "s" (step) mode. 2015-06-17 21:57:57 -07:00
php
proto Using proper case for tablet_type in proto. 2015-07-08 13:41:29 -07:00
py In preparation for converting mysqlctl to gRPC: 2015-07-06 14:12:05 -07:00
test worker.py: Created new abstract test base class to fix broken test after 2015-07-10 10:51:14 -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
.dockerignore
.gitignore
.travis.yml Use "travis_retry" to install gRPC. 2015-06-07 20:51:13 -07:00
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile test: Add end-to-end test for automated horizontal resharding. 2015-07-09 23:13:17 -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.