Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Paul Hemberger f24ab633c4 adds vstream to java grpc client
Signed-off-by: Paul Hemberger <phemberger@hubspot.com>

restore formatting
2019-07-12 13:52:29 -04:00
.github Remove extra space (#4901) 2019-06-06 14:09:01 -07:00
config Add strong warning against production use to example init_db.sql file (#4815) 2019-04-16 22:12:37 -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 Add flag to wait for backup instead of starting up empty. (#4929) 2019-06-18 19:01:31 -05:00
docker Merge branch 'master' of github.com:vitessio/vitess into dk-backup-only 2019-06-19 23:08:32 -07:00
examples Merge pull request #4970 from davygeek/master 2019-07-02 21:49:39 -07:00
go adds vstream to java grpc client 2019-07-12 13:52:29 -04:00
helm Rename secret name (myuser_password -> myuser-password) to matched regex pattern accepted by kubernetes and match the template example 2019-06-25 23:56:53 +03:00
java adds vstream to java grpc client 2019-07-12 13:52:29 -04:00
misc go vet errors should be fatal, same as before 2019-04-26 10:09:49 -07:00
proto use english quotes instead 2019-06-26 19:13:16 -04:00
py vstream: address review comments 2019-06-06 15:40:29 -07:00
test Merge pull request #4969 from planetscale/remove-shard-cell 2019-07-02 21:50:32 -07:00
third_party/py
tools Adds a test to check regressions in parser 2019-01-15 22:05:02 -08:00
travis
vagrant-scripts Fixes for vagrant setup 2019-04-02 14:57:02 -07:00
vendor use z-division fork of go-zookeper 2019-06-26 11:51:29 -07:00
web Merge pull request #4878 from luky-pc/feature/add-space 2019-05-25 14:10:39 -07:00
.codeclimate.yml
.dockerignore
.gitignore ignore .vscode files 2018-10-28 20:33:43 -07:00
.gitmodules
.ruby-version
.travis.yml Bump Go versions and use '.x' to always get latest minor versions 2018-10-28 15:57:04 +01:00
ADOPTERS.md Add Pinterest to ADOPTERS.md 2019-03-22 08:25:21 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Change http to https for security links 2019-02-16 12:41:48 +07:00
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md fix mismatched parens 2019-02-27 13:12:31 -08:00
Makefile Fix Percona 8.0 docker build process 2019-04-25 16:17:35 -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 bootstrap.sh: Remove unused unused command. 2019-05-30 14:51:50 -07:00
build.env Added the ability to build without tests 2018-12-23 06:44:15 +00:00
dev.env fix a bootstrap.sh error 2019-01-02 17:31:38 +01: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