Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin a7ddeadf87 vitess.io: Recolor logo with the Material Indigo palette. 2016-11-30 21:15:11 -08:00
config RELOAD privilege added for orchestrator mysql user (#2167) 2016-10-19 17:41:10 -07:00
data/test v3: handle ORDER BY NULL 2016-11-28 12:45:32 -08:00
doc Modify docs to describe current schema swap process. (#2315) 2016-11-30 13:37:11 -08:00
docker docker: lite image: Copy only the "app" directory for vtctld2. 2016-11-02 15:42:44 -07:00
docs publish site Wed Nov 30 21:08:31 PST 2016 2016-11-30 21:09:55 -08:00
examples examples/kubernetes: Clean up unnecessary variables in scripts (#2285) 2016-11-21 18:12:34 -08:00
go Always verify pool connections when working on ApplySchema request. (#2319) 2016-11-30 16:40:30 -08:00
helm k8s: Support StatefulSet and PersistentVolume in Helm chart (#2248) 2016-11-16 15:48:40 -08:00
java Incorporating Review Comments 2016-11-17 08:39:47 +05:30
misc Beautifying the go 'unused' script a bit. 2016-08-30 13:17:27 -07:00
php Removing SplitQuery plumbing and renaming SplitQueryV2 to SplitQuery 2016-11-04 15:09:55 -07:00
proto mysql: Support new types GEOMETRY & JSON 2016-11-22 16:09:46 -08:00
py mysql: Support new types GEOMETRY & JSON 2016-11-22 16:09:46 -08:00
test Update k8s end2end tests. Add backup/drain tests. (#2292) 2016-11-30 10:46:27 -08:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools Angular2 webdriver test updates (#2038) 2016-09-13 17:17:22 -07:00
travis Upgrading MariaDB version. 2016-11-04 10:36:46 -07:00
vendor vendor: Update protoc-gen-go to HEAD. 2016-11-06 22:06:36 -08:00
vitess.io vitess.io: Recolor logo with the Material Indigo palette. 2016-11-30 21:15:11 -08:00
web Removing DemoteMaster from vtctl, and UI. 2016-11-29 10:40:15 -08:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore gitignore: Ignore preview-vitess.io only if it's in the root folder. 2016-11-05 21:55:10 -07:00
.gitmodules php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
.pullapprove.yml PullApprove: Adding new team member @wangyipei01 to the list of allowed approvers. 2016-11-21 18:51:20 -08:00
.travis.yml Bump minimum Go version from 1.5 to 1.7. 2016-10-03 13:57:34 -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 Better error message for protoc missing. 2016-11-29 13:32:51 -08:00
README.md Clean up docs. (#2079) 2016-09-23 10:30:55 -07:00
bootstrap.sh A few backup process improvements. 2016-11-21 07:31:26 -08:00
composer.json Update to gRPC 1.0.0 and protobuf 3.0.0. (#2012) 2016-09-23 11:41:17 -07:00
composer.lock Update to gRPC 1.0.0 and protobuf 3.0.0. (#2012) 2016-09-23 11:41:17 -07: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 vitess.io: Stop publishing /doc/*.md files on vitess.io which are NOT already listed in the menu. 2016-11-05 21:55:06 -07:00
publish-site.sh docs: Add a README.md file to explain the purpose of the directory. 2016-11-05 21:55:57 -07:00
test.go test.go: Change the default from all flavors to mysql57. 2016-11-16 16:31:08 -08:00

README.md

Build Status codebeat badge Go Report Card

Vitess

Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding.

By encapsulating shard-routing logic, Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple shards. With Vitess, you can even split and merge shards as your needs grow, with an atomic cutover step that takes only a few seconds.

Vitess has been a core component of YouTube's database infrastructure since 2011, and has grown to encompass tens of thousands of MySQL nodes.

For more about Vitess, please visit vitess.io.

Contact

Ask questions in the vitess@googlegroups.com discussion forum or on Gitter.

Subscribe to vitess-announce@googlegroups.com or the Vitess Blog 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.