Projects

124 repositories across rustyconover and Query-farm — 1,540 total stars

DuckDB Extensions (48)

48 extensions built under Query.Farm — from HTTP servers and Arrow Flight to Kafka, ClickHouse dialect, and LLM prompting.

Apache Arrow

airport

Query-farm
323

The Airport extension for DuckDB, enables the use of Arrow Flight with DuckDB

arrow arrow-flight
C++ Updated 3d ago
DuckDB

httpserver

Query-farm
269

DuckDB HTTP API Server and Query Interface in a Community Extension

api api-server community-extension extension
C++ Updated 15d ago
DuckDB

shellfs

Query-farm
93

DuckDB extension allowing shell commands to be used for input and output.

pipes popen shell subprocesses
C++ Updated 2d ago
DuckDB

clickhouse-sql

Query-farm
89

DuckDB Community Extension implementing ClickHouse SQL Dialect macros and Custom functions for DuckDB

chdb chsql clickhouse clickhouse-database
C++ Updated 4mo ago
DuckDB

httpclient

Query-farm
77

DuckDB HTTP GET/POST Client in a Community Extension

extension http-client
C++ Updated 15d ago
DuckDB

lindel

Query-farm
58

DuckDB Extension Linearization/Delinearization, Z-Order, Hilbert and Morton Curves

hilbert hilbert-curve hilbert-transform linearization
C++ Updated 15d ago
DuckDB

openprompt

Query-farm
55

DuckDB Community Extension to prompt LLMs from SQL

duckdb-database extension llm llms
C++ Updated 15d ago
DuckDB

tributary

Query-farm
53

A DuckDB Extension for Kafka

apache-kafka apache-kafka-consumer apache-kafka-producer kafka
C++ Updated 15d ago
DuckDB

cronjob

Query-farm
46

DuckDB CronJob Extension

automation cron cronjob extension
C++ Updated 15d ago
DuckDB

datasketches

Query-farm
40

Integrates DuckDB with the high-performance Apache DataSketches library. This extension enables users to perform approximate analytics on large-scale datasets using state-of-the-art streaming algorithms, all from within DuckDB.

bloomfilter datasketches hyperloglog probalistic-data-structures
C++ Updated 2d ago
DuckDB

radio

Query-farm
35

Radio is a DuckDB extension by Query.Farm that brings real-time event streams into your SQL workflows. It enables DuckDB to receive and send events over systems like WebSocket and Redis Pub/Sub.

event-processing events redis redis-pubsub
C++ Updated 15d ago
DuckDB

duckdb-cron-extension

28

DuckDB Cron Expression Extension

Rust Updated 1y ago
DuckDB

crypto

Query-farm
27

DuckDB Extension for cryptographic hash functions and HMAC

crypto hash-functions hmac
C++ Updated 15d ago
DuckDB

fuzzycomplete

Query-farm
25

DuckDB Extension for fuzzy string matching based autocompletion

autocomplete autocompletion fuzzy-matching fuzzy-string-matching
C++ Updated 15d ago
DuckDB

evalexpr_rhai

Query-farm
24

A DuckDB extension to evaluate the Rhai scripting language as part of SQL.

database rhai rhai-script user-defined-functions
C++ Updated 15d ago
DuckDB

pyroscope

Query-farm
20

DuckDB Pyroscope Extension for Continuous Profiling

continuous-profiling observability olap ppprof
Rust Updated 4mo ago
DuckDB

textplot

Query-farm
17

A DuckDB community extension that enables text-based data visualization directly in SQL queries, including ASCII/Unicode bar charts, density plots, and sparklines for lightweight analytics and dashboards.

bar-chart density-plots progress-bar sparkline
C++ Updated 15d ago
DuckDB

clickhouse-native

Query-farm
17

Experimental ClickHouse Native Client and Native file reader Extension for DuckDB chsql

clickhouse clickhouse-client clickhouse-native reader
Rust Updated 4mo ago
DuckDB

webmacro

Query-farm
15

DuckDB WebMacro: Share and Load your SQL Macros via gists

C++ Updated 2d ago
DuckDB

stochastic

Query-farm
15

A DuckDB extension that add comprehensive statistical distribution functions to DuckDB, enabling advanced statistical analysis, probability calculations, and random sampling directly within SQL queries.

chi-squared cumulative-distribution-function distributions gaussian
C++ Updated 15d ago
DuckDB

hashfuncs

Query-farm
12

A DuckDB extension that supplies non-cryptographic hash functions.

bloom-filter murmurhash3 non-cryptographic non-cryptographic-hash-functions
C++ Updated 3d ago
DuckDB

rapidfuzz

Query-farm
12

DuckDB Community Extension adding RapidFuzz algorithms for search, deduplication, and record linkage.

fuzzy-matching rapidfuzz record-linkage string-matching
C++ Updated 15d ago
DuckDB

pcap

Query-farm
12

DuckDB PCAP Reader Extension made in Rust

extension pcap rust
Rust Updated 4mo ago
Apache Arrow

python-flight-server

Query-farm
12

A Python framework to build Arrow Flight servers for the DuckDB Airport Extension

arrow-flight duckdb-airport python3
Python Updated 6mo ago
Query.Farm

quickjs

Query-farm
11
C++ Updated 15d ago
DuckDB

marisa

Query-farm
11

The Marisa extension by Query.Farm integrates the fast, space-efficient MARISA trie into DuckDB, enabling high-performance string lookups, prefix searches, and autocomplete functionality.

