Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Anthony Yeh ca2e7b7068 Merge pull request #1137 from enisoc/java-client
Add Cursor to new Java client and use SQLException
2015-09-24 18:42:43 -07:00
Godeps Get rid of directory-specific .gitignores in favor of a single global .gitignore 2015-09-17 15:48:55 -07:00
config Now mysql port is a int32, to be consistent with other places. 2015-08-11 18:21:54 -07:00
data sqlparser: special handling for DUAL 2015-09-04 15:17:06 -07:00
doc Fixing a few vtcombo-related things: 2015-09-24 10:44:41 -07:00
docker test.go: Explicitly remove cleanup docker container. 2015-08-24 15:40:54 -07:00
examples Merge remote-tracking branch 'upstream/master' 2015-09-22 18:35:51 -07:00
go java: Add Cursor to new Java client and use SQLException. 2015-09-24 15:24:06 -07:00
java java: Add CursorTest. 2015-09-24 16:40:37 -07:00
misc Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
php Change PHP BsonP3 client to point at the correct server endpoints 2015-09-15 14:32:24 -07:00
proto Remove RPCError from proto3 responses where it's unused 2015-09-17 15:15:59 -07:00
py The query rules are not a global variable any more. 2015-09-24 10:44:41 -07:00
test Fixing a few vtcombo-related things: 2015-09-24 10:44:41 -07:00
third_party Vendored the Python mock library 2015-06-25 22:51:53 -07:00
tools Detect flaky unit tests based on their suffix _flaky_test.go. 2015-08-30 22:28:14 -07:00
travis travis: Fix URLs to MariaDB packages. 2015-09-11 14:45:17 -07:00
vitess.io Migrate site to use SASS instead of LESS. SASS is a CSS preprocessing language. Using SASS lets us remove a JS file dependency, so there could be a slight latency improvement for end users. This change also combines two style sheets to one, also possibly yielding a slight latency improvement. The template change widens the area in which the title can display in the masthead to around 75% of the page width. This is basically to increase the likelihood that the title does not wrap to a second line. 2015-09-24 11:00:27 -04:00
web/vtctld web/vtctld: Fix typo. 2015-08-19 00:19:37 -07:00
.dockerignore Add test-runner script for integration tests in Docker. 2015-04-21 20:12:20 -07:00
.gitignore Get rid of directory-specific .gitignores in favor of a single global .gitignore 2015-09-17 15:48:55 -07:00
.travis.yml Make Travis cache the entire grpc/lib folder 2015-09-23 16:00:50 -07:00
CONTRIBUTING.md Simplify instructions for contributing and deprecate createcl. 2014-10-17 19:56:20 -07:00
Dockerfile Remove old files when building Docker image. 2015-04-24 00:58:04 -07:00
LICENSE Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Makefile Adding build dependency to unit_test, as it needs mysqlctl. 2015-09-22 09:40:39 -07:00
README.md Github front page: Remove coverage button. 2015-08-24 16:04:40 -07:00
bootstrap.sh bootstrap.sh: Restore Go 1.3 compability. 2015-08-06 14:51:46 -07:00
dev.env Fix dev.env for global gRPC installs 2015-09-23 15:58:59 -07:00
index.md Update site UI, left nav menus, home page. Switch to bootstrap framework, etc. 2015-09-09 01:01:07 -04:00
preview-site.sh publish index.md in root dir on vitess.io 2015-03-04 15:59:41 -08:00
publish-site.sh Check for unconverted Markdown lists after running Jekyll. 2015-05-11 14:45:41 -07:00
replace_doc_link.py replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
test.go test.go: Don't crash if stats contains tests that aren't in config. 2015-09-22 17:17:17 -07: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.