Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin 54454b1efb gitignore: Ignore preview-vitess.io only if it's in the root folder.
Copies in other directories are a bug and should be fixed.
2016-11-05 21:55:10 -07: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: Stop publishing /doc/*.md files on vitess.io which are NOT already listed in the menu. 2016-11-05 21:55:06 -07:00
docker docker: lite image: Copy only the "app" directory for vtctld2. 2016-11-02 15:42:44 -07: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 Change the way modification of Node and broadcasting of changes works. (#2219) 2016-11-04 23:31:42 -07:00
java Revert "Merge pull request #2191 from alainjobart/bind" 2016-11-04 10:48:25 -07:00
misc Beautifying the go 'unused' script a bit. 2016-08-30 13:17:27 -07:00
php Revert "Merge pull request #2191 from alainjobart/bind" 2016-11-04 10:48:25 -07:00
proto 2pc (#2153) 2016-10-18 09:50:14 -07:00
py Revert "Merge pull request #2191 from alainjobart/bind" 2016-11-04 10:48:25 -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 gcsbackupstorage: change bucket.List to bucket.Objects (#2095) 2016-10-06 20:32:31 -07:00
vitess.io 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
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 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
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.