Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Matt Lord 0aaf95675f
Add test for vstream with keyspaces_to_watch set
Signed-off-by: Matt Lord <mattalord@gmail.com>
2021-10-21 22:48:20 -04:00
.github Add test for vstream with keyspaces_to_watch set 2021-10-21 22:48:20 -04:00
config
data/test
doc
docker
examples add limits to vttablet/mysqld in 201 and 302 as well 2021-10-20 12:33:55 -07:00
go Add test for vstream with keyspaces_to_watch set 2021-10-21 22:48:20 -04:00
java Fixed Java Client docs refs in Java Readme 2021-10-14 14:26:01 +02:00
misc
proto Merge pull request #9030 from planetscale/savepoint-rc 2021-10-20 23:12:45 +05:30
resources/bin Updating gh-ost binary to latest (v1.1.3.1) 2021-10-21 16:08:40 +03:00
support
test Add test for vstream with keyspaces_to_watch set 2021-10-21 22:48:20 -04:00
tools
vagrant-scripts
vitess-mixin
web [vtadmin] Add CI check for vtadmin-web linting + formatting (#9040) 2021-10-21 10:43:28 -04:00
.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 Add @doeg as a maintainer 🎉 2021-10-19 19:22:19 -04:00
Makefile
README.md
SECURITY.md
SEVERITY.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod
go.sum
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