Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: improve readme #40

Merged
merged 1 commit into from
Jul 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# 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).
This repository collects third-party extensions created for [DuckDB](https://www.duckdb.org).

See the documentation for the current extensions:
Visit the [DuckDB community extensions website](https://community-extensions.duckdb.org) to learn more about the available extensions.

[Learn about the official extensions and community extensions.](https://duckdb.org/2024/07/05/community-extensions)

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). |
| [evalexpr_rhai](https://community-extensions.duckdb.org/extensions/evalexpr_rhai.html) | Evaluate the Rhai scripting language in DuckDB. |
| [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. |
| [ulid](https://community-extensions.duckdb.org/extensions/ulid.html) | ULID data type for DuckDB |
Loading