Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Ammar Aijazi 856856f234 Send Err in QueryService.StreamExecute's QueryResult responses, handle them in tabletconn 2015-06-10 12:52:17 -07:00
Godeps Added influxdb to Godeps 2015-03-12 18:22:21 -07:00
config Add extra_my_cnf for MySQL 5.6. 2015-05-05 15:30:56 -07:00
data Remove auto-generated UUID from bootstrap data dir archive. 2015-05-05 15:30:56 -07:00
doc Update docs for new ApplySchema command. 2015-06-09 13:27:23 -07:00
docker Install etcd in dev bootstrap for integration tests. 2015-06-04 15:47:10 -07:00
examples Update docs for new ApplySchema command. 2015-06-09 13:27:23 -07:00
go Send Err in QueryService.StreamExecute's QueryResult responses, handle them in tabletconn 2015-06-10 12:52:17 -07:00
java java/vtgate-client: Fix minor formatting issues which I accidentally introduced. 2015-05-27 16:28:47 -07:00
misc Remove unused createcl script. 2015-05-05 14:37:30 -07:00
php Add a minimal VTGateConnection class for PHP. 2015-01-20 01:02:53 -08:00
proto Initial version of automation framework. 2015-05-19 18:03:59 -07:00
py Add RPCErrors to more QueryService RPC responses 2015-06-10 12:52:15 -07:00
test Merge pull request #759 from michael-berlin/cutdown_worker_test 2015-06-09 11:46:24 -07:00
third_party Fix "invalid heap pointer" crash when built with Go 1.4. 2015-01-12 23:42:26 -08:00
travis Fix installing gRPC if it's not installed system wide. 2015-05-01 16:31:05 -07:00
vitess.io explicitly specify all gem dependencies for vitess.io 2015-06-09 14:20:42 -07:00
.dockerignore Add test-runner script for integration tests in Docker. 2015-04-21 20:12:20 -07:00
.gitignore git: Ignore Eclipse Pydev file ".pydevproject". 2015-05-01 13:41:33 -07:00
.travis.yml Use "travis_retry" to install gRPC. 2015-06-07 20:51:13 -07:00
CONTRIBUTING.md Simplify instructions for contributing and deprecate createcl. 2014-10-17 19:56:20 -07:00
Dockerfile Remove old files when building Docker image. 2015-04-24 00:58:04 -07:00
LICENSE Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Makefile Adding custom_sharding.py to automated tests. 2015-06-01 14:11:54 -07:00
README.md Update Getting Started links 2015-05-29 11:03:07 -07:00
bootstrap.sh add -u flag for all "go get" in bootstrap script 2015-05-07 11:57:20 -07:00
dev.env Change capitalization of MySQL56 flavor ID. 2015-04-22 13:02:10 -07:00
index.md Update documents on website, adding (1) Key Concepts; (2) Getting Started (local hardware); (3) Sharding; (4) Horizontal Sharding (codelab); (5) vtctl Reference. Remove documents that have been incorporated into other docs (FAQ.md, HelicopterOverview.md, Resharding.md, Tools.md). Add left nav links to documents on website and supporting CSS/JS. 2015-06-03 10:58:39 -07: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] Add -extra-args flag to pass args to each test. 2015-06-04 15:54:29 -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.