HN user

tobilg

332 karma

Technical Product Owner

Posts62
Comments157
View on HN
latlng.cloud 2mo ago

Show HN: Latlng – open-source geospatial object engine written in Rust

tobilg
2pts0
ai-observer.dev 6mo ago

Unified Local Observability for AI Coding Assistants

tobilg
4pts0
github.com 6mo ago

Show HN: Unified local observability for AI coding assistants

tobilg
4pts0
terminal.sql-workbench.com 7mo ago

DuckDB Terminal – Data querying and visualization in the browser

tobilg
2pts0
github.com 7mo ago

Why put a webserver in a database, when you can put a database in a webserver?

tobilg
1pts0
embedded.sql-workbench.com 8mo ago

Show HN: Run SQL queries directly on your website

tobilg
7pts0
github.com 10mo ago

A lightweight OGC API feature server based on DuckDB

tobilg
2pts0
awsnews.remotemcp.directory 1y ago

Show HN: A MCP Server for AWS News

tobilg
2pts0
tobilg.com 1y ago

Cost-efficient event ingestion into Iceberg S3 Tables on AWS

tobilg
2pts0
shrink.video 1y ago

Show HN: Shrink and Convert Videos in the Browser

tobilg
1pts0
github.com 1y ago

A Docker image for running DuckDB behind a REST API

tobilg
2pts0
github.com 2y ago

Show HN: ServerlessMaps – Host your own maps in the cloud

tobilg
62pts20
tobilg.com 2y ago

Browser-first analytics in natural language with DuckDB and Ollama

tobilg
1pts0
tobilg.com 2y ago

Show HN: Privacy-first analytics in natural language in the browser

tobilg
1pts1
sql-workbench.com 2y ago

Show HN: SQL workbench in the browser

tobilg
117pts24
tobilg.com 2y ago

In-Browser Data Engineering with DuckDB WASM

tobilg
3pts0
sql.quacking.cloud 2y ago

Show HN: SQL Playground in the browser, based on DuckDB WASM

tobilg
6pts2
tobilg.com 2y ago

Using DuckDB-WASM for In-Browser Data Engineering

tobilg
3pts0
awsnews.publiccloudbot.com 2y ago

Show HN: AWS News Aggregator

tobilg
2pts0
sql.quacking.cloud 2y ago

Query local or remote CSV, Parquet or Arrow data from the browser

tobilg
3pts0
sql.quacking.cloud 2y ago

Show HN: Query local or remote CSV, Parquet or Arrow data in the browser

tobilg
2pts3
sql.quacking.cloud 2y ago

Query local or remote CSV, Parquet or Arrow data in the browser

tobilg
1pts0
tobilg.com 2y ago

Serverless Maps for Fun and Profit

tobilg
2pts0
tobilg.com 3y ago

Analyzing cloud provider CIDR ranges with DuckDB and Observable

tobilg
4pts0
tobilg.com 3y ago

Cheap near-realtime data ingestion and transformation pipelines on AWS

tobilg
1pts0
tobilg.com 3y ago

Use DuckDB in AWS Lambda

tobilg
1pts0
tobilg.com 3y ago

Building a global reverse proxy with on-demand SSL support

tobilg
2pts0
publiccloudbot.com 4y ago

Show HN: Updates of public cloud provider CLIs/SDKs in one timeline

tobilg
1pts1
mapthe.cloud 4y ago

Show HN: Map the Cloud – Public Cloud infrastructure and services

tobilg
2pts0
mapthe.cloud 4y ago

Show HN: Regional Service Availability of Public Cloud Providers

tobilg
5pts0

But they got a custom CLI argument in the OSS product for it. And hosting/proxying it under the OSS domain ui.duckdb.org

Have a look at https://sql-workbench.com eventually. It runs DuckDB WASM in the browser, and with Perspective, which is used for data visualization, you can also visualize timeseries.

You can either drag & drop data, or use remote data sources via https

I created a similar project, https://serverlessmaps.com which lets you host PMTiles on S3 and CloudFront, with a Lambda@Edge layer where you could also do auth...

With 1TB free traffic from the CDN, and pretty small costs for S3 and Lambda@Edge, it's probably even cheaper to self-host I guess. Even lower costs would be possible by entirely using CloudFlare services (CDN, R2)...

Exactly, it's "just" extracting the AWS IAM data from the publicly available documentation, stores it in multiple formats and publishes a NPM package containing the data with some wrappers/accessors, so that people can theoretically leverage it to build their own tools.