Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart 2fc3c2713d Now mysql port is a int32, to be consistent with other places.
Also fixing all linter issues.
2015-08-11 18:21:54 -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: support << and >> operators 2015-08-04 14:50:00 -07:00
doc Merge pull request #763 from AndyDiamondstein/backup-restore 2015-08-07 12:13:44 -07:00
docker web/vtctld: Add new -web_dir flag everywhere -templates was. 2015-08-03 14:43:45 -07:00
examples web/vtctld: Add new -web_dir flag everywhere -templates was. 2015-08-03 14:43:45 -07:00
go Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
java add java client and grpc 2015-07-31 22:16:25 -07:00
misc Adding better error handling for grpc tablet client. 2015-08-07 11:41:11 -07:00
php Add a minimal VTGateConnection class for PHP. 2015-01-20 01:02:53 -08:00
proto Merge remote-tracking branch 'origin/master' into aaijazi_add_vitess_error_enum 2015-08-05 22:36:37 -07:00
py Replacing all python %u by %d. Apparently it's what we need to do now. 2015-08-07 12:42:36 -07:00
test automation: Extend Task interface to support optional parameters. 2015-08-11 13:17:48 -07:00
third_party Vendored the Python mock library 2015-06-25 22:51:53 -07:00
tools bootstrap.sh: Restore Go 1.3 compability. 2015-08-06 14:51:46 -07:00
travis Travis: Log GOMAXPROCS. 2015-07-23 00:15:11 -07:00
vitess.io Merge pull request #763 from AndyDiamondstein/backup-restore 2015-08-07 12:13:44 -07:00
web/vtctld web/vtctld: Fix shard dashboard for new topo structures. 2015-08-11 11:22:47 -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 Merge pull request #914 from michael-berlin/travis_avoid_cache_update_after_java_test 2015-07-25 00:31:11 -07:00
CONTRIBUTING.md
Dockerfile Remove old files when building Docker image. 2015-04-24 00:58:04 -07:00
LICENSE
Makefile go1.5: Use new syntax for ldflags -X variables. 2015-07-31 13:40:44 -07:00
README.md Update README.md 2015-06-24 16:31:59 -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 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: 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.