Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Rohit Nayak 25e6d58a7f
Update comments
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-06-02 14:11:27 +02:00
.github yaml syntax 2021-05-20 13:32:37 +03:00
config endtoend: allow bulk-loading databases 2021-04-21 10:51:32 +02: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 [fuzzing] Add report 2021-05-14 17:09:37 +01:00
docker Merge pull request #8141 from planetscale/jg_ptosc 2021-05-18 16:15:51 +03:00
examples Add `--tracer` flag to vtadmin and actually start tracing 2021-05-20 18:35:09 -04:00
go Update comments 2021-06-02 14:11:27 +02:00
helm Add mysqlctl docker image to release script 2021-02-26 16:26:28 +02:00
java Merge pull request #8154 from planetscale/java-mysql-test 2021-05-20 19:49:27 +05:30
misc git: improve signoff detection 2021-04-13 12:20:54 +02:00
proto [vtadmin-api] Update GetTablet to use alias instead of hostname 2021-05-20 14:16:54 -04:00
resources/bin commit of v1.1.3 tag 2021-05-03 08:57:18 +03:00
support Fix typo 2020-11-12 08:00:49 +03:00
test Merge pull request #8139 from planetscale/errs-as-warns 2021-05-20 19:52:34 +05:30
tools protobuf: upgrade 2021-05-19 11:13:59 +02:00
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 [vtadmin-api] Update GetTablet to use alias instead of hostname 2021-05-20 14:16:54 -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 Add tools.go 2021-03-25 08:14:15 -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 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 MAINTAINERS.md: Update enisoc's email. 2021-04-20 17:20:43 -05:00
Makefile protobuf: upgrade 2021-05-19 11:13:59 +02:00
README.md Move some commas around in README.md :) 2021-03-12 10:43:25 -05:00
SECURITY.md Suggestions by DS 2021-03-12 16:47:48 +03: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 unmarshal: remove unstable test 2021-05-19 11:14:01 +02:00
go.sum hack: call the cops I don't give a fuck 2021-05-19 11:14:01 +02:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go CI: run legacy local example in docker, run each test only once, and increase timeout to 30 minutes 2021-04-14 13:43:08 -07:00
tools.go Add tools.go 2021-03-25 08:14:15 -04: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