Skip to content

Commit

Permalink
Merge pull request #3140 from szarnyasg/nits-20240623a
Browse files Browse the repository at this point in the history
Nits
  • Loading branch information
szarnyasg authored Jun 23, 2024
2 parents 3761405 + 35f7f04 commit 67604ed
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions _posts/2021-01-25-full-text-search.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---

layout: post
title: "Testing out DuckDB's Full Text Search Extension"
title: "Testing Out DuckDB's Full Text Search Extension"
author: Laurens Kuiper
excerpt: DuckDB now has full-text search functionality, similar to the FTS5 extension in SQLite. The main difference is that our FTS extension is fully formulated in SQL. We tested it out on TREC disks 4 and 5.
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-06-25-querying-parquet.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Querying Parquet with Precision using DuckDB"
title: "Querying Parquet with Precision Using DuckDB"
author: Hannes Mühleisen and Mark Raasveldt
excerpt: DuckDB, a free and open source analytical data management system, can run SQL queries directly on Parquet files and automatically take advantage of the advanced features of the Parquet format.
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-08-27-external-sorting.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Fastest table sort in the West – Redesigning DuckDB’s sort"
title: "Fastest Table Sort in the West – Redesigning DuckDB’s Sort"
author: Laurens Kuiper
excerpt: DuckDB, a free and Open-Source analytical data management system, has a new highly efficient parallel sorting implementation that can sort much more data than fits in main memory.
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-11-26-duck-enum.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "DuckDB – The Lord of Enums: <br> The Fellowship of the Categorical and Factors."
title: "DuckDB – The Lord of Enums: <br> The Fellowship of the Categorical and Factors"
author: Pedro Holanda
excerpt: ""
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-12-03-duck-arrow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "DuckDB quacks Arrow: A zero-copy data integration between Apache Arrow and DuckDB"
title: "DuckDB Quacks Arrow: A Zero-copy Data Integration between Apache Arrow and DuckDB"
author: Pedro Holanda and Jonathan Keane
excerpt: The zero-copy integration between DuckDB and Apache Arrow allows for rapid analysis of larger than memory datasets in Python and R using either SQL or relational APIs.
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-04-28-duckcon3.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To watch the recordings, see the [playlist of talks](https://www.youtube.com/pla
| 5:30 PM | [**Watershed: Get to zero carbon, fast**](https://youtu.be/DOkzlDp00vo) |[Jessica Zhu](https://www.linkedin.com/in/jessicamzhu/) | [pdf](https://blobs.duckdb.org/events/duckcon3/jessica-zhu-watershed.pdf) |
| 5:35 PM | [**Building a SQL editor around “fast”**](https://youtu.be/_iYWhe9hzyg) |[Hamilton Ulmer](https://twitter.com/hamiltonulmer) | [pdf](https://blobs.duckdb.org/events/duckcon3/hamilton-ulmer-rill-data-building-a-sql-editor-around-fast.pdf) |
| 5:40 PM | [**KalDB: Log analytics with DuckDB**](https://youtu.be/lkzVmd6m39g) |[Suman Karumuri](https://www.linkedin.com/in/mansu/) | [pdf](https://blobs.duckdb.org/events/duckcon3/suman-karumuri-kaldb-log-analytics-with-duckdb.pdf) |
| 5:45 PM | [**Pandas on DuckDBWith Ponder**](https://youtu.be/Nbiy6OOSHeU) |[Aditya Parameswaran](https://www.linkedin.com/in/aditya-parameswaran-0714b63/) | [pdf](https://blobs.duckdb.org/events/duckcon3/aditya-parameswaran-ponder-pandas-on-duckdb-with-ponder.pdf) |
| 5:45 PM | [**Pandas on DuckDB with Ponder**](https://youtu.be/Nbiy6OOSHeU) |[Aditya Parameswaran](https://www.linkedin.com/in/aditya-parameswaran-0714b63/) | [pdf](https://blobs.duckdb.org/events/duckcon3/aditya-parameswaran-ponder-pandas-on-duckdb-with-ponder.pdf) |
| 5:50 PM | [**Bringing AI to DuckDB with Lance columnar format for multi-modal AI**](https://youtu.be/72cXWvRZS6w) |[Chang She](https://twitter.com/changhiskhan) | [pdf](https://blobs.duckdb.org/events/duckcon3/chang-she-lancedb-bringing-ai-to-duckdb-with-lance-columnar-format.pdf) |
| 5:55 PM | Closing thoughts | | |
| 6:00 PM | End of DuckCon | | |
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-07-python-udf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "From Waddle to Flying: Quickly expanding DuckDB's functionality with Scalar Python UDFs"
title: "From Waddle to Flying: Quickly Expanding DuckDB's Functionality with Scalar Python UDFs"
author: Pedro Holanda, Thijs Bruineman and Phillip Cloud
excerpt: DuckDB now supports vectorized Scalar Python User Defined Functions (UDFs). By implementing Python UDFs, users can easily expand the functionality of DuckDB while taking advantage of DuckDB's fast execution model, SQL and data safety.
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-08-04-adbc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

layout: post
title: "DuckDB ADBC – Zero-Copy data transfer via Arrow Database Connectivity"
title: "DuckDB ADBC – Zero-Copy Data Transfer via Arrow Database Connectivity"
author: Pedro Holanda
excerpt: DuckDB has added support for [Arrow Database Connectivity (ADBC)](https://arrow.apache.org/adbc/0.5.1/index.html), an API standard that enables efficient data ingestion and retrieval from database systems, similar to [Open Database Connectivity (ODBC)](https://learn.microsoft.com/en-us/sql/odbc/microsoft-open-database-connectivity-odbc?view=sql-server-ver16) interface. However, unlike ODBC, ADBC specifically caters to the columnar storage model, facilitating fast data transfers between a columnar database and an external application.
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-03-01-sql-gymnastics.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "SQL Gymnastics: Bending SQL into flexible new shapes"
title: "SQL Gymnastics: Bending SQL into Flexible New Shapes"
author: Alex Monahan
avatar: "/images/blog/authors/alex_monahan.jpg"
thumb: "/images/blog/thumbs/240301.png"
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-22-github-20k-stars.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The last few weeks since the release were quite eventful:
<br/>
</div>

4. [DuckDB Labs](https://duckdblabs.com) sponsored the [Hack4Her event](https://networkinstitute.org/2024/06/18/hack4her-2024-a-celebration-of-women-in-tech-and-innovation/), a female-focused student hackathon in the Netherlands. During the DuckDB Challenge of the event, teams built a community-driven app providing safe walking routes in Amsterdam using DuckDB and its [geospatial library]({% link docs/extensions/spatial.md %}).
4. [DuckDB Labs](https://duckdblabs.com) sponsored the [Hack4Her event](https://hack4her.github.io/), a female-focused student hackathon in the Netherlands. During the DuckDB Challenge of the event, teams built a community-driven app providing safe walking routes in Amsterdam using DuckDB and its [geospatial library]({% link docs/extensions/spatial.md %}).

<div align="center">
<img src="/images/blog/hack4her-duckdb-amsterdam.jpg" alt="Hack4Her Event" width="700"/>
Expand Down

0 comments on commit 67604ed

Please sign in to comment.