Meituan-Dianping/Zebra
美团点评集团统一使用的MySQL数据库访问层的中间件。主要提供对业务开发透明、读写分库、分库分表能力,并提供了端到端SQL监控的集成方案。 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: 3666
- days_rel: n/a
- days_push: 1365
- n_releases_24m: 0
Adoption not part of the score
2761 stars · 707 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Zebra is Meituan-Dianping's JDBC-based database access layer middleware for MySQL, providing transparent read-write splitting and database/table sharding. It includes centralized configuration management, multi-datasource support, async requests, and end-to-end SQL monitoring integration with the CAT platform.
Use cases
- shard mysql tables transparently for a java application
- add read-write splitting to a mysql-backed service
- scale a mysql database across multiple shards without changing business code
- monitor sql queries end to end with cat
- manage multiple dynamic datasources in a spring/mybatis app
- migrate a single-database app to a sharded setup
When to choose
- you run mysql on the jvm and need sharding or read-write splitting with minimal code changes
- you want integrated sql monitoring and centralized config management
- you use mybatis and want async dao extensions
When to avoid
- you use postgresql or a non-jvm stack
- you want a proxy-based sharding solution rather than a client library
- you need a project with frequent recent releases
Facets
library · maturity maintenance
database database-driver monitoring routing middleware databases backend developer-tools monitoring jvm cross-platform mysql read-write-splitting database-sharding jdbc mybatis dynamic-datasource sql-monitoring cat
1 source
- readme: https://github.com/Meituan-Dianping/Zebra · fetched 2026-08-28 · d8409a7b37bc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Meituan-Dianping/Zebra | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="Meituan-Dianping/Zebra")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem