Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Shlomi Noach 200342493c ci-workflow-gen: turn string to array to reduce conflicts
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
2021-03-02 11:56:44 +02:00
.github Merge pull request #7419 from planetscale/vreplication-online-ddl 2021-03-01 07:38:11 +02:00
config vttablet: rename grace period to ShutdownSeconds 2020-11-09 19:16:27 -08:00
data/test Reduce the number of unit tests that require VTROOT by moving testdata closer to the tests 2019-01-23 19:28:54 -08:00
doc 9.0.0 Release Notes 2021-01-26 15:08:17 +03:00
docker docker/vttestserver: Add MYSQL_SERVER_VERSION environment variables, and change the :mysql80 default from 8.0.0-vitess to 8.0.21-vitess 2021-02-09 14:12:29 -05:00
examples examples/operator: address review comment 2021-01-23 13:44:09 -08:00
go Merge pull request #7514 from planetscale/fix-vtgate-errors 2021-03-02 11:26:28 +05:30
helm helm/docker: fix Docker builds + tag 7.0.2 2020-09-22 17:45:08 -06:00
java update java versions to 10.0.0 2021-01-26 11:33:41 +01:00
misc Exclude protoc-gen-go generated files from goimports checks 2021-01-13 21:16:27 -05:00
proto Add reparent RPCs, run generators, add server stubs 2021-02-24 15:47:49 -05:00
resources/bin Update gh-ost binary to v1.1.1 2021-01-27 10:33:18 +02:00
support Fix typo 2020-11-12 08:00:49 +03:00
test ci-workflow-gen: turn string to array to reduce conflicts 2021-03-02 11:56:44 +02:00
tools added script to tools for checking that make sizegen has been run 2021-02-22 22:29:22 +05:30
vagrant-scripts Remove unused cruft 2019-11-28 14:44:34 -07:00
vitess-mixin vitess-mixin: add structure & first 2 dashboards 2019-12-20 22:58:25 +01:00
web Three small bugfixes in Tablets table around stable sort order, display type lookup, and filtering by type... plus tests 2021-02-28 14:24:45 -05: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 Exclude protoc-gen-go generated files from the linter goimports check 2021-01-13 21:18:28 -05: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 Re-add "Dockerfile" for base image in the root of our repository. 2017-04-14 15:18:09 -07:00
GOVERNANCE.md fix 404 page not found 2019-10-08 05:53:21 -04:00
GUIDING_PRINCIPLES.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
LICENSE license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
MAINTAINERS.md Updating Email Address 2020-12-01 15:33:26 -08:00
Makefile proto: regenerate with gogo/protobuf 2021-02-22 17:09:51 +01:00
README.md Add note to README file for new severity guide 2021-02-23 14:33:10 +03:00
SECURITY.md Address feedback on stable versioning 2020-03-05 17:51:45 -07: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 Trying Closest version from Chrome for driver 2020-12-17 09:43:01 -08:00
build.env Update build.env for go 1.15 2020-12-18 18:52:09 -08:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod go fmt tidied 2021-02-19 10:00:04 +01:00
go.sum go fmt tidied 2021-02-19 10:00:04 +01:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go fixed e2e test config for zk and consul 2021-02-15 16:02:30 +05:30

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