Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Rohit Nayak 7a5e4fed56
Merge pull request #7575 from tinyspeck/am_vtctld_workflows
[vtctld] Add v0 GetWorkflows rpc and workflow/vexec packages
2021-03-04 17:24:25 +01:00
.github CODEOWNERS: add more rules 2021-03-02 19:43:49 -08:00
config
data/test
doc
docker Add mysqlctl docker image 2021-02-26 16:26:28 +02:00
examples
go Merge pull request #7575 from tinyspeck/am_vtctld_workflows 2021-03-04 17:24:25 +01:00
helm Add mysqlctl docker image to release script 2021-02-26 16:26:28 +02:00
java
misc Added the option to excempt types from clone generation 2021-02-27 15:05:45 +01:00
proto Merge pull request #7575 from tinyspeck/am_vtctld_workflows 2021-03-04 17:24:25 +01:00
resources/bin
support
test Modified test cluster definitions. Improve tests. 2021-03-02 14:04:00 +01:00
tools
vagrant-scripts
vitess-mixin
web Add GetSchema rpc, run generators and add stubs 2021-03-02 16:10:25 -05:00
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile Merge remote-tracking branch 'upstream/master' into deep-clone 2021-02-27 17:16:08 +01:00
README.md Add note to README file for new severity guide 2021-02-23 14:33:10 +03:00
SECURITY.md
SEVERITY.md Add Severity Labels document 2021-02-23 14:19:51 +03:00
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod go mod tidy-ed 2021-03-02 14:04:00 +01:00
go.sum go mod tidy-ed 2021-03-02 14:04:00 +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