Skip to content

Repository files navigation

Query.Farm

DuckDB Tributary Extension

DuckDB v1.5 build

The Tributary extension provides seamless integration between DuckDB and Apache Kafka, enabling real-time querying and analysis of streaming data. With this extension, users can consume messages directly from Kafka topics into DuckDB for immediate processing, as well as write processed data back to Kafka streams.

Documentation

Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:

https://query.farm/products/extensions/tributary

Installation

INSTALL tributary FROM community;
LOAD tributary;

Development

For instructions on building the extension from source and running its tests, see BUILDING.md.