Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
gak 005658898f Download macOS binaries for etcd and consul.
Instead of downloading Linux binaries when running macOS, detect platform
and download the appropriate binary.

Signed-off-by: Gerald Kaszuba <gak@gak0.com>
2019-02-19 11:16:44 +11:00
.github CODEOWNERS: initial commit for /helm/ and /docker/ 2018-11-08 12:57:12 -07:00
config Adding in SQL commands to prepare an instance to join an existing shard 2019-01-15 14:27:39 -08:00
data/test Reduce the number of unit tests that require VTROOT by moving testdata closer to the tests 2019-01-23 19:28:54 -08:00
doc Update deprecated links 2019-02-16 12:41:48 +07:00
docker Change http to https for security links 2019-02-16 12:41:48 +07:00
examples Update deprecated links 2019-02-16 12:41:48 +07:00
go Merge pull request #4638 from planetscale/ss-strings-builder 2019-02-17 19:34:22 -08:00
helm Change http to https for security links 2019-02-16 12:41:48 +07:00
java Change http to https for security links 2019-02-16 12:41:48 +07:00
misc Merge branch 'master' into zklapow-checkstyle 2019-02-12 10:23:25 -05:00
proto Fix small errors 2019-02-13 20:03:55 -08:00
py Merge pull request #4555 from planetscale/ss-vrepl 2019-01-30 19:21:24 -08:00
test Fix small errors 2019-02-13 20:03:55 -08:00
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools Adds a test to check regressions in parser 2019-01-15 22:05:02 -08:00
travis bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
vagrant-scripts Fix small errors in printing 2019-02-12 01:48:58 -05:00
vendor update minio-go version to 6.0.16 2019-02-06 20:37:37 -08:00
vitess.io Change http to https for security links 2019-02-16 12:41:48 +07:00
web Change http to https for security links 2019-02-16 12:41:48 +07:00
.codeclimate.yml bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
.dockerignore
.gitignore ignore .vscode files 2018-10-28 20:33:43 -07:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.ruby-version Set Ruby version for netlify.com. 2017-09-20 20:46:00 -07:00
.travis.yml Bump Go versions and use '.x' to always get latest minor versions 2018-10-28 15:57:04 +01:00
ADOPTERS.md Change http to https for security links 2019-02-16 12:41:48 +07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md Change http to https for security links 2019-02-16 12:41:48 +07: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 license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
MAINTAINERS.md project: fix typo 2019-02-14 16:38:33 -08:00
Makefile Use correct indentation for Makefile 2018-10-19 17:08:48 -07:00
README.md doc(readme): add license scan status and report 2018-03-27 18:41:28 -07:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
bootstrap.sh Download macOS binaries for etcd and consul. 2019-02-19 11:16:44 +11:00
build.env Added the ability to build without tests 2018-12-23 06:44:15 +00:00
dev.env fix a bootstrap.sh error 2019-01-02 17:31:38 +01:00
test.go Fix a memory leak in opentsdb reporting 2018-06-17 17:38:13 -07:00

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices

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.

FOSSA Status