I think I have just found out yet another great DuckDB-weekend project!
Go to https://shell.duckdb.org, and type
FROM 'https://hacker-news.firebaseio.com/v0/item/37663308.json';
Querying hacker news, from a browser tab (passing through a bunch of database and Web technology that make it possible for DuckDB to be executed within a browser tab)
Dale from ClickHouse wrote a pretty extensive blog series on the Hacker News dataset, ingest approach, some queries of interest...
Could be a good bit of reading alongside the project?
https://clickhouse.com/blog/getting-data-into-clickhouse-par...
Go to https://shell.duckdb.org, and type
FROM 'https://hacker-news.firebaseio.com/v0/item/37663308.json';
Querying hacker news, from a browser tab (passing through a bunch of database and Web technology that make it possible for DuckDB to be executed within a browser tab)