Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Shlomi Noach 57de1c1b20 support 'TickNow()'
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
2021-01-25 13:42:32 +02:00
.github Merge pull request #7314 from planetscale/pr-template-dev-guides 2021-01-21 15:50:23 -08:00
config
data/test
doc
docker Expose vtctld gRPC port in local Docker example + update VTAdmin README 2021-01-15 15:58:23 -05:00
examples examples/operator: address review comment 2021-01-23 13:44:09 -08:00
go support 'TickNow()' 2021-01-25 13:42:32 +02:00
helm
java
misc Exclude protoc-gen-go generated files from goimports checks 2021-01-13 21:16:27 -05:00
proto Add `GetVSchema` rpc and run generators 2021-01-23 18:30:14 -05:00
resources/bin
support
test supply force flags for versionupgrade test 2021-01-17 10:18:04 +02:00
tools goimports -local vitess.io/vitess -w . 2021-01-04 18:27:04 -05:00
vagrant-scripts
vitess-mixin
web Add Button + Icon components 2021-01-22 18:37:09 -05:00
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.golangci.yml Exclude protoc-gen-go generated files from the linter goimports check 2021-01-13 21:18:28 -05:00
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile Add mysqlctl to docker images 2021-01-20 16:32:53 +03:00
README.md
SECURITY.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod Add master tablet type in addition to replica as default source tablet types 2021-01-20 06:28:07 +01:00
go.sum Add master tablet type in addition to replica as default source tablet types 2021-01-20 06:28:07 +01:00
sonar-project.properties
test.go skip build 2021-01-17 11:09:59 +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.

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