# DuckDB

> In-process OLAP database

**Category:** Databases  
**Pricing:** open-source  
**URL:** https://duckdb.org  
**GitHub:** https://github.com/duckdb/duckdb  
**Added:** 2026-08-19

---

## The Hook

DuckDB is SQLite for analytics—fast, embedded, and serverless.

## What's Good

Analytics queries run locally without a server. Parquet, CSV, and JSON import just works. The SQL dialect is comprehensive. Integration with Python and R is seamless.

## The Catch

Not for OLTP workloads—it is analytics-focused. Single-node limits apply. Less ecosystem than traditional databases.

## Verdict

Local analytics that just works.
