(no title)
mlissner | 4 months ago
Put all of that together, and you get a website that queries S3 with no backend at all. Amazing.
mlissner | 4 months ago
Put all of that together, and you get a website that queries S3 with no backend at all. Amazing.
timeflex|4 months ago
theultdev|4 months ago
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.
7952|4 months ago
You have to store the data somehow anyway, and you have to retrieve some of it to service a query. If egress costs too much you could always change later to put the browser code on a server. Also it would presumably be possible to quantify the trade-off between processing the data client side and on the server.
simonw|4 months ago
thadt|4 months ago
But yeah - this is pretty neat. Easily seems like the future of static datasets should wind up in something like this. Just data, with some well chosen indices.
simonw|4 months ago
theultdev|4 months ago
Lack of server/dynamic code qualifies as no backend.
codedokode|4 months ago
mpweiher|4 months ago
They let you easily abstract over storage.
https://2019.splashcon.org/details/splash-2019-Onward-papers...
dtech|4 months ago
rubenvanwyk|4 months ago