Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane ea22e4e67b yaml: all other fields
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2020-04-18 18:30:22 -07:00
.github moved mysql_server test to shard 14 2020-04-08 16:20:17 +05:30
config yaml: all other fields 2020-04-18 18:30:22 -07:00
data/test
doc
docker Fix Docker bootstrap 2020-03-31 16:42:42 -06:00
examples Harmonize local examples with helm improvements 2020-04-15 21:40:04 -06:00
go yaml: all other fields 2020-04-18 18:30:22 -07:00
helm Use apps/v1 for all statefulsets 2020-04-17 09:26:36 -06:00
java deprecaded old java clients 2020-03-26 08:37:38 +05:30
misc
proto PlannedReparent: Rename PromoteSlave -> PromoteReplica. Deprecate 2020-04-14 13:50:55 -07:00
support Formatting updtaes 2020-04-09 03:39:37 +03:00
test Reduce race in legacy_local_example 2020-04-16 12:16:03 -06:00
tools Add k3s to dependency check 2020-03-27 12:37:27 -06:00
vagrant-scripts
vitess-mixin
web/vtctld2 vtctld: vttablet proxy UI changes and test fix 2020-04-12 17:12:10 -07:00
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile yaml: start transitioning: PoolSize 2020-04-18 18:30:22 -07:00
README.md
SECURITY.md
Vagrantfile
bootstrap.sh Merge remote-tracking branch 'upstream/master' into morgo-fix-docker-bootstrap 2020-03-31 16:51:48 -06:00
build.env Fix small bug in build.env file 2020-03-27 12:18:27 -06:00
dev.env
go.mod yaml: start transitioning: PoolSize 2020-04-18 18:30:22 -07:00
go.sum
sonar-project.properties
test.go Remove deadcode in tests 2020-03-27 11:03:00 -06: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.

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

For topics that are better discussed live, please join the Vitess Slack workspace.

Subscribe to vitess-announce@googlegroups.com or the 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