Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:58:58.000Z (7 months ago)
- Last Synced: 2024-04-14T06:36:47.511Z (7 months ago)
- Topics: cncf, database-cluster, kubernetes, mysql, shard, vitess
- Language: Go
- Homepage: http://vitess.io
- Size: 369 MB
- Stars: 17,790
- Watchers: 509
- Forks: 2,027
- Open Issues: 827
-
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 - vitessio/vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (Go)
- 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)
- awesome-starred - vitessio/vitess - Vitess is a database clustering system for horizontal scaling of MySQL. (mysql)
- 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)
README
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.vitess/vitess-jdbc/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.vitess/vitess-jdbc)
[![Coverage Status](https://codecov.io/gh/vitessio/vitess/branch/main/graph/badge.svg)](https://app.codecov.io/gh/vitessio/vitess/tree/main)
[![Go Report Card](https://goreportcard.com/badge/vitess.io/vitess)](https://goreportcard.com/report/vitess.io/vitess)
[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fvitess.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fvitess?ref=badge_shield&issueType=license)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1724/badge)](https://bestpractices.coreinfrastructure.org/projects/1724)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/vitessio/vitess/badge)](https://scorecard.dev/viewer/?uri=github.com/vitessio/vitess)# 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. [View the list of adopters](https://github.com/vitessio/vitess/blob/main/ADOPTERS.md).
## 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.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:[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.[![FOSSA Status](https://app.fossa.com/api/projects/custom%2B162%2Fvitess.svg?type=large&issueType=license)](https://app.fossa.com/projects/custom%2B162%2Fvitess?ref=badge_large&issueType=license)