Skip to content

shell.duckdb.org versus duckdb REST-server? #757

Answered by ankoh
mskyttner asked this question in Q&A
Discussion options

You must be logged in to vote

There are no plans to sunset the rest server component (code) itself, since both solve slightly different problems.
DuckDB-Wasm runs entirely in the browser and is therefore subject to browser limitations and the clients performance.
Both work best in tandem where you use the client-side DuckDB-Wasm instance to spare yourself roundtrips over the internet and the server-side DuckDB (e.g. via REST) for the heavy hitters.

That having said, we might replace the online Demo entirely with DuckDB-Wasm at some point since this offers a severless way to play around with DuckDB.

Regarding the httpfs:
DuckDB-Wasm does not need a http filesystem since we're integrating with the browser APIs.
You can …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mskyttner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants