XiaoMi/Gaea
Gaea is a mysql proxy, it's developed by xiaomi b2c-dev team. observed · 2026-08-28
Health v2 · maintenance only
55/100
- Activity 72
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2660
- days_rel: 712
- days_push: 168
- n_releases_24m: 1
Adoption not part of the score
2765 stars · 450 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Gaea is a MySQL-protocol database middleware proxy developed by Xiaomi's B2C dev team. It provides sharding (database and table partitioning), SQL routing, read-write splitting, and multi-tenant management, compatible with MyCat and Kingshard routing schemes.
Use cases
- shard mysql tables across multiple databases
- split mysql reads and writes across replicas
- proxy mysql connections with load balancing
- manage multi-tenant mysql clusters
- route sql queries to correct shards
- filter and intercept sql statements
- monitor slow sql queries
When to choose
- you need transparent mysql sharding without changing application code
- you want read-write splitting with replica load balancing
- you need multi-tenant mysql proxying with hot config reload
- you want mycat or kingshard compatible routing
When to avoid
- you use a database other than mysql
- you need distributed transactions, which are still on the roadmap
- you prefer built-in database sharding like vitess-managed clusters or cloud-native solutions
Facets
service · maturity active
database middleware routing caching monitoring databases backend microservices self-hosted go self-hosted mysql-proxy sharding read-write-splitting sql-routing database-middleware multi-tenant linux docker
1 source
- readme: https://github.com/XiaoMi/Gaea · fetched 2026-08-28 · 85c664eff7a8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| XiaoMi/Gaea | main | 55 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem