Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Rohit Nayak a919b2fe40
VStream API: Use tablet picker to select tablet to stream from. Subscribe to tablet health to handle reparenting and unhealthy transitions
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2021-07-19 19:02:48 +02:00
.github VStream API: Use tablet picker to select tablet to stream from. Subscribe to tablet health to handle reparenting and unhealthy transitions 2021-07-19 19:02:48 +02:00
config endtoend: allow bulk-loading databases 2021-04-21 10:51:32 +02:00
data/test
doc naming: create new vtctl commands InitShardPrimary and SetShardIsPrimaryServing, deprecate existing commands 2021-07-15 17:17:10 -07:00
docker docker: remove keys.gnupg.net dependency 2021-06-29 12:04:05 +02:00
examples naming: create new vtctl commands InitShardPrimary and SetShardIsPrimaryServing, deprecate existing commands 2021-07-15 17:17:10 -07:00
go VStream API: Use tablet picker to select tablet to stream from. Subscribe to tablet health to handle reparenting and unhealthy transitions 2021-07-19 19:02:48 +02:00
helm no more maxscale 2021-06-06 17:39:12 +03:00
java Incrementing to release 12 2021-07-06 11:51:23 +02:00
misc Allow for configuration of the minimal TLS version 2021-07-13 11:39:10 +02:00
proto naming: create new vtctl commands InitShardPrimary and SetShardIsPrimaryServing, deprecate existing commands 2021-07-15 17:17:10 -07: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 VStream API: Use tablet picker to select tablet to stream from. Subscribe to tablet health to handle reparenting and unhealthy transitions 2021-07-19 19:02:48 +02:00
tools [fix][2021-06-30 15:35] revert removing table_id_opt 2021-06-30 15:35:53 +08: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] Remove outdated commands from vtadmin-web README 2021-07-19 10:28:48 -04:00
.codeclimate.yml
.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
.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
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md fix 404 page not found 2019-10-08 05:53:21 -04:00
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md Fix bracket for hyperlink 2021-05-25 14:59:57 +03:00
Makefile proto: simplify protobuf generation into a single call 2021-07-12 18:04:52 +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
bootstrap.sh bootstrap: update chromedriver version 2021-06-29 12:04:05 +02:00
build.env ci: upgrade to Go 1.16 2021-06-29 12:04:05 +02:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod proto: upgrade vtprotobuf version 2021-07-12 17:58:56 +02:00
go.sum proto: upgrade vtprotobuf version 2021-07-12 17:58:56 +02:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go docker: update bootstrap version 2021-06-29 12:04:05 +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 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