Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Manan Gupta 1953a87ae6
Move goyacc to use pflags package (#11092)
* feat: move goyacc to use pflags package

Signed-off-by: Manan Gupta <manan@planetscale.com>

* feat: add meaningfule names to flag values

Signed-off-by: Manan Gupta <manan@planetscale.com>

Signed-off-by: Manan Gupta <manan@planetscale.com>
2022-08-26 16:00:45 +05:30
.github Add upgrade-downgrade tests for next releases (#11033) 2022-08-20 11:13:31 +05:30
config Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
data/test Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
doc [cli] [tabletmanager] Migrate all tabletmanager flags to `pflag` (#11057) 2022-08-22 06:14:50 -04:00
docker fix missing vtadmin binary in docker image (#11076) 2022-08-24 10:58:32 +05:30
examples Run latest gofmt on everything & address linter warnings (#11008) 2022-08-16 13:53:42 -07:00
go Move goyacc to use pflags package (#11092) 2022-08-26 16:00:45 +05:30
java [cmd/*] Switch to pflag for all CLI flag parsing (#10619) 2022-07-25 15:12:09 -04:00
misc update golangci-lint to 1.46.2 (#10568) 2022-06-23 13:04:28 +02:00
proto Add tracking session state changes for transaction start (#11061) 2022-08-22 14:39:34 +03: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 Add workflow file to the filter rules (#11032) 2022-08-18 09:24:30 -06:00
tools Move goyacc to use pflags package (#11092) 2022-08-26 16:00:45 +05:30
vitess-mixin Deprecate enable-semi-sync in favour of RPC parameter (#10695) 2022-07-22 21:35:15 +05:30
web Add tracking session state changes for transaction start (#11061) 2022-08-22 14:39:34 +03: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 Add VS Code's __debug_bin to .gitignore (#10305) 2022-05-14 13:02:45 -04: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
GITHUB_SELF_HOSTED_RUNNERS.md docs: add single self-hosted runner information (#9954) 2022-03-23 14:28:44 +05:30
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 Remove @doeg from maintainers (#10625) 2022-06-30 07:38:24 -07:00
Makefile Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
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.4` (#10705) 2022-07-25 15:12:26 +02:00
dev.env dev: ensure dev.env is posix compatible 2021-02-10 17:37:06 +01:00
go.mod Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
go.sum Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
sonar-project.properties Handled ineffectual errors 2020-06-23 23:03:24 +04:00
test.go Run latest gofmt on everything & address linter warnings (#11008) 2022-08-16 13:53:42 -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