Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Florent Poinsard f0be1f8477
Update the operator README during the release
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-01-28 16:30:37 +01:00
.github fix: issue with hostname resolution 2022-01-26 15:41:34 +01:00
config change default for use_super_read_only to true. set super-read-only in cnf files 2021-12-01 12:29:36 -08:00
data/test Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
doc Merge pull request #9572 from planetscale/apply-schema-migration-context-flag 2022-01-27 14:57:33 -08:00
docker ci: bump bootstrap version 2022-01-18 16:55:57 +01:00
examples examples: how to use mysql80 images with operator 2022-01-27 16:07:57 -08:00
go Merge pull request #9572 from planetscale/apply-schema-migration-context-flag 2022-01-27 14:57:33 -08:00
java Bump to latest version again 2022-01-04 10:27:58 +01:00
misc fix: paste command in linter 2021-11-17 13:49:02 +05:30
proto feat: fix StartReplication to allow passing semiSync as a parameter 2022-01-22 16:24:21 +05:30
resources/bin gh-ost binary updated to 1.1.3.2 2021-10-26 14:32:36 +03:00
support Fix typo 2020-11-12 08:00:49 +03:00
test test: test simplest form of backup test 2022-01-25 06:57:34 +01:00
tools Update the operator README during the release 2022-01-28 16:30:37 +01: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 Changed master to primary 2022-01-12 18:51:44 -08:00
web feat: fix StartReplication to allow passing semiSync as a parameter 2022-01-22 16:24:21 +05:30
.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 Remove dataroot 2021-11-15 14:25:25 -08:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.golangci.yml ci: do not run golangci-lint with `new` in CI 2021-11-10 17:05:01 +01: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
GITHUB_SELF_HOSTED_RUNNERS.md docs: add steps to increase I/O limit in self-hosted runners 2022-01-22 17:58:29 +05:30
GOVERNANCE.md Modify governance doc to replace PMC with Steering Committee 2021-12-14 16:23:03 -08:00
GUIDING_PRINCIPLES.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
LICENSE license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
MAINTAINERS.md Update MAINTAINERS.md 2021-12-06 14:18:40 -05:00
Makefile Update vitess operator examples during release 2022-01-28 16:02:04 +01: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
STEERING.md Steering committee doc 2021-12-13 13:10:09 -08:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
bootstrap.sh ci: bump bootstrap version 2022-01-18 16:55:57 +01: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 chore: upgraded go-proxyproto to v0.6.1 2021-12-20 09:59:44 -03:00
go.sum chore: upgraded go-proxyproto to v0.6.1 2021-12-20 09:59:44 -03:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go ci: bump bootstrap version 2022-01-18 16:55:57 +01: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