---
title: "This Month in the DuckDB Ecosystem: November 2024"
canonical: "https://motherduck.com/blog/duckdb-ecosystem-newsletter-november-2024/"
related:
  - title: "DuckDB Ecosystem Newsletter : July 2026"
    url: "https://motherduck.com/blog/duckdb-ecosystem-newsletter-july-2026/"
  - title: "DuckDB breaks the lakehouse? ft. Daniel Beach | EXPLAIN ANALYZE | MotherDuck"
    url: "https://motherduck.com/explain-analyze/0003-duckdb-breaks-the-lakehouse/"
  - title: "Together AI: Scaling a Data Platform while Scaling the Company"
    url: "https://motherduck.com/case-studies/together-ai-scaling-with-motherduck/"
gated_asset:
  title: "DuckLake on MotherDuck"
  url: "https://motherduck.com/product/ducklake/"
---

# This Month in the DuckDB Ecosystem: November 2024

## Hey, friend 👋

<p>Hello. I'm <a href="https://www.ssp.sh/" rel="noopener">Simon</a>, and I am excited to share another monthly newsletter with highlights and the latest updates about DuckDB, delivered straight to your inbox.</span></p>
<p>In this November issue, I gathered twelve exciting links, ranging from using DuckDB as an HTTP OLAP server to integrating it with the OSS Unity catalog to exciting applications such as DuckDB as a DrugDB. Others are building high-performance and cost-efficient data pipelines with DuckDB and Python and lazy loading data frames with Hex. Notable features include Excel-style pivoting, enhanced <a href="https://motherduck.com/learn/acid-transactions-sql"> ACID compliance </a>, and MotherDuck's new LLM integration with SQL. Please enjoy.</span></p>
<p>As always, if you have feedback, news, or any insights, they are always welcome. 👉🏻 <a href="mailto:duckdbnews@motherduck.com">duckdbnews@motherduck.com</a>.</span></p>
<p><!-- notionvc: 85a2a616-c84e-4cbe-8896-690d9276a14f --></p>

<style type="text/css">
.newsheading {
  border: 0px;
}

.newsheading img {
  border: 0px;
  vertical-align: middle;
  margin-bottom: 16px;
}

.row {
  display: flex;
  flex-direction:column;   
  margin-bottom: 10px;
}

.rowreverse {
  flex-direction:column-reverse;
}

@media screen and (min-width: 600px) {
  .row {
    flex-direction: row;
  }
.columnTextLeft h3 {
  margin-left: 0px !important;
  margin-right: 20px !important;
}

.columnTextRight h3 {
  margin-left: 20px !important;
}

.columnTextLeft p {
  margin-left: 0px !important;
  margin-right: 20px !important;
}

.columnTextRight p {
  margin-left: 20px !important;
}  
}

.columnPic {
  flex: 30%;
}


.columnText {
  flex: 70%;
}

.columnText h3 {
  margin-top: 0px !important;
}


</style>

<table class="newsheading" style="margin-bottom: 5px;">
  <tr>
    <td class="mobileoff"><span><img src="https://22616816.fs1.hubspotusercontent-na1.net/hubfs/22616816/featured_member_graphic.png" width="64" height="64" /></span></td>
    <td><h2>Featured Community Member</h2></td>
  </tr>
</table>
<br>
<br>

<div class="row">
  <div class="columnPic"><img src="https://22616816.fs1.hubspotusercontent-na1.net/hubfs/22616816/1667998175220.jpeg"></img></div>
  <div class="columnText columnTextRight">
    <h3>Lorenzo Mangani</h3>
    <p><p><a href="https://www.linkedin.com/in/lmangani/" rel="noopener">Lorenzo</a> is <span>CEO and Co-Founder at QXIP BV, Leaders in Open-Source Telecom Observability. But he's also recently contributed to the DuckDB community by creating <a href="https://github.com/quackscience" rel="noopener">some community DuckDB extensions </a>(more on that below!). Thanks Lorenzo, for your creativity within the DuckDB community!</span></p>
<p><!-- notionvc: 1f056db2-3ad4-489f-a827-bebafaae86b4 --></p></p>
  </div>
</div>

<table class="newsheading" style="margin-bottom: 5px;">
  <tr>
    <td class="mobileoff"><span><img src="https://22616816.fs1.hubspotusercontent-na1.net/hubfs/22616816/top_links_graphic.png" width="64" height="64" /></span></td>
    <td><h2>Top DuckDB Links this Month</h2></td>
  </tr>
</table>



### [Building Cost-Efficient Data Pipelines with Python & DuckDB](https://www.startdataengineering.com/post/cost-effective-pipelines/)

<p>Joseph writes about cost-efficient data pipelines and categorizes data pipelines with Python and DuckDB into three parts, helping visualize when best to use DuckDB. He also offers a <a href="https://github.com/josephmachado/cost_effective_data_pipelines/tree/main?tab=readme-ov-file">GitHub repo</a> with the code.</p>


