Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Andres Taylor 3576a2a2f6 Added plan descriptions for a few more primitives
Signed-off-by: Andres Taylor <andres@planetscale.com>
2020-04-03 07:44:46 +02:00
.github Move sonar test from master to a special branch 2020-03-27 12:46:33 -06:00
config
data/test
doc
docker Fix Docker bootstrap 2020-03-31 16:42:42 -06:00
examples Merge pull request #5987 from carsonoid/bootstrap-k3s-fix 2020-03-31 16:45:56 -06:00
go Added plan descriptions for a few more primitives 2020-04-03 07:44:46 +02:00
helm Revert "Enable alternate registries to be able to be used" 2020-03-26 19:39:18 -06:00
java deprecaded old java clients 2020-03-26 08:37:38 +05:30
misc
proto
test
tools Add k3s to dependency check 2020-03-27 12:37:27 -06:00
vagrant-scripts
vitess-mixin
web/vtctld2
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile Merge pull request #5983 from planetscale/morgo-update-makefile 2020-03-31 20:57:59 -06:00
README.md
SECURITY.md
Vagrantfile
bootstrap.sh Merge remote-tracking branch 'upstream/master' into morgo-fix-docker-bootstrap 2020-03-31 16:51:48 -06:00
build.env Fix small bug in build.env file 2020-03-27 12:18:27 -06:00
dev.env
go.mod
go.sum
sonar-project.properties
test.go Remove deadcode in tests 2020-03-27 11:03:00 -06:00

README.md

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

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

Reporting Security Vulnerabilities

To report a security vulnerability, please email vitess-maintainers.

See Security for a full outline of the security process.

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