Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Ajeet jain 2580188959
fixed test.go framework for go cluster tests
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2020-02-07 13:35:03 +05:30
.github migrating mysqlctld python testcases to go (#5774) 2020-02-06 16:55:27 -08:00
config Fix relay log path 2020-01-21 11:45:07 -07:00
data/test
doc
docker
examples examples/helm/kvtctld.sh: chmod +x 2020-01-15 17:10:54 -08:00
go migrating mysqlctld python testcases to go (#5774) 2020-02-06 16:55:27 -08:00
helm helm/vitess/templates/_vtctld.tpl: Revert web_dir changes 2020-01-21 09:59:39 -08:00
java
misc Merge pull request #5770 from systay/rewriter 2020-02-02 21:49:02 -08:00
proto
py
test updated config.json to use dummy file name 2020-02-07 12:21:43 +05:30
third_party/py
tools fixed test.go framework for go cluster tests 2020-02-07 13:35:03 +05:30
travis
vagrant-scripts
vitess-mixin Support additional SHOW synatx 2020-01-20 13:32:12 -08:00
web/vtctld2
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.travis.yml
ADOPTERS.md Securing many http links to https links 2020-01-13 15:07:37 +07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md correct email address 2020-02-01 08:34:40 -08:00
Makefile resurrect unit_test target, change test target back to running integration tests 2020-02-03 19:47:54 -08:00
README.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod Support SHOW CREATE TABLE with qualifier (#5585) 2020-02-06 22:30:09 +01:00
go.sum upgrade aws-sdk-go to 1.28.8 2020-01-30 14:17:08 -08:00
test.go fixed test.go framework for go cluster tests 2020-02-07 13:35:03 +05:30

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