Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Saif Alharthi def7952d6b Added the ability to reload credentials for vtgate.
Signed-off-by: Saif Alharthi <saif@saifalharthi.me>
2019-04-16 13:08:26 -07:00
.github
config Merge pull request #4695 from planetscale/ds-xtrabackup 2019-04-11 10:27:42 -07:00
data/test
doc
docker Merge pull request #4695 from planetscale/ds-xtrabackup 2019-04-11 10:27:42 -07:00
examples
go Added the ability to reload credentials for vtgate. 2019-04-16 13:08:26 -07:00
helm
java
misc
proto
py
test Merge pull request #4695 from planetscale/ds-xtrabackup 2019-04-11 10:27:42 -07:00
third_party/py
tools
travis
vagrant-scripts
vendor
web
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.ruby-version
.travis.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile
README.md
Vagrantfile
bootstrap.sh Merge pull request #4695 from planetscale/ds-xtrabackup 2019-04-11 10:27:42 -07:00
build.env
dev.env
test.go

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.

Security

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status