-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# community-extensions | ||
# DuckDB Community Extensions Repository | ||
|
||
The DuckDB Community Extensions Repository serves third-party extensions for DuckDB. | ||
Check the [announcement blog post](https://duckdb.org/2024/07/05/community-extensions). | ||
|
||
See the documentation for the current extensions: | ||
|
||
| Name | Description | | ||
|----|------------| | ||
| [crypto](https://community-extensions.duckdb.org/extensions/crypto.html) | Adds cryptographic hash functions and [HMAC](https://en.wikipedia.org/wiki/HMAC). | | ||
| [h3](https://community-extensions.duckdb.org/extensions/h3.html) | Implements hierarchical hexagonal indexing for geospatial data. | | ||
| [lindel](https://community-extensions.duckdb.org/extensions/lindel.html) | Implements linearization/delinearization, Z-Order, Hilbert and Morton curves. | | ||
| [prql](https://community-extensions.duckdb.org/extensions/prql.html) | Allows running [PRQL](https://prql-lang.org/) commands directly within DuckDB. | | ||
| [scrooge](https://community-extensions.duckdb.org/extensions/scrooge.html) | Supports a set of aggregation functions and data scanners for financial data. | | ||
| [shellfs](https://community-extensions.duckdb.org/extensions/shellfs.html) | Allows shell commands to be used for input and output. | |