Ross ROSS = Recommend OSS · open-source software intelligence for agents

alibaba/druid

阿里云计算平台DataWorks(https://help.aliyun.com/document_detail/137663.html) 团队出品,为监控而生的数据库连接池 observed · 2026-08-28

github.com/alibaba/druid · homepage · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
alibaba/druidmain77

For agents

markdown · JSON · MCP: product_card(name="alibaba/druid")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem