intake
Data catalog, search and load
What it is and what it does
Intake is a data access abstraction layer that lets you describe datasets declaratively—via YAML or Python—and organize them into searchable catalogs. Instead of scattering data-loading logic throughout your code, you define data sources once and reference them by name. It handles the mechanics of connecting to remote storage (S3, GCS, etc.), parsing different formats, and optionally transforming data on load.
The package is built on fsspec for filesystem abstraction, pyyaml for configuration, networkx for dependency graphs, and platformdirs for configuration storage. It's designed for teams sharing datasets and for workflows where reproducibility and data provenance matter. You can search catalogs, load data into memory or stream it, and chain transformations—all without writing custom I/O code for each data source.
Use it for:
- Define a shared data catalog in YAML so team members load datasets by name instead of hardcoding paths or credentials.
- Discover and load datasets from a central repository without knowing their exact format or storage location.
- Build reproducible data pipelines by versioning and referencing datasets through a catalog rather than file paths.
- Integrate data from multiple remote sources (cloud storage, APIs, databases) under a unified interface.
- Automate data loading and transformation workflows for machine learning or scientific computing projects.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Intake provides a declarative data catalog system for describing, discovering, and loading datasets from multiple sources and formats, with support for remote storage and compute platforms.
Yes, if you work with multiple data sources or share datasets across a team. Intake reduces boilerplate and centralizes data access logic. However, note the active security advisory (GHSA-37g4-qqqv-7m99) and verify it does not affect your use case before deploying to production. The plugin ecosystem may require additional dependencies for your specific data sources.
Install
intake on PyPI
pip
pip install intakeuv
uv add intakepoetry
poetry add intakeInstalling intake
Before you install
Low install friction with a pure-Python wheel and four runtime dependencies (fsspec, pyyaml, platformdirs, networkx). Maintenance status is active with a recent release.
License in practice
MIT license permits commercial and private use with minimal restrictions; you must include the license text in distributions.
Quickstart
pip install intake
import intake
# Load a data source from a catalog or direct specification
data = intake.open_csv('file.csv')
Requires Python 3.10 or later. Specific data drivers and plugins may require additional dependencies beyond the base install.
Verify before relying
- Whether GHSA-37g4-qqqv-7m99 affects your intended use case and whether a patch is available.
- Whether the package's plugin/driver ecosystem is mature enough for your data source types.
- Performance characteristics when working with large catalogs or remote datasets.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — fsspec, pyyaml, platformdirs, networkx |
| Maintenance | actively maintained — 158 days since the last release |
| First released | |
| Downloads | 1,351,173/month — #4,016 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | 1 — GHSA-37g4-qqqv-7m99 |
Evidence: intake-2.0.9-py3-none-any.whl
Tags
More Database packages
psycopg2-binary is a PostgreSQL database…
copyleft · top 1,000 on PyPI
redisPython client library for connecting to and…
permissive · top 1,000 on PyPI
ydbYDB Python SDK is the official client library…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
sqlparsesqlparse tokenizes SQL text into a tree of…
permissive · top 1,000 on PyPI
dbt-adaptersProvides base adapter protocols and shared…
permissive · top 1,000 on PyPI
dltdlt automates extraction, schema inference, and…
permissive · top 5,000 on PyPI
acryl-datahubDataHub's ingestion framework and CLI for…
permissive · top 5,000 on PyPI
petlpetl extracts, transforms, and loads tables of…
permissive · top 5,000 on PyPI
odc-stacConverts STAC (SpatialTemporal Asset Catalog)…
unclear · top 15,000 on PyPI
constructConstruct is a declarative parser and builder…
permissive · top 5,000 on PyPI
unitycatalog-clientProvides async Python bindings to the Unity…
permissive · top 5,000 on PyPI
pystac-ext-tableExtends PySTAC to describe tabular data assets…
permissive · top 5,000 on PyPI
openmetadata-ingestionOpenMetadata Ingestion is a framework for…
unclear · top 15,000 on PyPI
exasol-error-reportingDefines and structures Exasol error messages…
permissive · top 15,000 on PyPI
google-cloud-datacatalogA Python client library for Google Cloud Data…
permissive · top 1,000 on PyPI