Skip to content

Commit 84b1f1c

Browse files
committed
Merge branch 'main' into encryption-blog-post
2 parents 26fedda + faca924 commit 84b1f1c

File tree

124 files changed

+271
-249
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+271
-249
lines changed

.markdownlint.jsonc

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json",
33
"default": true,
4-
"MD033": false,
54
"MD007": false,
5+
"MD009": false,
6+
"MD010": false,
67
"MD011": false,
78
"MD012": false,
89
"MD013": false,
9-
"MD031": false,
10-
"MD010": false,
11-
"MD009": false,
12-
"MD028": false,
1310
"MD014": false,
14-
"MD037": false,
11+
"MD024": false,
12+
"MD026": {"punctuation": ".,;。,;:"},
13+
"MD028": false,
1514
"MD029": false,
16-
"MD049": false,
15+
"MD031": false,
1716
"MD032": false,
18-
"MD026": {"punctuation": ".,;。,;:"},
17+
"MD033": false,
18+
"MD037": false,
1919
"MD038": false,
20-
"MD024": false,
20+
"MD045": false,
21+
"MD049": false,
2122
"MD050": false,
22-
"MD045": false // TODO: fixme
23+
"MD060": false
2324
}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GIT
1010

1111
GIT
1212
remote: https://github.com/duckdb/rouge.git
13-
revision: a6636c7aff156afb07ed635dc83a4e071f61e150
13+
revision: 11d332b70b95100b2d0c803b849bbe9cfc53e34a
1414
branch: duckdb
1515
specs:
1616
rouge (3.3823.1)

_posts/2021-05-14-sql-on-pandas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Efficient SQL on Pandas with DuckDB"
4-
author: Mark Raasveldt and Hannes Mühleisen
4+
author: Mark Raasveldt, Hannes Mühleisen
55
excerpt: DuckDB, a free and open source analytical data management system, can efficiently run SQL queries directly on Pandas DataFrames.
66
tags: ["using DuckDB"]
77
---

_posts/2021-06-25-querying-parquet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Querying Parquet with Precision Using DuckDB"
4-
author: Hannes Mühleisen and Mark Raasveldt
4+
author: Hannes Mühleisen, Mark Raasveldt
55
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.
66
tags: ["using DuckDB"]
77
---

_posts/2021-10-29-duckdb-wasm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "DuckDB-Wasm: Efficient Analytical SQL in the Browser"
4-
author: André Kohn and Dominik Moritz
4+
author: André Kohn, Dominik Moritz
55
excerpt: "[DuckDB-Wasm](https://github.com/duckdb/duckdb-wasm) is an in-process analytical SQL database for the browser. It is powered by WebAssembly, speaks Arrow fluently, reads Parquet, CSV and JSON files backed by Filesystem APIs or HTTP requests and has been tested with Chrome, Firefox, Safari and Node.js. You can try it at [shell.duckdb.org](https://shell.duckdb.org) or on [Observable](https://observablehq.com/@cmudig/duckdb)."
66
tags: ["using DuckDB"]
77
---

_posts/2021-12-03-duck-arrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "DuckDB Quacks Arrow: A Zero-Copy Data Integration between Apache Arrow and DuckDB"
4-
author: Pedro Holanda and Jonathan Keane
4+
author: Pedro Holanda, Jonathan Keane
55
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.
66
tags: ["using DuckDB"]
77
---

_posts/2022-03-07-aggregate-hashtable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Parallel Grouped Aggregation in DuckDB"
4-
author: Hannes Mühleisen and Mark Raasveldt
4+
author: Hannes Mühleisen, Mark Raasveldt
55
excerpt: DuckDB has a fully parallelized aggregate hash table that can efficiently aggregate over millions of groups.
66
tags: ["deep dive"]
77
---

_posts/2023-05-12-github-10k-stars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "10 000 Stars on GitHub"
4-
author: Mark Raasveldt and Hannes Mühleisen
4+
author: Mark Raasveldt, Hannes Mühleisen
55
thumb: "/images/blog/thumbs/github-10k-stars.svg"
66
image: "/images/blog/thumbs/github-10k-stars.png"
77
excerpt: ""

_posts/2023-05-17-announcing-duckdb-080.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Announcing DuckDB 0.8.0"
4-
author: Mark Raasveldt and Hannes Mühleisen
4+
author: Mark Raasveldt, Hannes Mühleisen
55
excerpt: ""
66
thumb: "/images/blog/thumbs/duckdb-release-0-8-0.svg"
77
image: "/images/blog/thumbs/duckdb-release-0-8-0.png"

_posts/2023-07-07-python-udf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "From Waddle to Flying: Quickly Expanding DuckDB's Functionality with Scalar Python UDFs"
4-
author: Pedro Holanda, Thijs Bruineman and Phillip Cloud
4+
author: Pedro Holanda, Thijs Bruineman, Phillip Cloud
55
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.
66
tags: ["using DuckDB"]
77
---

0 commit comments

Comments
 (0)