Skip to content

Vitess is a database clustering system for horizontal scaling of MySQL.

License

Notifications You must be signed in to change notification settings

vitessio/vitess

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f13e01 · Aug 27, 2024
Aug 22, 2024
Aug 19, 2024
Jul 19, 2024
Oct 13, 2021
Aug 27, 2024
Aug 20, 2024
Jun 27, 2024
Aug 27, 2024
Jul 24, 2024
Aug 22, 2024
Aug 23, 2024
Nov 12, 2020
Aug 21, 2024
Aug 20, 2024
Aug 21, 2024
Aug 23, 2024
Apr 8, 2018
Jun 26, 2022
Feb 11, 2024
Aug 9, 2022
Aug 19, 2024
Dec 6, 2017
Aug 20, 2024
May 7, 2024
Jan 30, 2018
Apr 2, 2024
Mar 1, 2018
Jun 4, 2024
Jun 22, 2023
Dec 10, 2022
May 6, 2017
May 6, 2024
Aug 20, 2024
Feb 14, 2024
Aug 6, 2021
Feb 23, 2021
Dec 13, 2021
Jan 11, 2023
Mar 23, 2024
Aug 20, 2024
Mar 12, 2024
Jul 21, 2023
Aug 21, 2024
Aug 1, 2024
Jun 23, 2020
Aug 20, 2024

Repository files navigation

Maven Central Coverage Status Go Report Card FOSSA Status CII Best Practices

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.

Vitess has a growing community. View the list of adopters.

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.

Follow Vitess Blog for low-frequency updates like new features and releases.

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