Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Arthur Neves 7d7a714659 Make sure we cleanup all non-git files
with the exception of vendor libs

Signed-off-by: Arthur Neves <arthurnn@gmail.com>
2018-03-13 20:19:36 +01:00
config
data/test v3: refactor join vars 2018-03-02 09:58:07 -08:00
doc Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
docker Make sure we cleanup all non-git files 2018-03-13 20:19:36 +01:00
examples Update scripts for new directory structure. 2018-02-27 12:39:30 -08:00
go Merge pull request #3695 from tirsen/sort-tables-in-diff 2018-03-07 12:56:36 -08:00
helm Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
java Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
misc Prompt to add DCO signoff in git hook. 2018-03-05 12:41:16 -08:00
proto mysqlctl: Execute RefreshConfig remotely if requested. 2018-02-02 21:10:24 -08:00
py
test Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
third_party
tools Update scripts for new directory structure. 2018-02-27 12:39:30 -08:00
travis point to correct location for grpc_python_plugin 2018-03-05 16:08:13 -05:00
vendor Update scripts for new directory structure. 2018-02-27 12:39:30 -08:00
vitess.io go get: add messages redirect 2018-03-02 14:29:49 -07:00
web
.codeclimate.yml
.dockerignore
.gitignore Add make release task 2018-03-09 20:01:59 +01:00
.gitmodules
.pullapprove.yml
.ruby-version
.travis.yml Update Travis config for custom Go import path. 2018-02-27 13:50:50 -08:00
ADOPTERS.md
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
DCO Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
Dockerfile
GOVERNANCE.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
GUIDING_PRINCIPLES.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
LICENSE
Makefile Add make release task 2018-03-09 20:01:59 +01:00
README.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
bootstrap.sh Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
dev.env Don't fail on PATHs with embedded whitespace 2018-03-05 10:26:06 +11:00
test.go Update scripts for new directory structure. 2018-02-27 12:39:30 -08:00

README.md

Maven Central 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.

Vitess has a growing community. You can view the list of adopters here.

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

For topics that are better discussed live, please join the Vitess Slack workspace.

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 Apache Version 2.0 license found in the LICENSE file.