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.
Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:
https://query.farm/products/extensions/tributary
INSTALL tributary FROM community;
LOAD tributary;For instructions on building the extension from source and running its tests, see BUILDING.md.