Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Jacques Grove 2d024326fa Refactor DNS refresh changes
Signed-off-by: Jacques Grove <aquarapid@gmail.com>
2021-09-17 15:28:02 -07:00
.github match self-hosted jobs name to the normal names 2021-09-13 15:05:19 +05:30
config
data/test
doc 11.0.1 Release Notes 2021-09-09 14:29:05 +03:00
docker fixed filename for the configuration file 2021-09-14 15:34:20 +05:30
examples Merge pull request #7499 from manfontan/manfontan-vitess-mixin-update 2021-09-15 08:06:16 -07:00
go Refactor DNS refresh changes 2021-09-17 15:28:02 -07:00
helm
java
misc Update hook golangci-lint version to match CI 2021-08-26 17:05:22 -04:00
proto Add protobuf messages and generate 2021-09-14 06:43:13 -04:00
resources/bin
support
test match self-hosted jobs name to the normal names 2021-09-13 15:05:19 +05:30
tools Merge pull request #8640 from planetscale/update-go-1-17 2021-08-25 14:18:57 -07:00
vagrant-scripts
vitess-mixin
web Add protobuf messages and generate 2021-09-14 06:43:13 -04:00
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml Update for new errcheck violations after rebase 2021-08-26 15:52:42 -04:00
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md fix cron command 2021-09-13 14:57:31 +05:30
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile Uprade to k8s 1.18 client 2021-09-02 17:56:54 -07:00
README.md
SECURITY.md
SEVERITY.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod Merge pull request #8762 from planetscale/jw-update-k8s-client 2021-09-13 14:41:19 -07:00
go.sum Merge pull request #8762 from planetscale/jw-update-k8s-client 2021-09-13 14:41:19 -07:00
sonar-project.properties
test.go buffer: test the new buffering implementation 2021-09-01 18:38:49 +02: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.

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