1 مستودع
Systems that coordinate complex database operations like resharding and failovers across a cluster.
Distinct from MySQL Integrations: Closest candidates are about driver integration, not the orchestration of the cluster state
Explore 1 awesome GitHub repository matching data & databases · Database Orchestrators. Refine with filters or upvote what's useful.
Vitess is a distributed MySQL orchestrator and clustering system designed for horizontal database scaling. It functions as sharding middleware that distributes data and load across multiple MySQL instances to handle growth beyond the capacity of a single machine. The system provides a proxy layer that abstracts data distribution, allowing applications to query a cluster as a single logical database without knowing the physical location of the data. This is achieved through a routing mechanism that intercepts queries and directs them to the appropriate shards based on keyspace mappings. The p
Functions as a management layer that coordinates atomic cutovers and resharding processes for MySQL clusters.