Vitess is a database clustering system for horizontal scaling of MySQL.
Go to file
BenjaminLockhart d0ce40c413
Add logging to binlog watcher actions (#18264)
Signed-off-by: Ben Lockhart <blockhart@hubspot.com>
Co-authored-by: Ben Lockhart <blockhart@hubspot.com>
2025-07-16 22:01:58 +05:30
.github move vmg to emeritus (#18388) 2025-06-23 08:25:24 -07:00
changelog `vtorc`: add keyspace/shard labels to recoveries stats (#18304) 2025-06-27 11:51:34 +05:30
config Handle MySQL 9.x as New Flavor in getFlavor() (#18399) 2025-06-30 16:25:33 +02:00
data/test
doc Merge flags-refactor branch to main (#18280) 2025-05-22 11:51:11 +02:00
docker [main] Upgrade the Golang version to `go1.24.4` (#18327) 2025-06-17 15:21:31 +05:30
examples Update `operator.yaml` (#18364) 2025-07-02 09:31:13 -07:00
go Add logging to binlog watcher actions (#18264) 2025-07-16 22:01:58 +05:30
java Refactor `vtcombo` flags - Part 3 (#18298) 2025-05-29 21:10:04 -07:00
misc Fix golang-ci lint file to allow a version without preceding `v` (#18110) 2025-04-03 16:15:08 -06:00
proto VReplication: Improve permission check logic on external tablets on SwitchTraffic (#18348) 2025-07-05 11:47:22 +02:00
support
test Reset in-memory sequence info on vttablet on UpdateSequenceTables request (#18415) 2025-07-13 11:47:08 +02:00
tools Merge flags-refactor branch to main (#18280) 2025-05-22 11:51:11 +02:00
web/vtadmin VReplication: Improve permission check logic on external tablets on SwitchTraffic (#18348) 2025-07-05 11:47:22 +02:00
.clomonitor.yml Get some CLOMonitor checks passing (#17773) 2025-02-13 15:40:23 -08:00
.codeclimate.yml
.dockerignore add vtadmin docker image (#10543) 2022-06-26 08:02:12 -07:00
.fossa.yml CI: Use v3 of fossa-action and exclude maven (#15140) 2024-02-11 13:03:35 -05:00
.gitattributes Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
.gitignore Merge flags-refactor branch to main (#18280) 2025-05-22 11:51:11 +02:00
.gitmodules
.golangci.yml Update to golangci-lint 2 (#18050) 2025-03-28 12:16:07 +01:00
ADOPTERS.md Add Shopify to `ADOPTERS.md` (#15853) 2024-05-07 10:36:27 -06:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md amend contributing guide to ban trivial contributions (#15618) 2024-04-02 14:12:13 -06:00
DCO
Dockerfile Revert the removal of the MySQL binaries in the `vitess/lite` image (#16042) 2024-06-03 18:15:28 -06:00
GOVERNANCE.md governance: clean up language, link steering doc from first occurrence instead of from a random occurrence (#13337) 2023-06-22 11:11:06 -07:00
GUIDING_PRINCIPLES.md Correct minor inaccuracies in governing docs (#11933) 2022-12-09 18:18:45 -08:00
LICENSE
MAINTAINERS.md Update MAINTAINERS.md (#18394) 2025-06-23 08:40:56 -07:00
Makefile [main] Upgrade the Golang version to `go1.24.4` (#18327) 2025-06-17 15:21:31 +05:30
README.md Get some CLOMonitor checks passing (#17773) 2025-02-13 15:40:23 -08:00
SECURITY.md
SEVERITY.md
STEERING.md
VitessSpectrum.png Copy design docs over from website (#12071) 2023-01-11 14:12:40 -08:00
bootstrap.sh Reduce excessing logging in CI (#15462) 2024-03-23 11:53:05 +01:00
build.env [main] Upgrade the Golang version to `go1.24.4` (#18327) 2025-06-17 15:21:31 +05:30
codecov.yml CI: Disable CodeCov GitHub Changed Files Annotations (#15447) 2024-03-12 15:44:55 +01:00
dev.env Remove unused chromedriver (#13573) 2023-07-21 08:29:55 +02:00
go.mod Add support for sending grpc server backend metrics via ORCA (#18282) 2025-06-30 15:20:58 +02:00
go.sum Add support for sending grpc server backend metrics via ORCA (#18282) 2025-06-30 15:20:58 +02:00
sonar-project.properties
test.go [main] Upgrade the Golang version to `go1.24.4` (#18327) 2025-06-17 15:21:31 +05:30

README.md

Maven Central Coverage Status Go Report Card FOSSA Status CII Best Practices OpenSSF Scorecard

Vitess

Vitess is a cloud-native horizontally-scalable distributed database system that is built around MySQL. Vitess can achieve unlimited scaling through generalized sharding.

Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple database servers. 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 was a core component of YouTube's database infrastructure from 2011, and grew to encompass tens of thousands of MySQL nodes. Starting in 2015, Vitess was adopted by many other large companies, including Slack, Square (now Block), and JD.com.

For more about Vitess, please visit vitess.io.

Community

Vitess has a growing community.

If you are interested in contributing or participating in our monthly community meetings, please visit the Community page on our website.

We also maintain a roadmap on our website.

Follow our blog for low-frequency updates like new features and releases.

Reporting a Problem, Issue, or Bug

To report a problem, 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.

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 ADA Logics. Read the full report.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status