You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/list_of_community_extensions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
|[nanoarrow]({% link community_extensions/extensions/nanoarrow.md %}) |[<spanclass=github>GitHub</span>](https://github.com/paleolimbot/duckdb-nanoarrow)| Allows the consumption and production of the Apache Arrow interprocess communication (IPC) format, both from files and directly from stream buffers. |
5
5
|[bigquery]({% link community_extensions/extensions/bigquery.md %}) |[<spanclass=github>GitHub</span>](https://github.com/hafenkran/duckdb-bigquery)| Integrates DuckDB with Google BigQuery, allowing direct querying and management of BigQuery datasets |
6
6
|[bitfilters]({% link community_extensions/extensions/bitfilters.md %}) |[<spanclass=github>GitHub</span>](https://github.com/query-farm/bitfilters)| Provides high-performance, space-efficient probabilistic data structures—including quotient, XOR, and binary fuse filters—for fast approximate set membership testing with no false negatives and configurable false positive rates. |
7
+
|[blockduck]({% link community_extensions/extensions/blockduck.md %}) |[<spanclass=github>GitHub</span>](https://github.com/luohaha/BlockDuck)| Live SQL Queries on Blockchain |
7
8
|[boilstream]({% link community_extensions/extensions/boilstream.md %}) |[<spanclass=github>GitHub</span>](https://github.com/dforsber/boilstream-extension)| Mounts boilstream server as a secure Remote Secrets Storage |
8
9
|[cache_httpfs]({% link community_extensions/extensions/cache_httpfs.md %}) |[<spanclass=github>GitHub</span>](https://github.com/dentiny/duck-read-cache-fs)| Read cached filesystem for httpfs |
9
10
|[capi_quack]({% link community_extensions/extensions/capi_quack.md %}) |[<spanclass=github>GitHub</span>](https://github.com/duckdb/extension-template-c)| Provides a hello world example demo from the C/C++ C API template |
SELECT * FROM duckdb_secrets(); -- Fetches secrets from remote host
25
27
extended_description: |
26
-
This extension implements secure remote secrets storage on compatible REST API endpoints.
28
+
This extension implements secure remote secrets storage on compatible REST API endpoints. It uses a one-time short lived bootstrap token provided through PRAGMA and runs PKCE token exchange for longer living session token with refreshing.
27
29
Required REST API on the server endpoint: https://github.com/dforsber/boilstream-extension/blob/main/src/README.md
28
30
As an example with boilstream server provided REST API:
29
31
- Download and run boilstream server, go to https://your-server/, register user with MFA
0 commit comments