Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Anthony Yeh 1126df44cc php: Fix zero-length edge case in RowValues(). 2016-02-29 21:56:27 -08: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 Revert "tabletserver: insert...select must lock rows" 2016-02-03 20:30:02 -08:00
doc OS X compatibility, brew un/link protobuf automatized in bootstrap.sh 2016-01-31 22:44:27 +01:00
docker docker/bootstrap: Build gRPC PHP plugin from gRPC sources. 2016-02-27 02:31:07 -08:00
examples examples/local: Start/stop vttablet/mysqld in parallel. 2016-02-29 15:09:03 -08:00
go Merge pull request #1532 from michael-berlin/vtworker_webinterface_errors 2016-02-29 18:33:49 -08:00
java Fix missing checkedGet() calls in Java example client. 2016-02-29 14:38:02 -08:00
misc Updating comment. 2015-12-16 07:52:43 -08:00
php php: Fix zero-length edge case in RowValues(). 2016-02-29 21:56:27 -08:00
proto vttablet: Added "qps" field to healthcheck message. 2016-02-01 17:10:46 -08:00
py Common function from proto3_encoding in grpc update stream client. 2016-02-29 09:26:52 -08:00
test Fixes for new semi-sync handling. 2016-02-27 03:22:54 -08:00
third_party Upgrade to ZooKeeper 3.4.6. 2015-11-02 20:45:43 -08:00
tools php: Generate protos that work with Autoloading Standard (PSR-4). 2016-01-21 17:58:37 -08:00
travis Update MariaDB version in Travis. 2016-02-27 02:31:07 -08:00
vitess.io Add CoreOS Meetup slides. 2016-01-28 16:36:48 -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 Add Pull Approve config. 2016-02-01 14:33:42 -08:00
.travis.yml docker/bootstrap: Build gRPC PHP plugin from gRPC sources. 2016-02-27 02:31:07 -08: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
LICENSE Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Makefile Fixing make proto rules for new paths. 2016-01-22 14:28:53 -08:00
README.md Fix links to renamed VTGateV3.md 2015-12-03 13:54:41 -08:00
bootstrap.sh Update to gRPC 0.13. 2016-02-27 02:31:03 -08: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 move large scale end2end tests to new folder 2016-02-04 11:38:01 -08:00
index.md Update site UI, left nav menus, home page. Switch to bootstrap framework, etc. 2015-09-09 01:01:07 -04: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 docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08:00

README.md

Vitess

Build Status

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.