common-prefix-search marisa marisa-trie predictive-search
C++ Updated 15d ago
DuckDB

a5

Query-farm
11

A5 Geospatial Extension for DuckDB

a5 geospatial geospatial-indexes h3
C++ Updated 15d ago
Apache Arrow

adbc_scanner

Query-farm
10

A DuckDB ADBC Scanner Extension - adds support for using ADBC drivers with DuckDB as a client.

adbc apache-arrow odbc
C++ Updated 7d ago
DuckDB

redis

Query-farm
10

DuckDB Redis Client community extension

keyval redis redis-client
C++ Updated 15d ago
DuckDB

copilot-extension-duckdb

Query-farm
9

DuckDB Copilot Extension

assistant copilot copilot-extension duckdb-sql
TypeScript Updated 1mo ago
Query.Farm

tera

Query-farm
8
C++ Updated 15d ago
DuckDB

inflector

Query-farm
6

Powerful string case transformation and inflection capabilities directly to your SQL queries.

camel-case case-changing inflection inflector
C++ Updated 15d ago
DuckDB

tsid

Query-farm
5

TSID Extension for DuckDB

C++ Updated 15d ago
DuckDB

bitfilters

Query-farm
5

A high-performance DuckDB extension providing probabilistic data structures for fast set membership testing and approximate duplicate detection. This extension implements state-of-the-art filter algorithms including Quotient filters, XOR filters, Binary Fuse filters, and soon Bloom filters.

amq approximate-membership-query binary-fuse-filter bloom-filter
C++ Updated 15d ago
Show 14 more extensions
Apache Arrow
python-airport-test-server An Apache Arrow Flight server that demonstrates all capabilities of the DuckDB Airport extension.
Python 4
DuckDB
python-sql-scan-planning A Python library for intelligent file filtering using SQL expressions and metadata-based scan planning. This library enables efficient data lake query optimization by determining which files need to be scanned based on their statistical metadata.
Python 3
DuckDB
jsonata The JSONata extension for DuckDB enables expressive, JSON-focused querying and transformation directly within SQL using the powerful JSONata expression language.
C++ 2
DuckDB
json_schema A DuckDB extension that bring support for validating JSON data using JSON schemas.
C++ 2
DuckDB
python-airport-hello-world A hello world server for the Airport Extension for DuckDB
Python 2
Query.Farm
python-sql-manipulation A Python library for intelligent SQL predicate manipulation using SQLGlot. This library provides tools to safely remove specific predicates from SQL WHERE clauses and filter SQL statements based on column availability.
Python 2
Query.Farm
fair-weather Find your perfect window for outdoor running, walking, cycling, stargazing, and dog walking based on real-time weather scoring
HTML 1
DuckDB
python-duckdb-json-serialization Parse and manipulate DuckDB Serialized Expressions in Python
Python 1
Apache Arrow
arrow-flight-optimized Apache Arrow - but with optimized changes for Flight
C++ 1
Query.Farm
discreture
C++
Query.Farm
blake3
C++
DuckDB
airport-docs The documentation for the DuckDB Airport extension.
SCSS
Query.Farm
.github
DuckDB
duckdb-cron-expression-extension DuckDB Extension for Cron Expressions
Shell

Data Science & Prediction (17)

Time-series prediction, electricity market modeling, and autonomous forecasting agents.

Show 17 more projects

Libraries & Developer Tools (9)

Reusable libraries for geospatial indexing, unique identifiers, infrastructure, and more.

Show 6 more projects

Other Projects (26)

Websites, experiments, and everything else.

Show 26 more projects
MemorableUniqueIdentifier Memorable Unique Identifiers for Julia
Julia 1
DuckDB
duckdb-developer-day-1-extension-workshop
Vue
Query.Farm
intervaltools
Python
Query.Farm
collect
Python
Query.Farm
workshop-1
Python
memory-passing-speed-benchmark
C
reddit-recorder Save and record comments and submissions from Reddit into S3 for later analysis.
Python
radio-scanner-analyzer Analyze the activity on public scanner audio streams.
TypeScript
typescript-api-gateway-lambda-base A basic Typescript Lambda function that uses API Gateway
JavaScript
ncep-grib2-definitions Parse NCEP data for GRIB.jl local definitions.
TypeScript
inbox-queue A queue of things for my reading inbox.
moore-hilbert A safe Rust binding to Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries
Rust
moore-hilbert-sys A unsafe Rust binding to Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries
C
starter-express-typescript A starter server in express.js and Typescript.
TypeScript
AWS
typescript-aws-lambda-function A basic scaffold for a Typescript based AWS Lambda Function
TypeScript
rustyconover.github.io
HTML
AWS
aws-rekognition-text-detection-filter A neural network to optimize calls to AWS Rekognition Detect Text
HTML
vm-ec2-security-credentialcache Cache credentials respecting expriation time for IAM roles.
Perl
encode-detective Encode::Detective
C++
WebService-Intercom a perl interface to Intercom.io
Perl
AWS
amazon-ses Interfaces with AWS's SES service.
Perl
AWS
vm-ec2-instance-located A quick check to determine if the currently running code is running on a AWS EC2 instance.
Perl
devel-stacktrace-ashtmlextended Displays stack trace in HTML
Perl
Webservice-Amazon-Signature
Perl
WebService-Validator-HTML-W3C WebService-Validator-HTML-W3C
Perl
Test-HTML-W3C Test::HTML::W3C
Perl

Forks & Contributions (109)

Upstream contributions and forks of projects I use or maintain.

+ 94 more forks on GitHub