Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin 23adcdbff6 bootstraph.sh: Fail early if go get fails.
Recently, we saw some Travis failures because not all Go dependencies
were successfully 'go get'd. However, the test run didn't stop early and
instead it was difficult to find out the original reason for the test
failure. This commit will make it easier to find out when the bootstrap
flaked and the test simply has to be restarted.
2015-11-04 19:04:49 -08: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 k8s: vtctld links through proxy to vttablet 2015-11-02 17:11:34 -08:00
docker Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08:00
examples Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08:00
go Remove debug loggings 2015-11-04 02:28:37 -08:00
java java: Fix client for query.proto revamp. 2015-10-27 21:38:31 -07:00
misc Excluding proto generated files from golint and pylint. 2015-11-03 08:26:45 -08:00
php Removing locktimeout from vtctl protocol. 2015-11-03 11:20:12 -08:00
proto Fixing another comment. 2015-11-03 11:20:12 -08:00
py Removing locktimeout from vtctl protocol. 2015-11-03 11:20:12 -08:00
test Merge pull request #1276 from alainjobart/resharding 2015-11-03 16:58:41 -08:00
third_party Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08:00
tools php: Regenerate protos. 2015-10-27 13:51:25 -07:00
travis docker: Remove unused mongo PHP extension. 2015-11-02 17:11:34 -08:00
vitess.io vitess.io: Add Google Custom Search box. 2015-11-01 22:56:31 -08:00
web/vtctld k8s: vtctld links through proxy to vttablet 2015-11-02 17:11:34 -08:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore backup: Use GCS backup in Kubernetes example. 2015-10-21 16:19:36 -07:00
.travis.yml Merge pull request #1274 from enisoc/zk 2015-11-02 21:42:06 -08:00
CONTRIBUTING.md Simplify instructions for contributing and deprecate createcl. 2014-10-17 19:56:20 -07:00
Dockerfile docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08:00
Dockerfile.mariadb docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08:00
LICENSE Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Makefile Re-run make proto for new go compiler plugin version. 2015-11-03 16:57:49 -08:00
README.md Github front page: Remove coverage button. 2015-08-24 16:04:40 -07:00
bootstrap.sh bootstraph.sh: Fail early if go get fails. 2015-11-04 19:04:49 -08:00
dev.env Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08: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 publish-site: Ignore vendored files in HTML checks. 2015-10-22 12:53:12 -07:00
replace_doc_link.py replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
test.go docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08: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.