Mycat
None observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 83
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4290
- days_rel: n/a
- days_push: 107
- n_releases_24m: 0
Adoption not part of the score
9514 stars · 3805 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MyCAT is an open-source database middleware written in Java that acts as a distributed MySQL cluster proxy, providing sharding, read/write splitting, and transparent scaling of backend databases. It presents itself to clients as a MySQL-compatible server, letting applications migrate from single-node databases to a distributed setup with minimal changes.
Use cases
- shard a large MySQL table across multiple database nodes
- set up read/write splitting for a MySQL cluster
- replace an expensive Oracle cluster with an open-source distributed database
- scale a single-node MySQL database horizontally without changing application code
- route SQL queries to the correct backend database shard
- migrate a stand-alone database to a cloud/distributed architecture
When to choose
- you need transparent MySQL sharding or read/write splitting behind a MySQL-protocol proxy
- you want to scale out an existing MySQL application with minimal code changes
- you need an open-source alternative to commercial database clusters
When to avoid
- you need a fully supported, actively developed solution - the 1.6 line has known bugs (batch inserts, multi-statement SQL) and development is largely volunteer maintenance
- you want a modern distributed SQL database rather than middleware in front of MySQL
- your workload relies on features MyCAT 1.6 does not support, such as multiple statements in one SQL
Facets
service · maturity maintenance
database middleware routing caching databases microservices big-data backend jvm self-hosted database-middleware mysql-proxy sharding read-write-splitting database-cluster linux docker
1 source
- readme: https://github.com/MyCATApache/Mycat-Server · fetched 2026-08-28 · e24c321f4e8b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| MyCATApache/Mycat-Server | main | 60 |
| MyCATApache/Mycat-doc | docs | 32 |
For agents
markdown · JSON · MCP: product_card(name="MyCATApache/Mycat-Server")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem