Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin 7251e3b3ca publish site Wed Mar 1 21:10:22 PST 2017 2017-03-01 21:10:22 -08:00
config
data/test Adding support to parser for a few more constructs (#2515) 2017-02-14 23:47:42 -08:00
doc Making the Vschema Changes to the markdown files 2017-03-02 07:51:13 +05:30
docker Update repo in docker orchestrator build.sh file (#2468) 2017-01-17 14:20:36 -08:00
docs publish site Wed Mar 1 21:10:22 PST 2017 2017-03-01 21:10:22 -08:00
examples Add flags to kubernetes guestbook app. (#2605) 2017-02-28 14:05:38 -08:00
go Merge pull request #2608 from michael-berlin/buffer_init_vars 2017-02-28 17:12:34 -08:00
helm Update orchestrator docker script and helm config. (#2464) 2017-01-17 09:07:02 -08:00
java Pass MoreExecutors.directExecutor to Futures.transformAsync. 2017-02-24 17:49:40 -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 vterrors: misc 2017-02-22 17:14:48 -08:00
proto Merge branch 'master' into workflow-control 2017-02-22 19:02:59 -08:00
py Merge pull request #2567 from alainjobart/ssl 2017-02-24 12:11:48 -08:00
test Sandbox reliability updates and cleanup. (#2604) 2017-02-28 17:11:35 -08:00
third_party
tools Add font-awesome directly to angular2 project (#2383) 2016-12-16 20:01:37 -08:00
travis Second effort at selecting python2 on all systems. 2017-02-14 13:39:41 -05:00
vendor vendor: Pin the Protobuf Go generator to the latest version. 2017-02-22 20:30:47 -08:00
vitess.io Batch of updates to docs. 2017-01-24 13:14:51 -08:00
web ReloadSchema{Shard,Keyspace} and UI fixes. 2017-01-31 10:50:33 -08:00
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml PullApprove: Adding new team member @wangyipei01 to the list of allowed approvers. 2016-11-21 18:51:20 -08:00
.travis.yml New etcd 'etcd2' topology client implementation. 2016-12-28 07:02:37 -08:00
CONTRIBUTING.md
Dockerfile
Dockerfile.mariadb
Dockerfile.mysql56
Dockerfile.percona
Dockerfile.percona57
LICENSE
Makefile Add font-awesome directly to angular2 project (#2383) 2016-12-16 20:01:37 -08:00
README.md
bootstrap.sh Second effort at selecting python2 on all systems. 2017-02-14 13:39:41 -05:00
composer.json
composer.lock
dev.env Second effort at selecting python2 on all systems. 2017-02-14 13:39:41 -05:00
index.md
phpunit.xml
preview-site.sh
publish-site.sh
test.go

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.