←back to thread

224 points mlissner | 1 comments | | HN request time: 0.278s | source
Show context
mlissner ◴[] No.45774572[source]
OK, this is really neat: - S3 is really cheap static storage for files. - DuckDB is a database that uses S3 for its storage. - WASM lets you run binary (non-JS) code in your browser. - DuckDB-Wasm allows you to run a database in your browser.

Put all of that together, and you get a website that queries S3 with no backend at all. Amazing.

replies(4): >>45775637 #>>45775690 #>>45775706 #>>45780371 #
codedokode ◴[] No.45780371[source]
Can you replace S3 with a directory and nginx and save lot of money?
replies(2): >>45780376 #>>45780831 #
1. mpweiher ◴[] No.45780831[source]
Yes. Especially if you use Storage Combinators.

They let you easily abstract over storage.

https://2019.splashcon.org/details/splash-2019-Onward-papers...