Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane 5abd5140cf publish site Wed Dec 14 09:07:01 PST 2016 2016-12-14 09:43:45 -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 2pc: prep for publish site 2016-12-14 09:43:45 -08:00
docker Update percona signing key (#2344) 2016-12-06 15:20:06 -08:00
docs publish site Wed Dec 14 09:07:01 PST 2016 2016-12-14 09:43:45 -08:00
examples Various DBConfig fixes. 2016-12-06 14:51:36 -08:00
go Merge pull request #2364 from erzel/fixing_panic_for_error_split_query 2016-12-13 10:50:12 -08:00
helm Various DBConfig fixes. 2016-12-06 14:51:36 -08:00
java Now using native proto3 BindVariable. 2016-12-08 06:47:16 -08:00
misc misc: Add two commit hooks for handling the internal bug number in commit messages. 2016-12-06 21:57:29 -08:00
php 2pc: regenerate php files 2016-12-14 09:43:45 -08:00
proto 2pc: refactored metadata tables (#2363) 2016-12-13 09:42:38 -08:00
py 2pc: refactored metadata tables (#2363) 2016-12-13 09:42:38 -08:00
test Fixing SetShardTabletControl blacklisted_tables. 2016-12-09 14:19:10 -08:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools tools: bootstrap_web.sh: Fix "/usr/bin/env: node: No such file or directory" error. 2016-12-09 18:23:53 -08: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 2pc: prep for publish site 2016-12-14 09:43:45 -08:00
web Copy external dependencies for vtctld, fix webdriver test (#2345) 2016-12-06 16:38:13 -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 Copy external dependencies for vtctld, fix webdriver test (#2345) 2016-12-06 16:38:13 -08:00
README.md Clean up docs. (#2079) 2016-09-23 10:30:55 -07:00
bootstrap.sh misc: Add two commit hooks for handling the internal bug number in commit messages. 2016-12-06 21:57:29 -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.