Tobias Müller
@TobiM
Followers
1K
Following
15K
Media
365
Statuses
6K
Joined August 2008
New blog post: Using Iceberg catalogs in the browser with @duckdb Wasm: https://t.co/P5cQrs98mK
tobilg.com
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...
0
0
3
so we just shipped an extensive best practices guide for Durable Objects. the goal: clear guidance + opinions on how to architect DO based applications, when not to use them, and how to use the storage, websocket & migration APIs. read it here:
developers.cloudflare.com
Durable Objects provide a powerful primitive for building stateful, coordinated applications. Each Durable Object is a single-threaded, globally-unique instance with its own persistent storage....
13
41
265
My DuckDB Terminal now has a user guide, and was updated to the latest DuckDB v1.4.3 and ghostty-web v0.4.0 https://t.co/8pJdPmrvum
terminal.sql-workbench.com
User guide for DuckDB Terminal - Learn how to use terminal commands, keyboard shortcuts, charts, file loading, and more.
1
3
35
New blog post: TypeScript scripts as @duckdb table functions https://t.co/UTqGiBGvIs
tobilg.com
What if you could query any REST API, GraphQL endpoint, or web page directly from DuckDB using SQL? No ETL pipelines, no intermediate files, no complex setup - just write a TypeScript script and use...
0
0
4
My in-browser DuckDB Terminal now supports auto-magic charting, data download and much more: https://t.co/ZLjn5kndKv
terminal.sql-workbench.com
A browser-based SQL terminal powered by DuckDB WASM and Ghostty. Run SQL queries directly in your browser with interactive charts, multiple themes, and data export.
1
0
14
Migrated @usesqlworkbench on the weekend from AWS (CloudFront, S3, Route 53, etc.) to @Cloudflare Pages... Went from >400 lines of CloudFormation IaC to 5 lines of wrangler.jsonc
0
0
3
the old way of scaling teams is dead: we used to hire specialists – designers, engineers, PMs – each in their lane, scaling by adding more people. but when Cursor can take you from idea to code in minutes, execution isn't the bottleneck anymore. taste and judgment are. what
140
307
3K
Why put a webserver in a database, when you can put a database in a webserver? https://t.co/l6u46CdQAD
github.com
A Caddy server module that provides a REST API for DuckDB database operations with built-in authentication and authorization. - tobilg/caddy-duckdb-module
1
3
6
🤯
🚨 we’ve updated @cloudflare containers pricing (and thus sandboxes) to only charge for usage, not allocation this is going to make a huge difference especially for sandbox execution for agentic use cases https://t.co/m662q5xUDU
0
0
0
Introducing osmextract: High-performance OpenStreetMap data extraction tool powered by @duckdb
https://t.co/zAeu2hIFC6
github.com
OpenStreetMap data extraction tool powered by DuckDB - tobilg/osmextract
0
0
1
I created a MVT Tileserver based on DuckDB and the spatial extension: https://t.co/XfIQGnhSAJ Just create a new @duckdb database with one or more tables with a geometry column, and use it when starting the server. Or, create a view that points to a remote dataset, e.g. on S3.
github.com
A lightweight MVT (Mapbox Vector Tile) tileserver for DuckDB with the duckdb-spatial extension - tobilg/duckdb-tileserver
0
0
0