Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane d37fd4fa06 vdiff: streamFromSources
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-11-02 17:35:53 -07:00
.github
config Implement a small subset of config file refactor 2019-10-27 17:59:45 -06:00
data/test
doc Merge pull request #5283 from xichengliudui/update-MD-file-spec 2019-10-11 09:16:07 -07:00
docker update license in example/ config/ data/ doc/ docker/ 2019-10-22 13:51:38 +08:00
examples Merge branch 'master' into reparent-refactor 2019-10-30 12:44:51 -07:00
go vdiff: streamFromSources 2019-11-02 17:35:53 -07:00
helm
java update license header in java/ tools/ travis/ test.go files 2019-10-12 15:55:55 +08:00
misc add license in /misc file 2019-10-22 18:30:49 +08:00
proto tabletmanager: WaitForPosition 2019-11-02 17:35:51 -07:00
py tabletmanager: WaitForPosition 2019-11-02 17:35:51 -07:00
test Merge pull request #5391 from vitessio/reparent-refactor 2019-11-02 17:29:56 -07:00
third_party/py
tools Merge pull request #5353 from hwdef/add-license1 2019-10-27 17:34:00 -07:00
travis update license 2019-10-25 10:20:30 +08:00
vagrant-scripts
web Add MultiSplitDiff support in workflow, also fixed arguments ordering 2019-10-11 01:38:48 -07:00
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.travis.yml
ADOPTERS.md Add Weave to adopters 2019-09-25 12:12:37 -06:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md fix 404 page not found 2019-10-08 05:53:21 -04:00
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md maintainers: add enisoc 2019-09-26 07:01:34 -07:00
Makefile add license in other files 2019-10-27 21:24:54 +08:00
README.md
Vagrantfile
azure-pipelines.yml
bootstrap.sh add license in other files 2019-10-27 21:24:54 +08:00
build.env update license 2019-10-25 10:20:30 +08:00
dev.env add license in other files 2019-10-27 21:24:54 +08:00
go.mod Add read-only security_policy to block admin HTTP endpoints. 2019-10-17 15:01:47 -07:00
go.sum Merge pull request #5262 from JavierR14/javier/vitess-docker 2019-10-05 07:31:33 -07:00
test.go update license header in java/ tools/ travis/ test.go files 2019-10-12 15:55:55 +08:00

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices

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

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