Vitess has 16 repositories available. Follow their code on GitHub.
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Name Last commit message Last commit date Latest commit rohit-nayak-ps Split workflow with flaky vdiff2 e2e test. Skip flaky Migrate test. (#… Jun 6, 2025 2520f7f·Jun 6, 2025 History 34,682 Commits .github Split workflow with flaky vdiff2 e2e test. Skip flaky Migrate test. (#… ...
dependencies { compile'com.github.vitess:rxbus:2.0.3'annotationProcessor'com.github.vitess:rxbus-compiler:2.0.3'} 开发版本的快照可从Sonatype's snapshots repository中找到。 使用 在类的初始化处使用RxBus.register注册,并在类销毁的地方使用RxBus.unregister注销。注册后的类中的方法即可使用@Subscribe注释标记,...
CONTRIBUTING.md DCO Dockerfile GITHUB_SELF_HOSTED_RUNNERS.md GOVERNANCE.md GUIDING_PRINCIPLES.md LICENSE MAINTAINERS.md Makefile README.md SECURITY.md SEVERITY.md STEERING.md VitessSpectrum.png bootstrap.sh build.env codecov.yml dev.env go.mod go.sum sonar-project.properties test.goBreadcrumbs...
. Trying it out Vitess is not entirely ready for unsupervised use yet. Some functionality is still under development, APIs may change, and parts of the code are undocumented. However, if you feel adventurous, you're more than welcome to try it. We know that there are some rough edges, ...
Using Vitess Getting Started On Kubernetes. From the ground up. Architecture: all Vitess tools and servers. Reparenting: performing master failover. Resharding: adding more shards to your cluster. Schema management: managing your database schema using Vitess. Reference General Concepts Topology Service...
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...
vitess provides servers and tools which facilitate scaling of MySQL databases for large scale web services. - learsu/vitess
3,304 Commits config data doc go java misc py test third_party .gitignore LICENSE Makefile README.markdown bootstrap.sh dev.env README BSD-3-Clause license Vitess Vitess is a set of servers and tools meant to facilitate scaling of MySQL databases for the web. It's been developed since...