Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart c6db0b6037 Not installing virtualenv for travis, conflicts with the one we install. 2016-01-22 13:29:46 -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 Make MySQL users and privileges configurable. 2015-11-10 11:41:24 -08:00
data/test tabletserver: insert...select must lock rows 2016-01-08 16:31:08 -08:00
doc Merge pull request #1445 from thompsonja/update_k8s_scripts 2016-01-14 17:15:58 -08:00
docker Fixing docker and travis builds, hopefully. 2016-01-22 13:29:46 -08:00
examples php: Run formatter for PSR-2 style. 2016-01-21 18:08:01 -08:00
go Merge pull request #1456 from michael-berlin/discovery_fixes 2016-01-21 18:27:13 -08:00
java java/grpc-client: Imports reordered by Eclipse save action in one file. 2016-01-09 00:11:07 +01:00
misc Updating comment. 2015-12-16 07:52:43 -08:00
php php: Run formatter for PSR-2 style. 2016-01-21 18:08:01 -08:00
proto Removing KeyspaceIdType from StreamKeyRange queries. 2015-12-04 15:51:24 -08:00
py Pass kwargs through from the VtGate cursor to the VtGateConnection 2016-01-16 07:54:17 -08:00
test worker: Rename flag "worker_retry_delay" to "worker_healthcheck_retry_delay". 2016-01-19 15:43:43 -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 Fixing docker and travis builds, hopefully. 2016-01-22 13:29:46 -08:00
vitess.io vitess.io: Add Google Custom Search box. 2015-11-01 22:56:31 -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
.travis.yml Not installing virtualenv for travis, conflicts with the one we install. 2016-01-22 13:29:46 -08:00
CONTRIBUTING.md Simplify instructions for contributing and deprecate createcl. 2014-10-17 19:56:20 -07: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 Fix make unit_test_race such that it fails in case of errors. 2015-11-22 17:35:22 -08:00
README.md Fix links to renamed VTGateV3.md 2015-12-03 13:54:41 -08:00
bootstrap.sh Fixing docker and travis builds, hopefully. 2016-01-22 13:29:46 -08:00
composer.json php: Make client conform to Autoloading Standard (PSR-4). 2016-01-21 18:00:04 -08:00
composer.lock composer.json and client.php updates - php tests should be working now 2016-01-13 23:21:53 +01:00
dev.env Update scripts for latest grpc, 0.12. 2016-01-22 13:29:46 -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.