Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Shlomi Noach 32b74e6d2c
Merge pull request #9052 from planetscale/gh-ost-1-1-3-1
Updating gh-ost binary to latest (v1.1.3.1)
2021-10-21 18:27:05 +03:00
.github [vtadmin] Add CI check for vtadmin-web linting + formatting (#9040) 2021-10-21 10:43:28 -04:00
config inclusive naming: fix a few more master references that were missed earlier 2021-08-20 14:22:39 -07:00
data/test Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
doc Adding release notes 2021-10-12 10:09:18 +03:00
docker Address review comments 2021-09-23 12:07:35 -04:00
examples add limits to vttablet/mysqld in 201 and 302 as well 2021-10-20 12:33:55 -07:00
go Merge pull request #9051 from planetscale/join-dependency-fix 2021-10-21 19:35:53 +05:30
java Fixed Java Client docs refs in Java Readme 2021-10-14 14:26:01 +02:00
misc Update hook golangci-lint version to match CI 2021-08-26 17:05:22 -04:00
proto Merge pull request #9030 from planetscale/savepoint-rc 2021-10-20 23:12:45 +05:30
resources/bin Updating gh-ost binary to latest (v1.1.3.1) 2021-10-21 16:08:40 +03:00
support Fix typo 2020-11-12 08:00:49 +03:00
test Merge pull request #8927 from planetscale/rename-gha-workflow-names 2021-10-20 15:00:09 -07:00
tools refactor: move from io/ioutil to io and os package 2021-10-05 08:05:23 +08:00
vagrant-scripts inclusive naming: fix a few more master references that were missed earlier 2021-08-20 14:22:39 -07:00
vitess-mixin refactor: move from io/ioutil to io and os package 2021-10-05 08:05:23 +08:00
web [vtadmin] Add CI check for vtadmin-web linting + formatting (#9040) 2021-10-21 10:43:28 -04:00
.codeclimate.yml bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
.dockerignore Removed java-hadoop test and py-vtdb , PYTHONPATH 2020-03-17 17:19:38 +05:30
.gitignore Removed java-hadoop test and py-vtdb , PYTHONPATH 2020-03-17 17:19:38 +05:30
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.golangci.yml Update for new errcheck violations after rebase 2021-08-26 15:52:42 -04:00
ADOPTERS.md Securing many http links to https links 2020-01-13 15:07:37 +07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md Change http to https for security links 2019-02-16 12:41:48 +07:00
DCO Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md fix cron command 2021-09-13 14:57:31 +05:30
GOVERNANCE.md fix punctuation 2021-08-09 14:59:40 -07:00
GUIDING_PRINCIPLES.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
LICENSE
MAINTAINERS.md Add @doeg as a maintainer 🎉 2021-10-19 19:22:19 -04:00
Makefile Merge pull request #8882 from tinyspeck/am_localvtctldclient 2021-09-27 06:24:25 -04:00
README.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SECURITY.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SEVERITY.md Add Severity Labels document 2021-02-23 14:19:51 +03:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
bootstrap.sh bootstrap: update chromedriver version 2021-06-29 12:04:05 +02:00
build.env Bumped project version to go1.17, changed CI and go.mod file 2021-08-17 18:17:20 +02:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod Merge pull request #8762 from planetscale/jw-update-k8s-client 2021-09-13 14:41:19 -07:00
go.sum Merge pull request #8762 from planetscale/jw-update-k8s-client 2021-09-13 14:41:19 -07:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go refactor: move from io/ioutil to io and os package 2021-10-05 08:05:23 +08:00

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices Coverage

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. You can view the list of adopters here.

Reporting a Problem, Issue, or Bug

To report a problem, the best way to get attention is to create a GitHub issue using proper severity level based on this guide.

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 Cure53. You can see the full report here.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status