Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Andres Taylor 2b52464112 gofmt code
Signed-off-by: Andres Taylor <antaylor@squareup.com>
2019-03-27 16:51:18 +01:00
.github Add detail of the OS, kernel version in bug report 2019-02-21 23:20:34 -08:00
config Adding in SQL commands to prepare an instance to join an existing shard 2019-01-15 14:27:39 -08: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 #4715 from planetscale/gary-update-readme 2019-03-08 13:06:47 -08:00
docker Additional changes to explicitly state flavor 2019-03-05 11:02:16 -08:00
examples Merge pull request #4670 from longkb/fix_the_dead_url 2019-02-26 10:47:51 -08:00
go gofmt code 2019-03-27 16:51:18 +01:00
helm Chart.yaml: Update icon URL 2019-03-15 17:46:50 -07:00
java Add tracing to the jdbc driver 2019-03-27 16:51:18 +01:00
misc remove unused hook 2019-03-07 11:17:13 -08:00
proto Merge pull request #4739 from tinyspeck/autocommit-batch-execute 2019-03-22 08:47:38 -07:00
py Merge pull request #4739 from tinyspeck/autocommit-batch-execute 2019-03-22 08:47:38 -07:00
test Merge branch 'master' of https://github.com/vitessio/vitess into 4496-topo-serving-shards-refactor 2019-03-14 13:42:25 -07: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 fix 404 not fount 2019-02-25 22:56:20 -05:00
vendor Adds Jaeger as a tracing implementation 2019-03-27 16:51:17 +01:00
web delete old website files, fix license in package.json 2019-03-18 21:23:40 -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 docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08: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
.ruby-version Set Ruby version for netlify.com. 2017-09-20 20:46:00 -07:00
.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 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 Overhaul the Dockerfiles 2019-03-05 10:29:23 -08: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
bootstrap.sh Updating chromedriver dependencies and pinning chromium version 2019-03-04 15:35:32 -08: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 staticcheck: vttablet packages 2019-03-07 11:44:45 -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