Found 3 results for "tag:duckdb"
-
An in-process SQL OLAP database management system
https://duckdb.org/
DuckDB is an in-process SQL OLAP database management system. Simple, feature-rich, fast & open source.
-
DuckDB Doesn’t Need Data To Be a Database
https://www.nikolasgoebel.com/2024/05/28/duckdb-doesnt-need-data.html?utm_source=hackernewsletter&utm_medium=email&utm_term=data
-
DuckDB as the New jq
https://www.pgrs.net/2024/03/21/duckdb-as-the-new-jq/?utm_source=unknownews
Recently, I’ve been interested in the DuckDB project (like a SQLite geared towards data applications). And one of the amazing features is that it has many data importers included without requiring extra dependencies. This means it can natively read and parse JSON as a database table, among many other formats.