Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Ajeet jain 0c18dc1e1d
Merge remote-tracking branch 'upstream/master' into tal_reparent_new
Signed-off-by: Ajeet jain <ajeet@planetscale.com>
2019-12-23 16:46:37 +05:30
.github Merge remote-tracking branch 'upstream/master' into tal_reparent_new 2019-12-23 16:46:37 +05:30
config config: add vt_monitoring user to init_db.sql 2019-11-27 22:57:46 -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 Merge pull request #5442 from xichengliudui/fix-404-not-found 2019-11-22 21:55:01 -08:00
docker Refactor vitess/lite Dockerfiles. (#5592) 2019-12-19 09:41:52 -08:00
examples Merge pull request #5559 from planetscale/morgo-matrix-unit 2019-12-19 10:39:48 -07:00
go Merge remote-tracking branch 'upstream/master' into tal_reparent_new 2019-12-23 16:46:37 +05:30
helm VerticalSplitClone no longer supports -min_rdonly_healthy_tablets, allows -min_rdonly_tablets (with corrected file location) 2019-12-16 09:23:18 -08:00
java Merge VTTOP and VTROOT variables 2019-12-07 12:11:06 -07:00
misc Modify hook to be self-contained 2019-12-10 15:16:50 -07:00
proto Merge branch 'upstream-master' into vtshovel-poc 2019-11-22 17:09:45 -08:00
py Merge VTTOP and VTROOT variables 2019-12-07 12:11:06 -07:00
test Revert "testing go test file" 2019-12-20 15:04:25 +05:30
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools Merge remote-tracking branch 'upstream/master' into tal_reparent_new 2019-12-23 16:46:37 +05:30
travis update license 2019-10-25 10:20:30 +08:00
vagrant-scripts Remove unused cruft 2019-11-28 14:44:34 -07:00
web Add MultiSplitDiff support in workflow, also fixed arguments ordering 2019-10-11 01:38:48 -07: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 Make .gitignore rules safer. (#5546) 2019-12-11 14:35:40 -08:00
.gitignore git: ignore py-vtdb instead of py-vtdb/ 2019-12-11 14:43:08 -08:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.travis.yml Merge remote-tracking branch 'upstream/master' into morgo-new-go-modules 2019-08-30 12:52:33 -06:00
ADOPTERS.md Add Weave to adopters 2019-09-25 12:12:37 -06: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 fix 404 page not found 2019-10-08 05:53:21 -04: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 Update maintainers list 2019-12-04 16:36:11 -07:00
Makefile reparent test cases written in go 2019-12-20 10:45:00 +05:30
README.md Update slack links to use alias 2019-11-26 10:45:46 -07:00
Vagrantfile stop using NFS for synced folders, put a comment explaining why 2018-12-05 15:04:08 -08:00
bootstrap.sh Modify hook to be self-contained 2019-12-10 15:16:50 -07:00
build.env Improve dependency checking for Go 2019-12-10 09:00:33 -07:00
dev.env Merge VTTOP and VTROOT variables 2019-12-07 12:11:06 -07:00
go.mod tests: fix various tests 2019-12-22 13:13:01 -08:00
go.sum tests: fix various tests 2019-12-22 13:13:01 -08:00
test.go tests: fix various tests 2019-12-22 13:13:01 -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