Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions community_extensions/extensions/airport.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repo:
github: query-farm/airport
ref: 8ed5226602c5106894b5b9575462b0ccc3dcca19

extension_star_count: 293
extension_star_count_pretty: 293
extension_star_count: 296
extension_star_count_pretty: 296
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_airport.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/cache_httpfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ docs:
- Exposes function to get cache size and cleanup cache
- Provides an option to disable / enable cache, which could act as a drop-in replacement for httpfs

extension_star_count: 92
extension_star_count_pretty: 92
extension_star_count: 93
extension_star_count_pretty: 93
extension_download_count: 862
extension_download_count_pretty: 862
image: '/images/community_extensions/social_preview/preview_community_extension_cache_httpfs.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/chsql.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ docs:
#### Legal Disclaimer
> DuckDB ® is a trademark of DuckDB Foundation. ClickHouse® is a trademark of ClickHouse Inc. All trademarks, service marks, and logos mentioned or depicted are the property of their respective owners. The use of any third-party trademarks, brand names, product names, and company names is purely informative or intended as parody and does not imply endorsement, affiliation, or association with the respective owners.

extension_star_count: 68
extension_star_count_pretty: 68
extension_star_count: 69
extension_star_count_pretty: 69
extension_download_count: 5668
extension_download_count_pretty: 5.7k
image: '/images/community_extensions/social_preview/preview_community_extension_chsql.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/duckdb_mcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ docs:
- `mcp_publish_query(sql, uri, format, interval)` - Publish query results

The extension implements the complete JSON-RPC 2.0 MCP protocol with support for multiple transport mechanisms. It enables powerful use cases including database federation, remote data access, tool orchestration, and exposing database insights to external MCP-compatible systems. Perfect for integration with AI agents, data pipelines, and distributed analytical workflows.
extension_star_count: 5
extension_star_count_pretty: 5
extension_star_count: 6
extension_star_count_pretty: 6
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_duckdb_mcp.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/duckpgq.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ docs:

*Disclaimer:* As this extension is part of an ongoing research project by the Database Architectures group at CWI, some features may still be under development. We appreciate your understanding and patience as we continue to improve it.

extension_star_count: 254
extension_star_count_pretty: 254
extension_star_count: 256
extension_star_count_pretty: 256
extension_download_count: 844
extension_download_count_pretty: 844
image: '/images/community_extensions/social_preview/preview_community_extension_duckpgq.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/flockmtl.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ docs:

> *Note:* FlockMTL is part of ongoing research by the [Data & AI Systems (DAIS) Laboratory @ Polytechnique Montréal](https://dais-polymtl.github.io/). It is under active development, and some features may evolve. Feedback and contributions are welcome!

extension_star_count: 262
extension_star_count_pretty: 262
extension_star_count: 263
extension_star_count_pretty: 263
extension_download_count: 499
extension_download_count_pretty: 499
image: '/images/community_extensions/social_preview/preview_community_extension_flockmtl.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/geotiff.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ docs:
If you pass multiple bands (e.g., band := [1,2,3]) it returns a wide schema:
(cell_id, band1, band2, …). This is optimized for fast CTAS/UPDATE patterns
when building “wide” raster tables inside DuckDB.
extension_star_count: 1
extension_star_count_pretty: 1
extension_star_count: 2
extension_star_count_pretty: 2
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_geotiff.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/h3.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ docs:
extended_description: |
The H3 extension adds support for the [H3 hierarchical hexagonal grid system](https://h3geo.org/).

extension_star_count: 217
extension_star_count_pretty: 217
extension_star_count: 218
extension_star_count_pretty: 218
extension_download_count: 26729
extension_download_count_pretty: 26.7k
image: '/images/community_extensions/social_preview/preview_community_extension_h3.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/hdf5.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ docs:
extended_description: |
This extension provides a read function for HDF5 files.

extension_star_count: 8
extension_star_count_pretty: 8
extension_star_count: 9
extension_star_count_pretty: 9
extension_download_count: 467
extension_download_count_pretty: 467
image: '/images/community_extensions/social_preview/preview_community_extension_hdf5.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/httpserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ docs:

> This DuckDB extension was created by Query.Farm, where we develop and maintain many extensions that expand DuckDB’s capabilities by connecting it to new data sources, formats, and features.

extension_star_count: 226
extension_star_count_pretty: 226
extension_star_count: 227
extension_star_count_pretty: 227
extension_download_count: 873
extension_download_count_pretty: 873
image: '/images/community_extensions/social_preview/preview_community_extension_httpserver.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/ofquack.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ docs:
extended_description: |
The Ofquack extension provides seamless integration between DuckDB and Oracle Fusion via WSDL-based SOAP calls.
It allows you to run arbitrary SQL queries against Oracle Fusion database directly from DuckDB, inferring column names at runtime and returning all data as VARCHAR columns—as native DuckDB tables and as resultsets that can be directly consumed by downstream applications.
extension_star_count: 4
extension_star_count_pretty: 4
extension_star_count: 5
extension_star_count_pretty: 5
extension_download_count: 440
extension_download_count_pretty: 440
image: '/images/community_extensions/social_preview/preview_community_extension_ofquack.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repo:
github: query-farm/radio
ref: 766f92777d3935e9c25e113f3257b305c313e7c1

extension_star_count: 28
extension_star_count_pretty: 28
extension_star_count: 29
extension_star_count_pretty: 29
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_radio.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/rusty_quack.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ docs:
The quack extension is based on DuckDB's [Rust Extension Template](https://github.com/duckdb/extension-template-rs/), and it's a great starting point to get started building DuckDB extensions in Rust.


extension_star_count: 78
extension_star_count_pretty: 78
extension_star_count: 79
extension_star_count_pretty: 79
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_rusty_quack.png'
Expand Down
4 changes: 2 additions & 2 deletions community_extensions/extensions/textplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ repo:
github: query-farm/textplot
ref: 0341f691404f427cf0b72f9669f19bbd3c3ff1e1

extension_star_count: 4
extension_star_count_pretty: 4
extension_star_count: 5
extension_star_count_pretty: 5
extension_download_count: null
extension_download_count_pretty: n/a
image: '/images/community_extensions/social_preview/preview_community_extension_textplot.png'
Expand Down