logoalt Hacker News

vovaviliyesterday at 8:04 PM2 repliesview on HN

This makes more sense. I still wonder if the author isn't just effectively recreating Apache Iceberg manually here.


Replies

tamndtoday at 10:47 AM

I intentionally kept it lightweight. Just Parquet files + simple partitioning + commits on Hugging Face. That already covers most of what I need, without introducing a heavier stack or extra dependencies.

Also, I wanted something that is easy to consume anywhere. With this setup, you can point DuckDB or Polars directly at the data and start querying, no catalog or special tooling required.

tomrodyesterday at 8:05 PM

Are they paying for the repo space, I wonder?

show 1 reply