Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Morgan Tocker b3cd9ca10b Add k3s to dependency check
Signed-off-by: Morgan Tocker <tocker@gmail.com>
2020-03-27 12:37:27 -06:00
.github Added Timeout for github workflow (#5956) 2020-03-25 14:12:03 -07:00
config Fixed incorrectly scoped variable. Removed extraneous lines in init_db 2020-03-23 11:42:01 +01: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 Update document for docker build 2020-02-29 07:27:22 +00:00
docker Upgrade go minimum to 1.13 2020-03-20 11:30:34 -06:00
examples Deleted extraneous files 2020-03-26 22:04:24 +01:00
go Merge pull request #5978 from planetscale/ds-rm-gateway 2020-03-26 18:57:07 -07:00
helm Revert "Enable alternate registries to be able to be used" 2020-03-26 19:39:18 -06:00
java deprecaded old java clients 2020-03-26 08:37:38 +05:30
misc pre-commit: disable broken golangci-lint 2020-03-23 11:19:04 -07:00
proto deprecation: delete v2 protos 2020-03-24 21:52:55 -07:00
test Merge pull request #5919 from planetscale/rm_py_dep 2020-03-17 12:26:49 -07:00
tools Add k3s to dependency check 2020-03-27 12:37:27 -06: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/vtctld2 Remove dead code from the previous web application 2019-12-19 21:34:48 +01: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
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 correct email address 2020-02-01 08:34:40 -08:00
Makefile Remove deadcode in tests 2020-03-27 11:03:00 -06:00
README.md Add initial security policy 2020-03-03 08:28:43 -07:00
SECURITY.md Address feedback on stable versioning 2020-03-05 17:51:45 -07:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
bootstrap.sh Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
build.env Fix small bug in build.env file 2020-03-27 12:18:27 -06:00
dev.env Removed java-hadoop test and py-vtdb , PYTHONPATH 2020-03-17 17:19:38 +05:30
go.mod Merge pull request #5935 from planetscale/rn-vrepl-work 2020-03-24 13:05:46 -07:00
go.sum Copied go.mod/go.sum from master since branch was not compiling with the merged ones 2020-03-21 00:55:19 +01:00
sonar-project.properties Code coverage tracking (#11) 2020-01-29 15:51:17 +05:30
test.go Remove deadcode in tests 2020-03-27 11:03:00 -06: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.

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

For topics that are better discussed live, please join the Vitess Slack workspace.

Subscribe to vitess-announce@googlegroups.com or the 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