Today, @ducklabs_com is joining @awscloud. The move is expected to be completed by early September.
Joining AWS gives DuckLabs the resources and reach to bring DuckDB, DuckLake, and the Quack protocol to many more developers and organizations – and to pursue ideas at a scale
Grep your lakehouse: Search-first retrieval for DuckDB-powered agents 🦆 😎
When given a task, every agent has the same first instinct: they need to search first.
In this talk given at DuckCon, @sylv_1_ at @AltertableAI presents on bringing full-text and semantic search to
When #DuckDB-Wasm was launched in 2021, databases could not be persisted: everything lived in the Wasm heap and vanished when the tab closed.
Keeping data meant serializing tables to Parquet, storing the bytes in IndexedDB, and re-registering them on the next page load. This was
Are you attending #dbtSummit in Las Vegas this week? 😎
Don’t miss Hannes Mühleisen deliver his talk “dbt Without the Warehouse (or the Bill): DuckDB End to End”
Hannes’s talk starts at 10:00 a.m. PT on Friday, Sept 18th – on Level 3, Gracia 4. Don’t miss it!
Full abstract and
More likely than not, you’ve been using AI tools such as Claude Code for day-to-day work.
You may have noticed that when AI needs to look at a data file, it makes use of Python, writes a small script, runs it, and then reads the output. It’s an approach that works most of the