Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Deepthi Sigireddi bbfe9c6f37
Merge pull request #7795 from vmg/vmg/static
make: build vitess as static binaries by default
2021-04-07 11:45:24 -07:00
.github merge master, resolve conflict 2021-04-01 09:12:06 +03:00
config
data/test
doc v10.0.RC1 updates 2021-04-06 15:14:29 +03:00
docker
examples examples: source correct shell script in README 2021-03-25 11:31:41 -07:00
go Merge pull request #7795 from vmg/vmg/static 2021-04-07 11:45:24 -07:00
helm
java java:update guava dependency to 30.1.1 2021-03-31 16:47:34 +05:30
misc update make target 2021-03-20 12:47:21 +01:00
proto Merge pull request #7751 from tinyspeck/am_vtadmin_aggregate_schema_sizes 2021-03-31 08:57:21 -07:00
resources/bin
support
test merge master, resolve conflict 2021-03-21 10:24:43 +02:00
tools Add vtorc binary for rpm,deb builds 2021-03-26 16:29:26 +03:00
vagrant-scripts
vitess-mixin
web Add a hasty filter input to the /schemas view 2021-04-01 14:01:10 -04:00
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml Add tools.go 2021-03-25 08:14:15 -04:00
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md Add Andrew Mason to Maintainers List 2021-03-29 15:41:55 +03:00
Makefile Merge pull request #7795 from vmg/vmg/static 2021-04-07 11:45:24 -07:00
README.md
SECURITY.md
SEVERITY.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod update moby/term to fix darwin build issue on docker 2021-04-05 18:51:25 -07:00
go.sum Merge pull request #7795 from vmg/vmg/static 2021-04-07 11:45:24 -07:00
sonar-project.properties
test.go
tools.go Add tools.go 2021-03-25 08:14:15 -04: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