Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
FlorentP 746dab0710
[release-15.0] Use `go1.19.3` in the upgrade/downgrade tests (#11676)
* Use go1.19.3 in the upgrade/downgrade tests

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* revert unwanted changes

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* apply go mod tidy

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
2022-11-15 10:20:38 -08:00
.github [release-15.0] Use `go1.19.3` in the upgrade/downgrade tests (#11676) 2022-11-15 10:20:38 -08:00
config Refactor: Rename Orchestrator to VTOrc in the codebase (#11231) 2022-09-18 14:37:31 +05:30
data/test Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
doc [release-15.0] Do not multiply `AggregateRandom` in JOINs (#11672) 2022-11-09 14:18:07 -05:00
docker [release-15.0] Docker Image Context Fix (#11628) (#11637) 2022-11-04 14:20:41 +05:30
examples Release of v15.0.0 (#11573) 2022-10-25 19:30:22 +02:00
go [15.0] Send errors in stream instead of a grpc error from streaming rpcs when transaction or reserved connection is acquired (#11687) 2022-11-11 14:39:35 +05:30
java Back to dev mode (#11574) 2022-10-25 22:58:14 +02:00
misc [asthelpergen] Migrate to pflags (#11363) 2022-09-27 11:19:16 +02:00
proto [VTAdmin] Cherry Pick Topology Browser (#11518) 2022-10-18 16:14:30 -07:00
resources Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
support Fix typo 2020-11-12 08:00:49 +03:00
test [15.0] fix: fail over reconnect in stream execution for connection with transaction (#11527) 2022-10-18 17:42:09 +05:30
tools Fix the script `check_make_sizegen` (#11465) 2022-10-12 11:59:47 -07:00
vitess-mixin [cli] [topo] Migrate topo flags to pflags (#11393) 2022-09-30 19:19:38 -07:00
web [15.0] Add VTGate debug/status page link to VTAdmin (#11541) 2022-10-20 10:28:08 -07: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 add vtadmin docker image (#10543) 2022-06-26 08:02:12 -07:00
.gitattributes Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
.gitignore Flakes: Use waits instead of checks in vrepl e2e tests (#11048) 2022-08-28 11:28:51 +02:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.golangci.yml Add the linter for exporting a loop variable through a pointer reference (#10763) 2022-07-20 14:41:11 +05:30
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
GITHUB_SELF_HOSTED_RUNNERS.md Prune docker storage every other weekday 2022-09-29 17:42:47 -04:00
GOVERNANCE.md Modify governance doc to replace PMC with Steering Committee 2021-12-14 16:23:03 -08:00
GUIDING_PRINCIPLES.md Remove reference to PMC 2022-01-28 11:59:34 -08:00
LICENSE license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
MAINTAINERS.md Fix frouioui in the MAINTAINERS.md file (#11343) 2022-09-26 09:04:40 -07:00
Makefile Upgrade to go1.18.7 (#11507) 2022-10-14 10:14:13 -07:00
README.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SECURITY.md Replace urls in repo pointing to master branch to main 2021-08-06 20:37:02 +02:00
SEVERITY.md Add Severity Labels document 2021-02-23 14:19:51 +03:00
STEERING.md Steering committee doc 2021-12-13 13:10:09 -08:00
bootstrap.sh Update to latest Protobuf 21.3 release (#10803) 2022-07-25 07:34:46 -04:00
build.env Upgrade to go1.18.7 (#11507) 2022-10-14 10:14:13 -07:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod [release-15.0] update jsonparser dependency (#11694) (#11696) 2022-11-13 11:18:28 -08:00
go.sum [release-15.0] Use `go1.19.3` in the upgrade/downgrade tests (#11676) 2022-11-15 10:20:38 -08:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go Upgrade to go1.18.7 (#11507) 2022-10-14 10:14:13 -07: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