Posts tagged with wasm
3 posts found
Filter by tag
Filter by tag:
Custom DuckDB Wasm builds for Cloudflare Workers
What if you could run full SQL queries, including JOINs, aggregations, and even remote Parquet file reads, directly inside a Cloudflare Worker? No database server, no connection pool, no cold-start latency from external services. Just DuckDB, compile...
Using Iceberg Catalogs in the Browser with DuckDB-Wasm
With recent updates of DuckDB itself, DuckDB-Wasm and the Iceberg extension it is now possible to query Iceberg catalog directly from the browser, with no backends. involved. Example clients that work: SQL Workbench SQL Workbench Embedded DuckDB T...
Using DuckDB-WASM for in-browser Data Engineering
Introduction DuckDB, the in-process DBMS specialized in OLAP workloads, had a very rapid growth during the last year, both in functionality, but also popularity amongst its users, but also with developers that contribute many projects to the Open Sou...