Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane a14b21cb33
Merge pull request #3848 from tinyspeck/on-dup-shard-key
Insert on duplicate key query support enhancement
2018-05-09 07:35:36 -07:00
config Do not send to bin log init.db DDL's 2018-04-13 13:28:37 -07:00
data/test Merge pull request #3848 from tinyspeck/on-dup-shard-key 2018-05-09 07:35:36 -07:00
doc fixed link sytax, added pt-osc 2018-05-01 04:09:03 +00:00
docker docker: add vtworker Dockerfile 2018-04-16 17:35:56 -06:00
examples add local etcd test env 2018-04-18 10:36:41 +08:00
go Merge pull request #3848 from tinyspeck/on-dup-shard-key 2018-05-09 07:35:36 -07:00
helm Merge pull request #3710 from gflarity/fix_vtgate_helm_tpl 2018-05-01 17:09:46 -07:00
java add support for BIGINT UNSIGNED <--> java.math.BigInteger 2018-04-19 09:20:51 -04:00
misc Prompt to add DCO signoff in git hook. 2018-03-05 12:41:16 -08:00
proto mysqlctl: Execute RefreshConfig remotely if requested. 2018-02-02 21:10:24 -08:00
py py: Fix pylint errors. 2018-04-08 16:46:20 -07:00
test Merge pull request #3811 from michael-berlin/docker_web_fix 2018-04-09 09:43:12 -07:00
third_party/py Merge pull request #3809 from michael-berlin/delete_mysql_patch 2018-04-08 13:55:50 -07:00
tools dev.env: Fix all shellcheck linter errors. 2018-04-09 13:01:21 -07: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
vendor Support gRPC compression using Snappy 2018-04-10 17:39:41 -07:00
vitess.io Add JD.com to the list of adopters 2018-04-19 21:39:51 -07:00
web Fixing vtctld tablets URL. 2017-11-15 14:20:20 -08: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 Add make release task 2018-03-09 20:01:59 +01:00
.gitmodules php: drop php client 2017-12-05 19:37:09 -08:00
.pullapprove.yml Removing non-collaborators from pullapprove config. 2017-12-05 09:19:13 -08:00
.ruby-version Set Ruby version for netlify.com. 2017-09-20 20:46:00 -07:00
.travis.yml Update Travis config for custom Go import path. 2018-02-27 13:50:50 -08:00
ADOPTERS.md Add JD.com to the list of adopters 2018-04-19 21:39:51 -07:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2018-01-30 13:32:05 -08:00
CONTRIBUTING.md Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08: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
Makefile Makefile: Reduce number of concurrent tests from 4 to 2 for "make docker_bootstrap_test". 2018-04-10 17:11:27 -07:00
README.md doc(readme): add license scan status and report 2018-03-27 18:41:28 -07:00
bootstrap.sh bootstrap.sh: Do no longer manually add the gRPC directory to PYTHONPATH. 2018-04-09 13:01:21 -07:00
dev.env dev.env: Fix all shellcheck linter errors. 2018-04-09 13:01:21 -07:00
test.go Update scripts for new directory structure. 2018-02-27 12:39:30 -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.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status