Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Florent Poinsard 09e6a8e817
Merge pull request #11961 from planetscale/release-15.0-tag-1
Release of v15.0.2
2023-01-11 11:32:23 +01:00
.github Fix `codeql` workflow timeout issue (#11760) (#11957) 2023-01-04 11:58:22 -08:00
config Refactor: Rename Orchestrator to VTOrc in the codebase (#11231) 2022-09-18 14:37:31 +05:30
data/test
doc fix typo 2023-01-05 15:16:25 +01:00
docker Release commit for 15.0.2 2022-12-14 17:10:26 +01:00
examples Merge pull request #11961 from planetscale/release-15.0-tag-1 2023-01-11 11:32:23 +01:00
go Merge pull request #11961 from planetscale/release-15.0-tag-1 2023-01-11 11:32:23 +01:00
java Release commit for 15.0.2 2022-12-14 17:10:26 +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
test Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01:00
tools [release-15.0] Update test runners to run all tests including outside package (#11787) (#11792) 2022-11-28 17:00:30 +01: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
.dockerignore
.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
.golangci.yml Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01:00
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md Prune docker storage every other weekday 2022-09-29 17:42:47 -04:00
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md Fix frouioui in the MAINTAINERS.md file (#11343) 2022-09-26 09:04:40 -07:00
Makefile Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01:00
README.md
SECURITY.md
SEVERITY.md
STEERING.md
bootstrap.sh
build.env Upgrade to `go1.18.9` (#11897) 2022-12-09 11:06:41 +01:00
dev.env
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
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