6 ms·
R2 is S3 compatible with no egress fees. Cloudflare actually has built in iceberg support for R2 buckets. It's quite nice. Combine that with their pipelines i
by theultdev 11mo ago
R2 is S3 compatible with no egress fees.
Cloudflare actually has built in iceberg support for R2 buckets. It's quite nice.
Combine that with their pipelines it's a simple http request to ingest, then just point duckdb to the iceberg enabled R2 bucket to analyze.
- greatNespresso 11mo agoWas about to jump in to say the same thing. R2 is a much cheaper alternative to S3 that just works and I have used it with DuckDB, works smoothly
- apwheele 11mo agoFor a demo of this (although not sure with duckdb wasm that it works with iceberg) https://andrewpwheeler.com/2025/06/29/using-duckdb-wasm-cloudflare-r2-to-host-and-query-big-data-for-almost-free/ https://andrewpwheeler.com/2025/06/29/using-duckdb-wasm-clou...
- 8organicbits 11mo ago> R2 is S3 compatible with no egress fees. There's no egress data transfer fees, but you still pay for the GET request operations. Lots of little range requests can add up quick.
- zenmac 11mo agoCan't believe that is what the industry has come down to. Kind like clipping coupon to get the best deal according different pricing overlords. It is time like this that makes self-hosting a lot more attractive.
- theultdev 11mo agoLuckily it's just static files. You can use whatever host you want.