close
The Wayback Machine - https://web.archive.org/web/20190821122328/https://github.com/github/vitess-gh
Skip to content
Vitess is a database clustering system for horizontal scaling of MySQL.
Go Python Java TypeScript Shell Smarty Other
Branch: master
Clone or download
Pull request Compare This branch is 2 commits ahead, 55 commits behind vitessio:master.
shlomi-noach Merge pull request #9 from vitessio/master
Update vitess-gh from upstream/HEAD
Latest commit fdf3220 Aug 14, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .github
Image config
Image data/test
Image doc
Image docker
Image examples
Image go
Image helm
Image java add the vstream method to the VTGateConnection as well Jul 30, 2019
Image misc
Image proto
Image py migrater: add more fields to Journal Aug 4, 2019
Image test
Image third_party/py Merge pull request vitessio#3809 from michael-berlin/delete_mysql_patch Apr 8, 2018
Image tools
Image travis
Image vagrant-scripts
Image vendor Update vendored GCS client version (vitessio#5047) Aug 5, 2019
Image web Merge pull request vitessio#4878 from luky-pc/feature/add-space May 25, 2019
Image .codeclimate.yml
Image .dockerignore Add action to create deb/rpm packages Jun 26, 2019
Image .gitignore ignore .vscode files Oct 29, 2018
Image .gitmodules
Image .travis.yml Bump Go versions and use '.x' to always get latest minor versions Oct 28, 2018
Image ADOPTERS.md Add Pinterest to ADOPTERS.md Mar 22, 2019
Image CODE_OF_CONDUCT.md
Image CONTRIBUTING.md Change http to https for security links Feb 16, 2019
Image DCO Add git hook to check for DCO signoff. Mar 1, 2018
Image Dockerfile Re-add "Dockerfile" for base image in the root of our repository. Apr 14, 2017
Image GOVERNANCE.md Mass-replace youtube/vitess -> vitessio/vitess. Mar 5, 2018
Image GUIDING_PRINCIPLES.md
Image LICENSE
Image MAINTAINERS.md fix mismatched parens Feb 27, 2019
Image Makefile
Image README.md Grammar tweak Mar 8, 2019
Image Vagrantfile
Image azure-pipelines.yml Initial Setup of azure-pipeline to run CI on Azure Jun 21, 2019
Image bootstrap.sh fix filename in message! Aug 13, 2019
Image build.env Added the ability to build without tests Dec 23, 2018
Image dev.env
Image test.go Using const() defines constants together Apr 21, 2019

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.

Security

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status

You can’t perform that action at this time.