2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00
2026-02-17 22:48:15 +01:00

parquet-proxy-odata

A proxy that allows you to query OData API's as Parquet with accurate type conversion and basic caching.

Getting started

# Install dependencies
uv sync

# Start the proxy
uv run fastapi dev parquet-proxy-odata/app.py

# Use the proxy
duckdb <<EOF
set force_download=True;
select * from read_parquet("http://127.0.0.1:8000/datasets?url=https://opendata.cbs.nl/ODataApi/odata/85828NED/TypedDataSet");
EOF
S
Description
A proxy that allows you to query OData API's as Parquet with accurate type conversion and basic caching.
Readme
64 KiB
Languages
Python 98.9%
Just 1.1%