### [Ducklake: Integrate DuckDB with Unity Catalog](https://xebia.com/blog/ducklake-a-journey-to-integrate-duckdb-with-unity-catalog/)

<p>In this article, the team of Xebia integrated DuckDB using dbt and Jupyter notebooks with the open-source Unity Catalog and uses the advantages of both worlds. The integration provides real-time updates in the Unity Catalog UI, confirming that DuckDB and Unity Catalog are fully integrated.</p>


### [Community Extensions: DuckDB HTTP GET/POST Client // HTTP Server](https://github.com/quackscience/duckdb-extension-httpclient)

<p>A new HTTP DuckDB Community Extension is out. With it, you can make HTTP requests directly from within DuckDB. For example, with your SQL query, you can create a GET request using <span style="color: #188038;">http_get(url)</span> and a POST request using <span style="color: #188038;">http_post(url, headers, params)</span>. This can be useful for fetching data from REST APIs, extracting data from JSON payloads, and processing API responses using DuckDB's SQL capabilities. The extension is available in the community extension repository, but its status is still experimental.</p>
<p>Quackscience also released another extension, the HTTP Server Extension, which transforms any DuckDB instance into an HTTP OLAP API server. With just a few commands, you get a queryable HTTP API with authentication support, a built-in query UI, and the ability to work with local and MotherDuck datasets. This makes it perfect for spinning up quick data services or creating distributed query networks while maintaining DuckDB's simplicity and performance.</p>


### [DuckDB User Survey Analysis](https://duckdb.org/2024/10/04/duckdb-user-survey-analysis.html)

<p>DuckDB Labs surveyed 500+ DuckDB users and shared their findings.</p>
<p>It's no surprise that DuckDB is often used on a laptop, but servers were also popular. The most popular clients are the Python API and the standalone CLI client. Most users don't have giant data sets but appreciate the high performance. Users would like performance optimizations related to time series and partitioned data. DuckDB is popular among data engineers, analysts, scientists, and software engineers. The survey includes many more findings, including some nice graphs.</p>


### [Excel-Style Pivoting, read_excel() function and duckdb-gsheets](https://duckdb.org/2024/09/27/sql-only-extensions.html)

<p>Excel never dies, and with it, the Pivot Tables 😉. This year, in the year of the return of Pivot Tables (I have seen them in Rill and Cube), DuckDB supports these now, too, with:</p>
<p><code>INSTALL pivot_table FROM community;&nbsp;<br>LOAD pivot_table;</code></p>
<p>The extension supports well-known SQL features, such as <span style="color: #188038;">PIVOT</span>, <span style="color: #188038;">UNNEST</span>, <span style="color: #188038;">MACRO</span>, <span style="color: #188038;">GROUPING SETS</span>, <span style="color: #188038;">ROLLUP</span>, <span style="color: #188038;">UNION ALL BY NAME</span>, <span style="color: #188038;">COLUMNS</span>, and many more.</p>
<p>On the same note, Thomas wrote, "Where’s the read Excel() function in DuckDB?". Surprisingly, there&nbsp;is&nbsp;no read_excel() function yet, but you can (mis)use DuckDB's&nbsp;Spatial&nbsp;extension. But what does spatial have to do with Excel? Nothing, but it's rooted in the fact that historically and even now, many geospatial files were — and still are — shared in Excel data files. Archie took it further with duckdb-gsheets, reading, and writing to Google Sheets.</p>


### [DuckDB as a DrugDB: a Free and Simple Multi-Model Drug and Trial Database](https://dgg32.medium.com/duckdb-as-a-drugdb-a-free-and-simple-multi-model-drug-and-trial-database-83c222d1e9dd)

<p>This is the fourth case study for clinical trials Sixing has made. He tried Google Spanner, Postgres, SurrealDB, and now DuckDB. He uses a combined dataset containing over 5000 drugs, 2000 disorders, and 2000&nbsp;clinical trials, as well as Superset, for visualization. He uses extensions for full-text search (fits) and vector similarity search (vss) as well as DuckPGQ and uses the&nbsp;PGQ&nbsp;(Property Graph Query Language) for graph-related operations.</p>
<p>Sixing concluded that DuckDB's extension system successfully handles SQL, graph queries, vector searches, and full-text searches, making it suitable for complex healthcare data analysis. While the ecosystem needs development in areas like visualization tools, DuckDB's columnar storage and SQL/GQL compatibility make it an attractive alternative to traditional databases.</p>


### [Building a High-Performance Data Pipeline Using DuckDB](https://practicaldataengineering.substack.com/p/building-data-pipeline-using-duckdb)

