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

DuckDB

DuckDB is an analytical in-process SQL database management system observed · 2026-08-28

github.com/duckdb/duckdb · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 94
  • 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: 27
  • age_days: 2990
  • days_rel: 42
  • days_push: 7
  • n_releases_24m: 22

Full methodology

Adoption not part of the score

40675 stars · 3620 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

DuckDB is an in-process analytical SQL database management system (OLAP) written in C++, designed to be fast, portable, and easy to embed. It offers a rich PostgreSQL-inspired SQL dialect, direct querying of CSV, JSON, Parquet, and Iceberg files, and client libraries for Python, R, Java, Node.js, Rust, Go, and WebAssembly.

Use cases

  • run analytical SQL queries on local CSV and Parquet files
  • embed an OLAP database in a Python data science workflow
  • query pandas or R data frames with SQL
  • process large datasets on a laptop without a database server
  • read and write Apache Iceberg lakehouse tables
  • run SQL in the browser via WebAssembly
  • replace SQLite for analytics-heavy workloads

When to choose

  • you need fast analytical (OLAP) queries over local or object-storage files
  • you want an embedded database with no server to manage
  • you need SQL over Parquet, CSV, JSON, or Iceberg data
  • you want a rich SQL dialect with window functions and complex types

When to avoid

  • you need a high-concurrency transactional (OLTP) database for a web app backend
  • you need multi-client network access to a shared database server
  • you need horizontal scaling across a cluster

Facets

library · maturity stable

database search-engine cli data-science etl databases data-science analytics big-data windows python cpp rust go jvm wasm cli cross-platform olap sql embedded-database in-process parquet csv lakehouse columnar data-engineering linux macos nodejs

10 sources

Member repositories

RepositoryRoleHealth v2
duckdb/duckdbmain97
duckdb/duckdb-wasmsdk79

For agents

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

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