Vitess is a database clustering system for horizontal scaling of MySQL.
Go to file
Shlomi Noach c8d71bcdf7
`heartbeatWriter`: wrap error with more info (#18538)
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
2025-08-21 16:22:15 +00:00
.github Update runners to use cncf oracle vms (#18425) 2025-07-24 10:47:24 -06: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 fix topo use in local_example (#18357) 2025-07-21 13:30:03 +02:00
examples Add fetchCredentials to operator.yaml (#18460) 2025-07-30 20:14:43 +00:00
go `heartbeatWriter`: wrap error with more info (#18538) 2025-08-21 16:22:15 +00:00
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 Fix foreign key relation with routed tables (#18537) 2025-08-11 12:49:18 +00:00
tools Merge flags-refactor branch to main (#18280) 2025-05-22 11:51:11 +02:00
web/vtadmin Bump form-data from 4.0.1 to 4.0.4 in /web/vtadmin (#18473) 2025-07-28 08:29:15 +00:00
.clomonitor.yml Get some CLOMonitor checks passing (#17773) 2025-02-13 15:40:23 -08:00
.codeclimate.yml
.dockerignore
.fossa.yml
.gitattributes
.gitignore Merge flags-refactor branch to main (#18280) 2025-05-22 11:51:11 +02:00
.gitmodules
.golangci.yml Set up better dependency checks (#18508) 2025-07-28 16:08:47 +02: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
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md Update email in Maintainers file (#18472) 2025-07-23 10:14:17 +03: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
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
go.mod Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#18404) 2025-07-30 10:47:21 +03:00
go.sum Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#18404) 2025-07-30 10:47:21 +03:00
sonar-project.properties
test.go fix topo use in local_example (#18357) 2025-07-21 13:30:03 +02:00

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