Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Yufei Chen de1ca3dc6e making sure fresh state works before turning off query service during a split
Signed-off-by: Yufei Chen <yufei@squareup.com>
2019-09-09 09:07:13 +10:00
.github Remove extra space (#4901) 2019-06-06 14:09:01 -07:00
config Add initial support for capabilities (#4987) 2019-08-07 23:41:43 -07:00
data/test Reduce the number of unit tests that require VTROOT by moving testdata closer to the tests 2019-01-23 19:28:54 -08:00
doc Remove docs now hosted in vitessio/website 2019-07-31 10:26:27 -07:00
docker Updating to golang 1.12 2019-08-20 13:14:27 -04:00
examples Add initial support for capabilities (#4987) 2019-08-07 23:41:43 -07:00
go making sure fresh state works before turning off query service during a split 2019-09-09 09:07:13 +10:00
helm fix indent error 2019-08-28 14:32:53 -04:00
java fix-up typo 2019-08-26 11:28:06 +08:00
misc go vet errors should be fatal, same as before 2019-04-26 10:09:49 -07:00
proto fix-up typo 2019-08-26 11:28:06 +08:00
py fix-up typo 2019-08-26 11:28:06 +08:00
test fix some misspell 2019-08-28 14:59:49 +08:00
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools Adds a test to check regressions in parser 2019-01-15 22:05:02 -08:00
travis bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
vagrant-scripts Updating to golang 1.12 2019-08-20 13:14:27 -04:00
vendor Update testify dependency 2019-08-14 16:54:56 +02:00
web fix some misspell 2019-08-28 14:59:49 +08:00
.codeclimate.yml bootstrap: Install protobuf gRPC Python plugin via PyPi and do not compile it from a Git checkout. 2018-04-08 16:46:14 -07:00
.dockerignore Add action to create deb/rpm packages 2019-06-26 16:02:37 -07:00
.gitignore ignore .vscode files 2018-10-28 20:33:43 -07:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.travis.yml Updating to golang 1.12 2019-08-20 13:14:27 -04:00
ADOPTERS.md Add Pinterest to ADOPTERS.md 2019-03-22 08:25:21 -07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md Change http to https for security links 2019-02-16 12:41:48 +07:00
DCO Add git hook to check for DCO signoff. 2018-03-01 10:55:31 -08:00
Dockerfile Re-add "Dockerfile" for base image in the root of our repository. 2017-04-14 15:18:09 -07:00
GOVERNANCE.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
GUIDING_PRINCIPLES.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
LICENSE license: BSD->Apache v2.0 2017-05-06 00:38:56 -07:00
MAINTAINERS.md fix mismatched parens 2019-02-27 13:12:31 -08:00
Makefile Makefile: expose VT_EXTRA_BUILD_FLAGS for use of external build systems 2019-07-25 17:45:21 -04:00
README.md Grammar tweak 2019-03-08 13:03:43 -08:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
azure-pipelines.yml Initial Setup of azure-pipeline to run CI on Azure 2019-06-21 03:01:28 +02:00
bootstrap.sh Add bootstrap 2019-08-16 15:36:00 -06:00
build.env Remove compatibility line, no longer required 2019-08-16 21:57:28 -06:00
dev.env Add initial support for capabilities (#4987) 2019-08-07 23:41:43 -07:00
test.go Using const() defines constants together 2019-04-21 13:24:19 -04: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