Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Keefer Rourke 165d270cbc Remove some leftover string conversions and inline some vars
Signed-off-by: Keefer Rourke <keefer@squareup.com>
2020-03-25 13:59:39 -04:00
.github Upgrade go minimum to 1.13 2020-03-20 11:30:34 -06:00
config Fix relay log path 2020-01-21 11:45:07 -07: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 Remove some leftover string conversions and inline some vars 2020-03-25 13:59:39 -04:00
go Update go/vt/vttablet/tabletserver/planbuilder/builder.go 2020-03-21 12:48:29 -07:00
helm Added logrotate and vtcl in values 2020-03-08 16:50:04 +05:30
java Removed java-hadoop test and py-vtdb , PYTHONPATH 2020-03-17 17:19:38 +05:30
misc Merge pull request #5770 from systay/rewriter 2020-02-02 21:49:02 -08:00
proto Merge pull request #5940 from planetscale/ss-deprecation 2020-03-20 23:14:58 +05:30
test Merge pull request #5919 from planetscale/rm_py_dep 2020-03-17 12:26:49 -07:00
tools tests: make_parser test errors out on CI 2020-03-17 11:47:03 -07: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 Add Kubernetes topo implementation 2020-03-14 09:49:37 -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 Make it easier to understand current go version 2020-03-20 11:52:51 -06:00
dev.env Removed java-hadoop test and py-vtdb , PYTHONPATH 2020-03-17 17:19:38 +05:30
go.mod Upgrade go minimum to 1.13 2020-03-20 11:30:34 -06:00
go.sum Add Kubernetes topo implementation 2020-03-14 09:49:37 -06:00
sonar-project.properties Code coverage tracking (#11) 2020-01-29 15:51:17 +05:30
test.go added comment for docker run inside test.go 2020-02-21 10:04:23 +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.

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