- Notifications
You must be signed in to change notification settings - Fork2.2k
Vitess is a database clustering system for horizontal scaling of MySQL.
License
vitessio/vitess
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 ontomultiple database servers. With Vitess, you can even split and merge shards as your needsgrow, with an atomic cutover step that takes only a few seconds.
Vitess was a core component of YouTube's database infrastructurefrom 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 visitvitess.io.
Vitess has a growingcommunity.
If you are interested in contributing or participating in our monthly community meetings, please visit theCommunity page on our website.
We also maintain aroadmap on our website.
Follow ourblog for low-frequency updates like new features and releases.
To report a problem, create aGitHub issue.
For topics that are better discussed live, please join theVitess Slack workspace.You may post any questions on the #general channel or join some of the special-interest channels.
To report a security vulnerability, please emailvitess-maintainers.
SeeSecurity for a full outline of the security process.
A third party security audit was performed by ADA Logics.Read the full report.
Unless otherwise noted, the Vitess source files are distributedunder the Apache Version 2.0 license found in the LICENSE file.
About
Vitess is a database clustering system for horizontal scaling of MySQL.