Meituan-Dianping/DBProxy
None observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3535
- days_rel: n/a
- days_push: 3162
- n_releases_24m: 0
Adoption not part of the score
2268 stars · 554 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
DBProxy is a MySQL-protocol database middleware developed by Meituan-Dianping's DBA team, forked from Qihoo 360's Atlas with bug fixes and added features. It provides read/write splitting, replica load balancing, sharding, IP filtering, and monitoring for MySQL (Percona) 5.5/5.6 deployments.
Use cases
- split mysql reads and writes across replicas
- load balance queries across mysql slave servers
- shard large mysql tables transparently
- remove failed mysql backends automatically
- filter sql queries and client ips in front of mysql
- monitor mysql proxy traffic and performance
When to choose
- you run mysql 5.5/5.6 and need transparent read/write splitting and failover
- you want a battle-tested proxy already used at scale in production
- you need sql filtering, ip whitelisting, and rich monitoring at the proxy layer
When to avoid
- you use mysql 5.7 or 8.0, which are not supported
- you need an actively developed project - the latest release dates to 2018
- you prefer modern alternatives like ProxySQL or Vitess with larger communities
Facets
service · maturity maintenance
database routing load-testing monitoring middleware databases backend developer-tools c self-hosted mysql-proxy read-write-splitting sharding database-middleware atlas-fork linux
1 source
- readme: https://github.com/Meituan-Dianping/DBProxy · fetched 2026-08-28 · 96b26785ed0d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Meituan-Dianping/DBProxy | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Meituan-Dianping/DBProxy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem