Skip to content

Commit

Permalink
Merge pull request #3261 from carlopi/community_extension_table
Browse files Browse the repository at this point in the history
Add current list of community extensions
  • Loading branch information
szarnyasg committed Jul 8, 2024
2 parents 1f7272b + b465725 commit bc3f24b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions docs/extensions/community_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ title: Community Extensions

DuckDB recently launched a [Community Extensions repository](https://github.com/duckdb/community-extensions).
For details, see the [announcement blog post]({% post_url 2024-07-05-community-extensions %}).

## List of Community Extensions

| Name | GitHub | Description |
| :------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | :---------------------------------------------------------------- |
| [crypto](https://community-extensions.duckdb.org/extensions/crypto.html) | [<span class="github">GitHub</span>](https://github.com/rustyconover/duckdb/crypto-extension) | Cryptographic hash functions and HMAC |
| [h3](https://community-extensions.duckdb.org/extensions/h3.html) | [<span class="github">GitHub</span>](https://github.com/isaacbrodsky/h3-duckdb) | Hierarchical hexagonal indexing for geospatial data |
| [lindel](https://community-extensions.duckdb.org/extensions/lindel.html) | [<span class="github">GitHub</span>](https://github.com/rustyconover/duckdb-lindel-extension) | Linearization/Delinearization, Z-Order, Hilbert and Morton Curves |
| [prql](https://community-extensions.duckdb.org/extensions/prql.html) | [<span class="github">GitHub</span>](https://github.com/ywelsh/duckdb-prql) | Support for PRQL, the Pipelined Relational Query Language |
| [quack](https://community-extensions.duckdb.org/extensions/quack.html) | [<span class="github">GitHub</span>](https://github.com/hannes/quack) | Provides a hello world example demo |
| [scrooge](https://community-extensions.duckdb.org/extensions/scrooge.html) | [<span class="github">GitHub</span>](https://github.com/pdet/Scrooge-McDuck) | Provides functionality for financial data-analysis |
| [shellfs](https://community-extensions.duckdb.org/extensions/shellfs.html) | [<span class="github">GitHub</span>](https://github.com/rustyconover/duckdb-shellfs-extension) | Allow shell commands to be used for input and output |
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: docu
title: Gitignore for DuckDB
---

If you work in a Git repository, you may want to configure your [Gitignore](https://git-scm.com/docs/gitignore) to disable tracking [files created by DuckDB]({% link docs/operations_manual/files_created_by_duckdb.md %}).
If you work in a Git repository, you may want to configure your [Gitignore](https://git-scm.com/docs/gitignore) to disable tracking [files created by DuckDB]({% link docs/operations_manual/footprint_of_duckdb/files_created_by_duckdb.md %}).
These potentially include the DuckDB database, write ahead log, temporary files.

## Sample Gitignore Files
Expand Down

0 comments on commit bc3f24b

Please sign in to comment.