Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Maggie Zhou f2afcd25d5 Get rid of the pull_backend.go
Fix tests to use the new metric names.
Fix tests that expected gauges and not counters. (more to come on this
thing, but these were the tests that indicated gauges early)
Fix the `Set()` implementation for GaugesWithMultiLabels.

Signed-off-by: Maggie Zhou <mzhou@slack-corp.com>
2018-04-20 16:51:46 -07:00
config Do not send to bin log init.db DDL's 2018-04-13 13:28:37 -07:00
data/test add vtexplan case for shard targeted delete with single round trip 2018-04-13 09:23:29 -07:00
doc Fixed the ACID Isolation explantion and a typo. 2018-04-20 20:37:01 +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 Get rid of the pull_backend.go 2018-04-20 16:51:46 -07:00
helm Mass-replace youtube/vitess -> vitessio/vitess. 2018-03-05 07:37:17 -08:00
java Merge pull request #3694 from HubSpot/batch-upsert-generated-keys 2018-03-13 08:05:03 -07: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 Bump nokogiri gem 2018-03-22 13:21:22 +01: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
.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 doc: add Axon as user 2017-09-11 09:43:36 -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
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