Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart 0972cfab04 Roadmap doc.
Includes web site publishing.
2016-11-08 07:07:13 -08:00
config RELOAD privilege added for orchestrator mysql user (#2167) 2016-10-19 17:41:10 -07:00
data/test v3: Improve symbol resolution for subqueries (#2147) 2016-10-14 01:15:36 -07:00
doc vitess.io: Add new section "Contributing". 2016-11-07 10:15:28 -08:00
docker docker: lite image: Copy only the "app" directory for vtctld2. 2016-11-02 15:42:44 -07:00
docs Roadmap doc. 2016-11-08 07:07:13 -08:00
examples examples: Fix building the guestbook Docker image after switching to gRPC 1.0.0. 2016-11-02 15:42:44 -07:00
go Merge pull request #2224 from sougou/2pc 2016-11-07 16:30:42 -08:00
java Removing SplitQuery plumbing and renaming SplitQueryV2 to SplitQuery 2016-11-04 15:09:55 -07:00
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 Removing SplitQuery plumbing and renaming SplitQueryV2 to SplitQuery 2016-11-04 15:09:55 -07:00
py Removing SplitQuery plumbing and renaming SplitQueryV2 to SplitQuery 2016-11-04 15:09:55 -07:00
test Merge pull request #2202 from alainjobart/semi 2016-11-04 09:44:03 -07: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 Roadmap doc. 2016-11-08 07:07:13 -08:00
web Some cleanup on the Node-related Go<->javascript API. (#2221) 2016-11-04 23:02:18 -07: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: Convert default settings from v1 to v2 as well. 2016-11-02 14:55:31 -07: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 Makefile: Add target "docker_bootstrap_pull". 2016-11-02 15:42:44 -07:00
README.md Clean up docs. (#2079) 2016-09-23 10:30:55 -07:00
bootstrap.sh Update chromedriver version in bootstrap (2.20 -> 2.24) 2016-10-21 10:49:50 -07: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 Include Percona 5.7 Docker image in docs and test runner. (#2113) 2016-10-05 15:01:52 -07: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.