<p>Alireza showcases how to build an efficient data pipeline using DuckDB as a compute engine for data lakes, implementing a Medallion architecture (Bronze → Silver → Gold) with GitHub Archive data. His detailed guide shows how DuckDB's in-memory processing and SQL capabilities can handle JSON ingestion, Parquet serialization, and data aggregation with impressive performance—processing nearly six million records in under a minute, with complete <a href="https://github.com/pracdata/duckdb-pipeline">sample code</a> available.</p>
<p><!-- notionvc: 2876798e-5b8d-4be0-8a13-4eb35c9a9cbb --></p>


### [Changing Data with Confidence and ACID](https://duckdb.org/2024/09/25/changing-data-with-confidence-and-acid.html)

<p>Hannes and Mark explain the ACID principles behind DuckDB and how you can confidently change data with full ACID guarantees by default without additional configuration. Everything started with transactions, and eventually, the well-known ACID came with the principles that describe a set of guarantees that a data management system must provide to be considered safe. ACID is an acronym that stands for Atomicity, Consistency, Isolation, and Durability. Every one of these is explained in greater detail.</p>
<p>It's pretty novel for an OLAP database to have ACID. The article goes on to explain why ACID in OLAP makes sense. It summarizes that DuckDB has passed the specific ACID Transaction tests from the TPC-H Benchmark tests. Check the tests out at <a href="https://github.com/hannes/duckdb-tpch-power-test">GitHub</a>.</p>
<p><!-- notionvc: 2ddd1c59-8374-4010-9c8c-c3e69d8fe116 --></p>


### [Optimizing Multi-Modal Analysis by Lazy Loading Dataframes](https://hex.tech/blog/lazy-dataframes/)

<p>Hex, a notebook-based solution, has improved its performance by migrating to a DuckDB-based architecture that directly queries Arrow data from S3. This has enabled 5-10x speedups in execution times. Moving data processing from Python to DuckDB and Arrow in their backend service enabled lazy loading and more efficient data handling, eliminating pandas format limitations and reducing memory usage.</p>


### [Introducing the prompt() Function: Use the Power of LLMs with SQL](https://motherduck.com/blog/sql-llm-prompt-function-gpt-models/)

<p>MotherDuck released LLMs within SQL. Instead of a context switch, we can ask the LLM to summarize text into a short poem with :</p>
<pre><code>SELECT <br>  prompt('summarize the comment in a Haiku: ' || text) <br>AS summary FROM sample_data.hn.hacker_news <br>limit 20;</code></pre>
<p>&nbsp;</p>

<table class="newsheading" style="margin-bottom: 5px;">
  <tr>
    <td class="mobileoff"><span><img src="https://22616816.fs1.hubspotusercontent-na1.net/hubfs/22616816/upcoming_events_graphic.png" width="64" height="64" /></span></td>
    <td><h2>Upcoming Events</h2></td>
  </tr>
</table>



### PyData NYC: A Duck in the hand is worth two in the Cloud: Data preparation and analytics on your laptop with DuckDB

**08 November, 11 Times Square, New York City, NY 🗽 - 2:30 PM US, Eastern**

<p>Guen Prawiroatmodjo &amp; Jacob Matson will showcase how DuckDB replaces Spark for 10GB-1TB tasks on laptops with fast, seamless Python integration, enabling efficient analytics and easy Cloud deployment via MotherDuck’s serverless support.</p>


### [Small Data NYC: Watch Party Wednesday with Altana, Jamsocket and MotherDuck](https://lu.ma/small-data-nyc)

**13 November, 25 Kent, Williamsburg, Brooklyn 🗽 - 6:00 PM America, New York**

<section>
<section>
<div data-message-author-role="assistant" data-message-id="cd2cd824-46b2-4d3c-9b14-ed338326caea">Join the Small Data community for Watch Party Wednesday to get a sneak peek of Small Data SF talks from Benn Stancil and MotherDuck CEO and Co-founder Jordan Tigani.</div>
</section>
</section>


### [DataGalaxy Tech Summit NYC: How to put DuckDB to work today?](https://www.datagalaxy.com/en/events/datagalaxy-tech-summit/)

**13 November New York City 🗽 - 3:30 PM US, Eastern**

<p>Nick Ursa of MotherDuck will present a talk on DuckDB. DataGalaxy brings together industry experts to share their insights on optimizing data models, choosing the best data storage formats, and insights on streamlining data ingestion processes.</p>


### [AI Native Summit 2024](https://events.zettavp.com/zetta/rsvp/register?e=ai-native-summit-2024)

**21 November, Computer History Museum, Mountain View, CA 🌉 - 12:00 PM America, Los Angeles**

Join MotherDuck CEO Jordan Tigani and AI leaders across research, startups and global companies for a day of discussion about the state of enterprise AI.


### [Data Rock N' Roll at AWS re:Invent](http://events.montecarlodata.com/datarocknroll/motherduck)

**3 December, Brooklyn Bowl Las Vegas 🤘 - 6:00 PM America, Los Angeles**

Attendees will enjoy a fun-filled atmosphere where they can network with fellow AWS enthusiasts, industry leaders, and innovators while competing in friendly bowling matches.

