Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Yossi 18215596b6 Update README.md 2016-04-07 10:18:17 +03:00
Godeps Get rid of directory-specific .gitignores in favor of a single global .gitignore 2015-09-17 15:48:55 -07:00
config Support semi-sync without async fallback. 2016-02-24 10:12:47 -08:00
data/test v3: keyspace name qualifier support 2016-03-29 00:55:51 -07:00
doc Fix link to k8s getting started guides. 2016-03-18 10:18:13 -07:00
docker Removing python bson library. 2016-03-16 09:19:27 -07:00
examples Merge branch 'suguwork' into sequence 2016-03-17 00:56:16 -07:00
go Return an error when tx buffer is full and another request tries to buffer 2016-03-30 16:04:15 -07:00
java Integrated the new SplitQuery RPC into Vitess. 2016-03-28 16:52:34 -07:00
misc Updating comment. 2015-12-16 07:52:43 -08:00
php php: Prepare for SplitQueryV2 migration. 2016-03-30 12:19:24 -07:00
proto Integrated the new SplitQuery RPC into Vitess. 2016-03-28 16:52:34 -07:00
py Integrated the new SplitQuery RPC into Vitess. 2016-03-28 16:52:34 -07:00
test Change resharding.py test to use a sharding key column that isn't keyspace_id 2016-03-22 12:45:38 -07:00
third_party Removing python bson library. 2016-03-16 09:19:27 -07:00
tools proto-gen-php: Update link to PHP proto compiler. 2016-03-30 13:17:46 -07:00
travis OSX compatibility with grpc 0.13 integration 2016-03-05 09:25:42 +01:00
vitess.io vitess.io: Add links to blog.vitess.io. 2016-03-01 17:15:35 -08:00
web/vtctld Removing unused GetEndPoints vtctld API. 2016-01-06 09:59:05 -08:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore backup: Use GCS backup in Kubernetes example. 2015-10-21 16:19:36 -07:00
.pullapprove.yml pullapprove: Allow :lgtm: anywhere. 2016-03-14 15:41:04 -07:00
.travis.yml Removing python bson library. 2016-03-16 09:19:27 -07:00
CONTRIBUTING.md Add CLA info to Contributing doc. 2016-01-29 16:06:17 -08:00
Dockerfile docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08:00
Dockerfile.mariadb docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08:00
Dockerfile.percona Add Docker images for Percona Server. 2016-03-04 15:48:34 -08:00
LICENSE Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Makefile Removing all bson encoding. 2016-03-16 12:30:02 -07:00
README.md Update README.md 2016-04-07 10:18:17 +03:00
bootstrap.sh Removing python bson library. 2016-03-16 09:19:27 -07:00
composer.json Update to gRPC 0.13. 2016-02-27 02:31:03 -08:00
composer.lock Update to gRPC 0.13. 2016-02-27 02:31:03 -08:00
dev.env travis/install_grpc: Remove unnecessary commands. 2016-03-01 22:38:23 -08:00
index.md Removing a couple more mentions of bson. 2016-03-16 09:42:59 -07:00
phpunit.xml composer.json moved to project root -> dependencies update 2016-01-13 22:36:35 +01:00
preview-site.sh publish index.md in root dir on vitess.io 2015-03-04 15:59:41 -08:00
publish-site.sh publish-site: Ignore vendored files in HTML checks. 2015-10-22 12:53:12 -07:00
replace_doc_link.py replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
test.go second attempt at chmod fix 2016-03-01 22:44:03 -08:00

README.md

Build Status codebeat Go Report Card

Vitess

Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware. It combines many important features of MySQL with the scalability of a NoSQL database.

It's been actively developed since 2011, and is currently used as a fundamental component of YouTube's MySQL infrastructure, serving thousands of QPS per server. If you want to find out whether Vitess is a good fit for your project, please visit vitess.io.

There are a couple of videos from sougou that you can watch: a short intro prepared for Google I/O 2014 and a more detailed presentation from @Scale '14.

Documentation

Intro

Using Vitess

Reference

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

Subscribe to vitess-announce@googlegroups.com for low-frequency updates like new features and releases.

License

Unless otherwise noted, the vitess source files are distributed under the BSD-style license found in the LICENSE file.