Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
tanjunchen 78197479f4 update license in example/ config/ data/ doc/ docker/
Signed-off-by: tanjunchen <2799194073@qq.com>
2019-10-22 13:51:38 +08:00
.github Remove extra space (#4901) 2019-06-06 14:09:01 -07:00
config Remove binlog statement format config setting 2019-10-16 17:26:01 -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 #5283 from xichengliudui/update-MD-file-spec 2019-10-11 09:16:07 -07:00
docker update license in example/ config/ data/ doc/ docker/ 2019-10-22 13:51:38 +08:00
examples update license in example/ config/ data/ doc/ docker/ 2019-10-22 13:51:38 +08:00
go Merge pull request #5315 from planetscale/ss-vrepl-handle-ref 2019-10-19 13:56:25 -07:00
helm fix indent error 2019-08-28 14:32:53 -04:00
java update license header in java/ tools/ travis/ test.go files 2019-10-12 15:55:55 +08:00
misc improve some spelling mistakes 2019-09-27 21:59:04 +08:00
proto stream_migrater: integrate with migrater 2019-10-11 19:34:14 -07:00
py Merge pull request #5310 from yuxiaobo96/vitess-py 2019-10-17 07:39:43 -07:00
test Add read-only security_policy to block admin HTTP endpoints. 2019-10-17 15:01:47 -07:00
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools Merge pull request #5297 from tanjunchen/update-lisence-header-java-directory 2019-10-15 20:54:24 -07:00
travis update license header in java/ tools/ travis/ test.go files 2019-10-12 15:55:55 +08:00
vagrant-scripts Updating to golang 1.12 2019-08-20 13:14:27 -04: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 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 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 maintainers: add enisoc 2019-09-26 07:01:34 -07:00
Makefile Merge pull request #5299 from systay/less-mvn-output 2019-10-15 08:04:32 -07: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 Change to use tools/tools.go for go get dependencies 2019-08-30 10:44:56 -06:00
build.env Fix CI test failing 2019-09-03 22:09:48 -06:00
dev.env go mod branch 2019-08-16 09:18:43 -06:00
go.mod Added foreign_key_checks to ignored set 2019-10-18 14:20:32 -07:00
go.sum Merge pull request #5262 from JavierR14/javier/vitess-docker 2019-10-05 07:31:33 -07:00
test.go update license header in java/ tools/ travis/ test.go files 2019-10-12 15:55:55 +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