Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Rohit Nayak 441a085c73
Add master tablet type in addition to replica as default source tablet types
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-01-20 06:25:09 +01:00
.github Merge pull request #7294 from planetscale/ci-version-upgrade 2021-01-20 06:32:28 +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 Fix trivial typo 2020-12-15 15:23:36 +08:00
docker Expose vtctld gRPC port in local Docker example + update VTAdmin README 2021-01-15 15:58:23 -05:00
examples Merge pull request #7220 from tinyspeck/am_init_shard_primary 2021-01-14 16:29:09 +01:00
go Add master tablet type in addition to replica as default source tablet types 2021-01-20 06:25:09 +01:00
helm helm/docker: fix Docker builds + tag 7.0.2 2020-09-22 17:45:08 -06:00
java Updating Java unit tests for JDK9+ compatability 2020-12-09 10:28:28 +01:00
misc Exclude protoc-gen-go generated files from goimports checks 2021-01-13 21:16:27 -05:00
proto Add tablet getter RPCs, generate protos and client, and server stubs 2021-01-15 19:43:12 -05:00
resources/bin do not include pt-online-schema-change 2020-09-09 08:48:54 +03:00
support Fix typo 2020-11-12 08:00:49 +03:00
test supply force flags for versionupgrade test 2021-01-17 10:18:04 +02:00
tools goimports -local vitess.io/vitess -w . 2021-01-04 18:27:04 -05: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 Simplify layout on Error404 component 2021-01-18 15:31:34 -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 Make proto target depend on minimaltools, so we have protos installed in dist 2021-01-13 21:10:14 -05:00
README.md Updated suggestions by DS 2020-11-16 17:10:29 +03: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 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 Removed java-hadoop test and py-vtdb , PYTHONPATH 2020-03-17 17:19:38 +05:30
go.mod Merge branch 'master' into jg_vault 2021-01-06 18:39:22 -08:00
go.sum Merge branch 'master' into jg_vault 2021-01-06 18:39:22 -08:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go skip build 2021-01-17 11:09:59 +02: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.

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