alibaba/druid
阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池 observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 95
- Release rhythm 42
- 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: 5417
- days_rel: 176
- days_push: 32
- n_releases_24m: 1
Adoption not part of the score
28179 stars · 8561 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Alibaba Druid is a high-performance JDBC database connection pool for Java that integrates SQL parsing, SQL firewall protection, and real-time monitoring statistics. It includes a pluggable filter-chain architecture, a web monitoring console, and Spring Boot starters for easy integration.
Use cases
- pool jdbc connections in a java application
- monitor sql execution and connection pool health
- parse and analyze sql statements into an ast
- block sql injection attacks with a sql firewall
- log and profile slow queries
- encrypt database credentials in configuration
- load balance across multiple datasources with failover
When to choose
- you need a battle-tested jdbc connection pool with built-in monitoring
- you want sql parsing, firewall, and statistics in one library
- you use spring boot and want drop-in datasource integration
- you need multi-datasource high availability with health checks
When to avoid
- you use a non-jvm language
- you prefer a minimal pool like hikaricp without extra features
- you need reactive/r2dbc connection pooling
- you want a vendor-neutral pool with no alibaba ecosystem ties
Facets
library · maturity stable
database monitoring parser security middleware databases developer-tools monitoring web-development jvm connection-pool jdbc sql-parser sql-firewall spring-boot-starter database-monitoring spring
2 sources
- readme: https://github.com/alibaba/druid · fetched 2026-08-28 · 922ecbaf5157
- homepage: https://github.com/alibaba/druid/wiki · fetched 2026-08-29 · 26b9fb2cb96e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alibaba/druid | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem