Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Harshit Gangal f175158faf java: Bump SNAPSHOT version to 5.0-SNAPSHOT after Vitess release 4.0
Signed-off-by: Harshit Gangal <harshit.gangal@gmail.com>
2019-11-08 14:54:01 +05:30
.github
config Implement a small subset of config file refactor 2019-10-27 17:59:45 -06:00
data/test
doc
docker
examples Merge branch 'master' into reparent-refactor 2019-10-30 12:44:51 -07:00
go Don't recheck mysqld port if it was provided explicitly. (#5383) 2019-11-05 10:51:47 -08:00
helm
java java: Bump SNAPSHOT version to 5.0-SNAPSHOT after Vitess release 4.0 2019-11-08 14:54:01 +05:30
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 vdiff: fix broken tabletmanagerdata_pb2.py 2019-11-02 18:30:09 -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
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.travis.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile add license in other files 2019-10-27 21:24:54 +08:00
README.md
Vagrantfile
azure-pipelines.yml
bootstrap.sh Fix usage of arch to work on OSX 2019-10-31 11:26:27 -07: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
go.sum
test.go

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