Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart c8330abe55 Also passing correct prototol to vtworker. 2015-08-24 18:29:58 -07:00
Godeps Update go-etcd client to v2.0.0. 2015-07-10 13:11:09 -07:00
config Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
data sqlparser: improved error message 2015-08-20 00:34:53 -07:00
doc Update ClientLibraries.md 2015-08-14 14:58:34 -07:00
docker test.go: Explicitly remove cleanup docker container. 2015-08-24 15:40:54 -07:00
examples Make grpc the default for Go binaries talking to queryservice. 2015-08-22 16:01:45 -07:00
go Use retryable update in ScrapTablet. 2015-08-24 15:13:27 -07:00
java java: Add notInTransaction in VTGateTx to match Go client. 2015-08-22 16:01:45 -07:00
misc Adding better error handling for grpc tablet client. 2015-08-07 11:41:11 -07:00
php vtgateclienttest: Add quit:// query to kill process. 2015-08-23 19:13:31 -07:00
proto proto: Reorder fields in RealTimeStats. 2015-08-18 13:06:52 -07:00
py Test that effective_caller_id is passed to VTGate.StreamExecute interfaces. 2015-08-23 13:33:47 -07:00
test Also passing correct prototol to vtworker. 2015-08-24 18:29:58 -07:00
third_party Vendored the Python mock library 2015-06-25 22:51:53 -07:00
tools test.go: check in silly remote stats server. 2015-08-23 22:12:22 -07:00
travis Remove obsolete Travis files. 2015-08-23 21:41:12 -07:00
vitess.io Merge master changes from youtube/vitess. 2015-08-22 15:57:14 -07:00
web/vtctld web/vtctld: Fix typo. 2015-08-19 00:19:37 -07:00
.dockerignore
.gitignore git: Ignore Eclipse Pydev file ".pydevproject". 2015-05-01 13:41:33 -07:00
.travis.yml travis: turn off -follow for now to reduce spam in the happy case. 2015-08-23 22:11:48 -07:00
CONTRIBUTING.md
Dockerfile Remove old files when building Docker image. 2015-04-24 00:58:04 -07:00
LICENSE
Makefile test.go: Don't use bash for launching non-Docker tests. 2015-08-24 13:44:52 -07:00
README.md Github front page: Remove coverage button. 2015-08-24 16:04:40 -07:00
bootstrap.sh bootstrap.sh: Restore Go 1.3 compability. 2015-08-06 14:51:46 -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-site.sh Check for unconverted Markdown lists after running Jekyll. 2015-05-11 14:45:41 -07:00
replace_doc_link.py
test.go Merge pull request #1030 from enisoc/travis 2015-08-24 14:13:47 -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.