Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin 6196cdda97 Merge pull request #2046 from michael-berlin/throttler_more_fields
throttler: Split the throttler configuration into more fine-grained fields.
2016-09-13 13:15:41 -07:00
config Merge remote-tracking branch 'upstream/master' into webdriver2 2016-08-18 14:05:15 -07:00
data/test changes for code review / vitess pr 1924 2016-08-08 20:49:03 -07:00
doc Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
docker Initial commit for percona 5.7 docker image 2016-08-12 08:39:33 -07:00
examples Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
go Merge pull request #2046 from michael-berlin/throttler_more_fields 2016-09-13 13:15:41 -07:00
java java: Fix linter comments. (#1987) 2016-08-24 15:01:40 -07:00
misc Beautifying the go 'unused' script a bit. 2016-08-30 13:17:27 -07:00
php Adding UpdateStream API to vtgate. 2016-09-08 07:44:41 -07:00
proto Merge pull request #2046 from michael-berlin/throttler_more_fields 2016-09-13 13:15:41 -07:00
py Merge pull request #2046 from michael-berlin/throttler_more_fields 2016-09-13 13:15:41 -07:00
test Merge pull request #2046 from michael-berlin/throttler_more_fields 2016-09-13 13:15:41 -07:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools Make Sauce Connect only run on the last shard for non-PRs. (#2042) 2016-09-12 17:52:18 -07:00
travis Bump Travis MariaDB to 10.0.27 2016-08-29 17:37:05 -07:00
vendor Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
vitess.io vitess.io: Fix invalid JSON in package.json. 2016-06-24 22:01:00 -07:00
web Fixed some typos 2016-09-08 02:32:08 -07:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore New gitignore to ignore bower components 2016-08-04 16:01:17 -07:00
.gitmodules php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
.pullapprove.yml Add thompsonja-bot 2016-09-13 11:49:15 -07:00
.travis.yml Make Sauce Connect only run on the last shard for non-PRs. (#2042) 2016-09-12 17:52:18 -07:00
CONTRIBUTING.md Add CLA info to Contributing doc. 2016-01-29 16:06:17 -08:00
Dockerfile Add Docker images for MySQL 5.7. 2016-05-20 17:59:37 -07:00
Dockerfile.mariadb docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
Dockerfile.mysql56 Add Docker images for MySQL 5.7. 2016-05-20 17:59:37 -07:00
Dockerfile.percona docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
Dockerfile.percona57 Initial commit for percona 5.7 docker image 2016-08-12 08:39:33 -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 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 Merge branch 'added_go_report_card' of https://github.com/zozo123/vitess into go-report-card 2016-04-11 15:20:36 -07:00
bootstrap.sh Adding 'unused' go code hook. 2016-08-30 07:00:20 -07:00
composer.json PHP - composer.json fix - created a fake override of datto/protobuf-php package to make PHP work again (the datto implementation is referenced from grpc/grpc) 2016-07-20 00:03:43 +02:00
composer.lock PHP - composer.json fix - created a fake override of datto/protobuf-php package to make PHP work again (the datto implementation is referenced from grpc/grpc) 2016-07-20 00:03:43 +02:00
dev.env Add webdriver support for new vtctld2 UI 2016-08-16 11:26:41 -07:00
index.md Removing a couple more mentions of bson. 2016-03-16 09:42:59 -07:00
phpunit.xml composer.json moved to project root -> dependencies update 2016-01-13 22:36:35 +01:00
preview-site.sh Make Docker image to preview/publish site. 2016-04-05 16:45:21 -07:00
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 replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
test.go test.go: Skip manual tests in the -shard mode. (#2035) 2016-09-08 17:36:43 -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.