https://github.com/vitessio/vitess
Vitess is a database clustering system for horizontal scaling of MySQL.
https://github.com/vitessio/vitess
cncf database-cluster kubernetes mysql shard vitess
Last synced: 12 days ago
JSON representation
Vitess is a database clustering system for horizontal scaling of MySQL.
- Host: GitHub
- URL: https://github.com/vitessio/vitess
- Owner: vitessio
- License: apache-2.0
- Created: 2013-06-27T21:20:28.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T16:32:47.000Z (12 days ago)
- Last Synced: 2025-03-31T17:26:53.829Z (12 days ago)
- Topics: cncf, database-cluster, kubernetes, mysql, shard, vitess
- Language: Go
- Homepage: http://vitess.io
- Size: 426 MB
- Stars: 19,340
- Watchers: 501
- Forks: 2,155
- Open Issues: 867
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/10.0/10.0.0/release_notes.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: support/README.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- awesome - vitessio/vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (Go)
- stars - vitessio/vitess
- awesome - vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (Go)
- awesome-mysql - Vitess - vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. (Sharding)
- awesome-repositories - vitessio/vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (Go)
- awesome-github-star - vitess
- awesome-list - vitess
- go-awesome - Vitess - A database solution for provisioning, scaling and managing large clusters of MySQL instances (Open source library / Database)
- awesome-go-extra - vitess - 06-27T21:20:28Z|2022-08-25T20:11:06Z| (Generators / Database Tools)
- starred-awesome - vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (Go)
- grpc-protos - vitessio/vitess
- awesome-dok - Vitess - k8s operator developed by [PlanetScale](https://planetscale.com/) to deploy and manage Vitess - middleware to implement sharding for MySQL. (Databases / MySQL)
- awesome-dok - Vitess - k8s operator developed by [PlanetScale](https://planetscale.com/) to deploy and manage Vitess - middleware to implement sharding for MySQL. (Databases / MySQL)
- awesome-starred - vitessio/vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (kubernetes)
- stars - vitess
README
[](https://maven-badges.herokuapp.com/maven-central/io.vitess/vitess-jdbc)
[](https://app.codecov.io/gh/vitessio/vitess/tree/main)
[](https://goreportcard.com/report/vitess.io/vitess)
[](https://app.fossa.com/projects/custom%2B162%2Fvitess?ref=badge_shield&issueType=license)
[](https://bestpractices.coreinfrastructure.org/projects/1724)
[](https://scorecard.dev/viewer/?uri=github.com/vitessio/vitess)# 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](https://vitess.io).
## Community
Vitess has a growing [community](https://github.com/vitessio/vitess/blob/main/ADOPTERS.md).
If you are interested in contributing or participating in our monthly community meetings, please visit the [Community page on our website](https://vitess.io/community/).
We also maintain a [roadmap](https://vitess.io/docs/roadmap/) on our website.
Follow our [blog](https://blog.vitess.io/) for low-frequency updates like new features and releases.
## Reporting a Problem, Issue, or Bug
To report a problem, create a [GitHub issue](https://github.com/vitessio/vitess/issues).
For topics that are better discussed live, please join the [Vitess Slack](https://vitess.io/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](mailto:[email protected]).
See [Security](SECURITY.md) for a full outline of the security process.
### Security Audit
A third party security audit was performed by ADA Logics. [Read the full report](doc/VIT-03-report-security-audit.pdf).
## License
Unless otherwise noted, the Vitess source files are distributed
under the Apache Version 2.0 license found in the LICENSE file.[](https://app.fossa.com/projects/custom%2B162%2Fvitess?ref=badge_large&issueType=license)