Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
FlorentP c3f414b687
Migrates `release-notes` to pflag (#11365)
* Migrates release-notes to pflag

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* apply review suggestions

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-09-28 10:10:28 +08:00
.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 Delete deprecated flags (#11360) 2022-09-26 19:37:03 -07:00
docker feat: fix flags in vttestserver run script (#11354) 2022-09-26 10:55:12 -07:00
examples Fix local example scripts (#11319) 2022-09-23 09:44:02 +05:30
go Migrates `release-notes` to pflag (#11365) 2022-09-28 10:10:28 +08:00
java
misc [asthelpergen] Migrate to pflags (#11363) 2022-09-27 11:19:16 +02:00
proto [VTAdmin] RebuildKeyspaceGraph, RemoveKeyspaceCell, NewShard (#11249) 2022-09-23 10:01:23 -07:00
resources
support
test VStreams: Rotate Binary Log For Snapshot Connections (#11344) 2022-09-27 02:19:35 -04:00
tools Fix build errors (#11209) 2022-09-19 11:57:16 +02:00
vitess-mixin vtgate pflags migration (#11318) 2022-09-26 19:35:22 +05:30
web [VTAdmin] RebuildKeyspaceGraph, RemoveKeyspaceCell, NewShard (#11249) 2022-09-23 10:01:23 -07:00
.codeclimate.yml
.dockerignore
.gitattributes
.gitignore Flakes: Use waits instead of checks in vrepl e2e tests (#11048) 2022-08-28 11:28:51 +02:00
.gitmodules
.golangci.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md Fix frouioui in the MAINTAINERS.md file (#11343) 2022-09-26 09:04:40 -07:00
Makefile Migrates `release-notes` to pflag (#11365) 2022-09-28 10:10:28 +08:00
README.md
SECURITY.md
SEVERITY.md
STEERING.md
bootstrap.sh
build.env Upgrade go version to `1.18.5` on `main` (#11136) 2022-08-31 22:07:18 +02:00
dev.env
go.mod
go.sum
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