Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Florent Poinsard 295e22a331
vschema ddl: add grammar to accept qualified tables (#12577) (#12747)
Signed-off-by: Hormoz Kheradmand <hormoz.kheradmand@shopify.com>
Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Co-authored-by: Hormoz Kheradmand <hkdsun@users.noreply.github.com>
2023-03-29 08:51:50 +02:00
.github [release-15.0] Auto upgrade the Golang version (#12585) (#12708) 2023-03-24 10:42:02 +02:00
changelog [release-15.0] Re-organize the `releasenotes` directory into `changelog` (#12566) (#12659) 2023-03-21 12:20:14 +02: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] Re-organize the `releasenotes` directory into `changelog` (#12566) (#12659) 2023-03-21 12:20:14 +02:00
docker Back to dev mode (#11962) 2023-01-26 08:38:23 +01:00
examples Merge pull request #11961 from planetscale/release-15.0-tag-1 2023-01-11 11:32:23 +01:00
go vschema ddl: add grammar to accept qualified tables (#12577) (#12747) 2023-03-29 08:51:50 +02:00
java Back to dev mode (#11962) 2023-01-26 08:38:23 +01:00
misc Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01: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 resolve conflict (#12591) 2023-03-09 19:40:35 +05:30
tools feat: fix release script for v15 (#12285) 2023-02-09 13:36:04 +05:30
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 [release-15.0] Re-organize the `releasenotes` directory into `changelog` (#12566) (#12659) 2023-03-21 12:20:14 +02:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.golangci.yml Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01: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
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 Release-15: Cherry pick vtorc no cgo (#12223) 2023-02-06 10:26:07 +01: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.9` (#11897) 2022-12-09 11:06:41 +01:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod [release-15.0] Auto upgrade the Golang version (#12585) (#12708) 2023-03-24 10:42:02 +02:00
go.sum [release-15.0] Auto upgrade the Golang version (#12585) (#12708) 2023-03-24 10:42:02 +02:00
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01: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