Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin b306b98a2c test: Temporarily disable the webdriver test for the new vtctld2. (#1990)
The test requires many dependencies which prolong the current test duration by up to 10 minutes on Travis.

Once we figured out how to cache the dependencies both on Travis and our local machines, we can re-enable the test.

Instead of commenting the code for installing the dependencies, I've moved it to bootstrap_web.sh for now.
2016-08-24 22:16:06 -07:00
config
data/test
doc Merge pull request #1980 from sougou/master 2016-08-23 13:39:28 -07:00
docker
examples
go Merge pull request #1928 from dsslater/shard/crud 2016-08-24 16:57:02 -07:00
java java: Fix linter comments. (#1987) 2016-08-24 15:01:40 -07:00
misc
php
proto throttler: Support aging unchanged bad rates. 2016-08-23 10:17:10 -07:00
py Merge pull request #1973 from michael-berlin/age_bad_values 2016-08-23 12:27:31 -07:00
test test: Temporarily disable the webdriver test for the new vtctld2. (#1990) 2016-08-24 22:16:06 -07:00
third_party
tools test: Temporarily disable the webdriver test for the new vtctld2. (#1990) 2016-08-24 22:16:06 -07:00
travis
vendor
vitess.io
web Replaced paper dropdowns with primeNg dropdowns (#1989) 2016-08-24 16:57:57 -07:00
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.travis.yml
CONTRIBUTING.md
Dockerfile
Dockerfile.mariadb
Dockerfile.mysql56
Dockerfile.percona
Dockerfile.percona57
LICENSE
Makefile Use https instead of git protocol for fetching angular-cli. Move vtctld2/build.sh steps into Makefile 2016-08-22 15:24:47 -07:00
README.md
bootstrap.sh test: Temporarily disable the webdriver test for the new vtctld2. (#1990) 2016-08-24 22:16:06 -07:00
composer.json
composer.lock
dev.env
index.md
phpunit.xml
preview-site.sh
publish-site.sh publish-site.sh: Ignore /web/ dir when validating generated HTML. (#1981) 2016-08-23 14:07:55 -07:00
replace_doc_link.py
test.go test: Temporarily disable the webdriver test for the new vtctld2. (#1990) 2016-08-24 22:16:06 -07:00

README.md

Build Status codebeat badge Go Report Card

Vitess

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.