Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Rohit Nayak dd042cf467
Address review comments
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-12-09 11:38:32 +01:00
.github
config
data/test
doc Merge branch 'main' into apply-schema-direct-zero-in-date 2021-11-23 08:53:48 +02:00
docker feat: remove pre and post failover hooks from graceful-primary-takeover 2021-11-17 11:18:58 +05:30
examples Update typo and grammar 2021-11-23 17:47:00 +03:00
go Address review comments 2021-12-09 11:38:32 +01:00
java
misc fix: paste command in linter 2021-11-17 13:49:02 +05:30
proto feat: made changes to proto files for adding 2 new rpcs 2021-11-17 20:19:41 +05:30
resources/bin
support
test Correct test now that we aren't aggresively pruning HC cache 2021-11-15 21:44:05 -05:00
tools
vagrant-scripts
vitess-mixin
web feat: made changes to proto files for adding 2 new rpcs 2021-11-17 20:19:41 +05:30
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile
README.md
SECURITY.md
SEVERITY.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod Address review comments 2021-12-09 11:38:32 +01:00
go.sum Address review comments 2021-12-09 11:38:32 +01:00
sonar-project.properties
test.go

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.

Reporting a Problem, Issue, or Bug

To report a problem, the best way to get attention is to create a GitHub issue using proper severity level based on this guide.

For topics that are better discussed live, please join the Vitess Slack workspace. You may post any questions on the #general channel or join some of the special-interest channels.

Follow 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