Blog

Showing 1 post tagged with 'parquet'

Building a Parquet-backed data API, end to end

June 19, 2026

An HTTP API over a single Parquet file: polars scan_parquet per request, tests that never touch the real data, and a Railway deploy. Plus a follow-up to my last post, where the page cache that makes local reads fast turns out to be billed as memory.

Read →