Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Harshit Gangal 29c1e66592
srvtopo pflags migration (#11341)
* migrate to pflags in srvtopo

Signed-off-by: Harshit Gangal <harshit@planetscale.com>

* updated help output expectation

Signed-off-by: Harshit Gangal <harshit@planetscale.com>

Signed-off-by: Harshit Gangal <harshit@planetscale.com>
2022-09-24 19:07:14 +05:30
.github Partial Movetables: allow moving a table one shard at a time (#9987) 2022-09-23 12:15:12 +02:00
config Refactor: Rename Orchestrator to VTOrc in the codebase (#11231) 2022-09-18 14:37:31 +05:30
data/test
doc Introduce `servenv` status pages in VTOrc (#11263) 2022-09-22 10:48:45 +05:30
docker Refactor: Rename Orchestrator to VTOrc in the codebase (#11231) 2022-09-18 14:37:31 +05:30
examples Fix local example scripts (#11319) 2022-09-23 09:44:02 +05:30
go srvtopo pflags migration (#11341) 2022-09-24 19:07:14 +05:30
java [cmd/*] Switch to pflag for all CLI flag parsing (#10619) 2022-07-25 15:12:09 -04:00
misc update golangci-lint to 1.46.2 (#10568) 2022-06-23 13:04:28 +02:00
proto [VTAdmin] RebuildKeyspaceGraph, RemoveKeyspaceCell, NewShard (#11249) 2022-09-23 10:01:23 -07:00
resources Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
support
test Partial Movetables: allow moving a table one shard at a time (#9987) 2022-09-23 12:15:12 +02:00
tools Fix build errors (#11209) 2022-09-19 11:57:16 +02:00
vitess-mixin Refactor: Rename Orchestrator to VTOrc in the codebase (#11231) 2022-09-18 14:37:31 +05:30
web [VTAdmin] RebuildKeyspaceGraph, RemoveKeyspaceCell, NewShard (#11249) 2022-09-23 10:01:23 -07:00
.codeclimate.yml
.dockerignore add vtadmin docker image (#10543) 2022-06-26 08:02:12 -07:00
.gitattributes Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
.gitignore Flakes: Use waits instead of checks in vrepl e2e tests (#11048) 2022-08-28 11:28:51 +02:00
.gitmodules
.golangci.yml Add the linter for exporting a loop variable through a pointer reference (#10763) 2022-07-20 14:41:11 +05:30
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md Remove @doeg from maintainers (#10625) 2022-06-30 07:38:24 -07:00
Makefile [cli] Misc pflag binary migrations (#11307) 2022-09-21 20:22:06 -04:00
README.md
SECURITY.md
SEVERITY.md
STEERING.md
bootstrap.sh Update to latest Protobuf 21.3 release (#10803) 2022-07-25 07:34:46 -04:00
build.env Upgrade go version to `1.18.5` on `main` (#11136) 2022-08-31 22:07:18 +02:00
dev.env
go.mod Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
go.sum Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
sonar-project.properties
test.go Partial Movetables: allow moving a table one shard at a time (#9987) 2022-09-23 12:15:12 +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 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