Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Deepthi Sigireddi aa909c5128
Merge pull request #6296 from vitessio/find-errant-gtids
Find Errant GTIDs
2020-06-17 11:56:30 -07:00
.github
config
data/test
doc
docker Merge pull request #5680 from kalfonso/kalfonso.200108-vttestserver-docker 2020-06-14 19:32:29 -07:00
examples
go Merge pull request #6296 from vitessio/find-errant-gtids 2020-06-17 11:56:30 -07:00
helm
java Bump Netty to 4.1.48.Final and tcnative to 2.0.30.Final 2020-06-16 09:01:06 +05:30
misc
proto Merge pull request #6296 from vitessio/find-errant-gtids 2020-06-17 11:56:30 -07:00
support
test
tools
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 #5680 from kalfonso/kalfonso.200108-vttestserver-docker 2020-06-14 19:32:29 -07:00
README.md
SECURITY.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.

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