Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Morgan Tocker 5cb5ca66a1
Merge pull request #5650 from planetscale/cluster_endtoend_shards
[Testing] Reconfigured the matrix for endtoend cluster tests
2020-01-03 11:02:24 -07:00
.github Merge pull request #5650 from planetscale/cluster_endtoend_shards 2020-01-03 11:02:24 -07:00
config default RBR for python tests, SBR for exclusions 2019-12-31 15:38:45 +05:30
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 Merge pull request #5510 from jiameixie/mysql57 2019-12-30 08:51:39 -08:00
examples Merge pull request #5588 from planetscale/tal_test_rbr_default 2020-01-02 20:42:50 -07:00
go Merge pull request #5630 from planetscale/tal_tabletmanager_4 2020-01-02 20:43:29 -08:00
helm Merge pull request #5588 from planetscale/tal_test_rbr_default 2020-01-02 20:42:50 -07: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 builds: fix protoc goimports issue 2019-12-31 14:53:04 -08:00
py Fixed various py tests by removing web_dir references. Removed test for the old vtctld webapp 2020-01-02 20:35:27 +01:00
test reconfigured the matrix for endtoend_cluster test 2020-01-03 16:34:39 +05:30
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools tools/make-release-packages.sh: stop packaging web dir 2020-01-02 14:05:00 -08:00
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/vtctld2 Remove dead code from the previous web application 2019-12-19 21:34:48 +01: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 Rice files generated as a manual make step. Added current rice file to git 2019-12-20 21:06:44 +01:00
.gitmodules
.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
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
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
MAINTAINERS.md Update maintainers list 2019-12-04 16:36:11 -07:00
Makefile Fixed various py tests by removing web_dir references. Removed test for the old vtctld webapp 2020-01-02 20:35:27 +01:00
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 panic in vstreamer_test 2019-12-31 15:41:53 -08:00
go.sum Merge remote-tracking branch 'upstream/master' into embed-vtctld-assets 2019-12-31 00:00:38 +01:00
test.go Splitting github actions for endtoend go cluster in multiple nodes 2019-12-26 11:49:10 +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