https://github.com/github/vitess-gh
Vitess is a database clustering system for horizontal scaling of MySQL.
https://github.com/github/vitess-gh
Last synced: 5 months ago
JSON representation
Vitess is a database clustering system for horizontal scaling of MySQL.
- Host: GitHub
- URL: https://github.com/github/vitess-gh
- Owner: github
- License: apache-2.0
- Fork: true (vitessio/vitess)
- Created: 2018-07-19T12:09:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:23:35.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:33:27.005Z (over 1 year ago)
- Language: Go
- Homepage: http://vitess.io
- Size: 364 MB
- Stars: 25
- Watchers: 18
- Forks: 8
- Open Issues: 3
-
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
Awesome Lists containing this project
README
[](https://maven-badges.herokuapp.com/maven-central/io.vitess/vitess-jdbc)
[](https://travis-ci.org/vitessio/vitess/builds)
[](https://codebeat.co/projects/github-com-youtube-vitess)
[](https://goreportcard.com/report/vitess.io/vitess)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fvitessio%2Fvitess?ref=badge_shield)
[](https://bestpractices.coreinfrastructure.org/projects/1724)
[](https://sonarcloud.io/dashboard?id=vitessio)
# 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](https://vitess.io).
Vitess has a growing community. You can view the list of adopters
[here](https://github.com/vitessio/vitess/blob/main/ADOPTERS.md).
## Reporting a Problem, Issue, or Bug
To report a problem, the best way to get attention is to create a GitHub [issue](.https://github.com/vitessio/vitess/issues ) using proper severity level based on this [guide](https://github.com/vitessio/vitess/blob/main/SEVERITY.md).
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.
Follow [Vitess Blog](https://blog.vitess.io/) for low-frequency updates like new features and releases.
## Security
### Reporting Security Vulnerabilities
To report a security vulnerability, please email [vitess-maintainers](mailto:cncf-vitess-maintainers@lists.cncf.io).
See [Security](SECURITY.md) 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](doc/VIT-01-report.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.io/projects/git%2Bgithub.com%2Fvitessio%2Fvitess?ref=badge_large)