@jrdntgn.bsky.social shares why the current generation of lakehouse formats like Iceberg and Delta Lake might be missing the point—and how DuckLake, a new table format, changes the game.
motherduck.com/blog/ducklak...
Sep 22: Apache Iceberg
Sep 29: Apache Hudi
Oct 06: @motherduck.com
Oct 13: SpiralDB Vortex
Oct 27: @singlestore.com
Nov 03: @deltalakeoss.bsky.social
Nov 10: Mooncake
Nov 17: @firebolthq.bsky.social
Nov 24: @xtdb.com
Dec 01: Apache Polaris
Sep 22: Apache Iceberg
Sep 29: Apache Hudi
Oct 06: @motherduck.com
Oct 13: SpiralDB Vortex
Oct 27: @singlestore.com
Nov 03: @deltalakeoss.bsky.social
Nov 10: Mooncake
Nov 17: @firebolthq.bsky.social
Nov 24: @xtdb.com
Dec 01: Apache Polaris
@dagster.io - Orchestration
@duckdb.org - Database
@motherduck.com - Data Warehouse/storage
DBT - Data modeling
@dagster.io - Orchestration
@duckdb.org - Database
@motherduck.com - Data Warehouse/storage
DBT - Data modeling
@ssp.sh shows how to build the simplest one with just:
⚡ YAML for metrics
⚡ Python + DuckDB + Ibis to query 20M NYC taxi records
You'll understand when it's useful and when it's overkill
motherduck.com/blog/semanti...
@ssp.sh shows how to build the simplest one with just:
⚡ YAML for metrics
⚡ Python + DuckDB + Ibis to query 20M NYC taxi records
You'll understand when it's useful and when it's overkill
motherduck.com/blog/semanti...
Highlights:
• DuckDB grew 50.7% YoY (1.8M HN headlines analyzed)
• Claude + DuckDB = full Spotify analytics pipeline
• AI that debugs its own SQL
• Real-time news sentiment with DuckDB
motherduck.com/blog/duckdb-...
Highlights:
• DuckDB grew 50.7% YoY (1.8M HN headlines analyzed)
• Claude + DuckDB = full Spotify analytics pipeline
• AI that debugs its own SQL
• Real-time news sentiment with DuckDB
motherduck.com/blog/duckdb-...
📖 Week 1: SQL, Git & Linux basics
⚙️ Week 2: Python, cloud & data modeling
🔥 Week 3: Streaming, data quality & DevOps
Perfect for beginners or skill refreshers.
Consistency > speed!
👏 Thanks @ssp.sh
📖 Week 1: SQL, Git & Linux basics
⚙️ Week 2: Python, cloud & data modeling
🔥 Week 3: Streaming, data quality & DevOps
Perfect for beginners or skill refreshers.
Consistency > speed!
👏 Thanks @ssp.sh
Watch the latest video of @mehdio.com to understand 3 distinct paths to DuckDB integration, each with its own pros/cons👇
youtu.be/86V4wbFtuaY
Watch the latest video of @mehdio.com to understand 3 distinct paths to DuckDB integration, each with its own pros/cons👇
youtu.be/86V4wbFtuaY
🎫🦆 Early bird tix are live!
🎤 First round of speakers just dropped!
Join the builders doing more with less →
$295 until Aug 4: smalldatasf.com
🎫🦆 Early bird tix are live!
🎤 First round of speakers just dropped!
Join the builders doing more with less →
$295 until Aug 4: smalldatasf.com
For when your data is too big, your queries too complex, and "fast enough" isn't fast enough.
Learn More: motherduck.com/blog/announc...
For when your data is too big, your queries too complex, and "fast enough" isn't fast enough.
Learn More: motherduck.com/blog/announc...
Current version? 1.3.2
Stop feeding your AI stale docs!
Quick fixes:
1️⃣ llms.txt files - copy fresh docs directly
2️⃣ Cursor's docs feature - auto-crawl documentation
📖 motherduck.com/blog/fix-outdated-llm-documentation-duckdb/
Current version? 1.3.2
Stop feeding your AI stale docs!
Quick fixes:
1️⃣ llms.txt files - copy fresh docs directly
2️⃣ Cursor's docs feature - auto-crawl documentation
📖 motherduck.com/blog/fix-outdated-llm-documentation-duckdb/
🔥 YamlQL, Tributary Kafka extension, SQLRooms browser apps, DuckDB Wizard 🚀 DuckDB 1.3.0 with 100x perf gains, DuckLake, AWS/PostgreSQL integrations
👨💻 Community spotlight: Rusty Conover
motherduck.com/blog/duckdb-...
🔥 YamlQL, Tributary Kafka extension, SQLRooms browser apps, DuckDB Wizard 🚀 DuckDB 1.3.0 with 100x perf gains, DuckLake, AWS/PostgreSQL integrations
👨💻 Community spotlight: Rusty Conover
motherduck.com/blog/duckdb-...
One day you're optimizing SQL queries, the next debugging Kubernetes, then explaining to stakeholders why their dashboard is empty.
The secret? Infrastructure as Code + DevOps principles.
Read more by @ssp.sh : motherduck.com/blog/data-en...
One day you're optimizing SQL queries, the next debugging Kubernetes, then explaining to stakeholders why their dashboard is empty.
The secret? Infrastructure as Code + DevOps principles.
Read more by @ssp.sh : motherduck.com/blog/data-en...
New open table format for extreme scale with database-backed metadata.
Two options:
🚀 Fully managed
☁️ Bring your own bucket
Ready to dive in (the lake 🥁)?
CREATE DATABASE (TYPE ducklake);
motherduck.com/blog/announc...
New open table format for extreme scale with database-backed metadata.
Two options:
🚀 Fully managed
☁️ Bring your own bucket
Ready to dive in (the lake 🥁)?
CREATE DATABASE (TYPE ducklake);
motherduck.com/blog/announc...
A technical discussion about the evolution of open table formats and lakehouse architecture.
youtu.be/-PYLFx3FRfQ
A technical discussion about the evolution of open table formats and lakehouse architecture.
youtu.be/-PYLFx3FRfQ
📆 June 17 (Tuesday), 8:00 PDT / 17:00 CEST
✍️ Register at lu.ma/mt9f8xh1?tk=...
📆 June 17 (Tuesday), 8:00 PDT / 17:00 CEST
✍️ Register at lu.ma/mt9f8xh1?tk=...
It’s like putting a Ferrari engine in a horse-drawn carriage. 🚗🐎
Arrow Flight SQL streams columnar data at 20+ Gb/s/core.
Serve data as fast as you compute it, by Thomas McGeehan:
motherduck.com/blog/flight-...
It’s like putting a Ferrari engine in a horse-drawn carriage. 🚗🐎
Arrow Flight SQL streams columnar data at 20+ Gb/s/core.
Serve data as fast as you compute it, by Thomas McGeehan:
motherduck.com/blog/flight-...
In this blog, @mehdio.com covers :
🔍 Recap on what table formats are
🧠 Understand why DuckLake's architecture is faster
🛠️ Create your first DuckLake table
motherduck.com/blog/getting...
In this blog, @mehdio.com covers :
🔍 Recap on what table formats are
🧠 Understand why DuckLake's architecture is faster
🛠️ Create your first DuckLake table
motherduck.com/blog/getting...
If you don’t choose table formats but benchmark them, it’s for you too.
If you don’t like table formats at all?
Well, then share this video with your enemies.
✅ Metadata in Postgres/DuckDB
✅ Data in Parquet on S3
✅ No more crawling metadata files
@mehdio.com breaks it down with a hands-on @supabase + @duckdb.org setup 🛠️
📺 youtu.be/hrTjvvwhHEQ
If you don’t choose table formats but benchmark them, it’s for you too.
If you don’t like table formats at all?
Well, then share this video with your enemies.
Big news: DuckLake — a new table format powered by pure SQL + open formats.
Also in this issue:
✅ GTFS transit data
✅ MinIO lakehouse
✅ CSV reader win
and much more...
👉 motherduck.com/blog/duckdb-...
Big news: DuckLake — a new table format powered by pure SQL + open formats.
Also in this issue:
✅ GTFS transit data
✅ MinIO lakehouse
✅ CSV reader win
and much more...
👉 motherduck.com/blog/duckdb-...
✅ Metadata in Postgres/DuckDB
✅ Data in Parquet on S3
✅ No more crawling metadata files
@mehdio.com breaks it down with a hands-on @supabase + @duckdb.org setup 🛠️
📺 youtu.be/hrTjvvwhHEQ
✅ Metadata in Postgres/DuckDB
✅ Data in Parquet on S3
✅ No more crawling metadata files
@mehdio.com breaks it down with a hands-on @supabase + @duckdb.org setup 🛠️
📺 youtu.be/hrTjvvwhHEQ
Learn more:
motherduck.com/blog/announc...
@duckdb.org
Learn more:
motherduck.com/blog/announc...
@duckdb.org
motherduck.com/blog/bigquer...
motherduck.com/blog/bigquer...
Anubis uses proof-of-work + honeypots to fight back—paired with @motherduck.com + @tigrisdata.com for real-time pattern detection at scale.
🧠 Detect bots.
🚫 Stop downtime.
🔗 www.tigrisdata.com/blog/anubis/
@jrdntgn.bsky.social shares why the current generation of lakehouse formats like Iceberg and Delta Lake might be missing the point—and how DuckLake, a new table format, changes the game.
motherduck.com/blog/ducklak...
@jrdntgn.bsky.social shares why the current generation of lakehouse formats like Iceberg and Delta Lake might be missing the point—and how DuckLake, a new table format, changes the game.
motherduck.com/blog/ducklak...