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 Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
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 Fix typo 2020-11-12 08:00:49 +03:00
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 bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
.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 php: drop php client 2017-12-05 19:37:09 -08:00
.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 Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md amend contributing guide to ban trivial contributions (#15618) 2024-04-02 14:12:13 -06:00
DCO Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
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 license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
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 Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SEVERITY.md Add Severity Labels document 2021-02-23 14:19:51 +03:00
STEERING.md Steering committee doc 2021-12-13 13:10:09 -08:00
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 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 Handled ineffectual errors 2020-06-23 23:03:24 +04:00
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