How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

DuckDB and Hugging Face: Querying Datasets Directly

calendar_today September 25, 2026 person The DuckDB team domain duckdb

Hugging Face is where much of the machine learning community publishes and finds its datasets, while DuckDB is the in-process analytical database that queries files like CSV and Parquet directly, with no server or warehouse to install or run. Did you know that, since DuckDB v0.10.3 (released on May 22, 2024), you can point a SELECT at a dataset on the Hugging Face Hub , using the DuckDB hf:// protocol, and query it, without downloading it first? This post covers how that integration works and the use cases it fits.

open_in_new Read original post