Tech News
← Back to articles

Show HN: DuckDB for Kafka Stream Processing

read original related products more articles

On this page

Quickstart

Create a stream processor that reads data from Kafka in less than 5 minutes.

Get started by running a stream processor that executes SQL against a kafka stream and writes the output to the console.

Docker

A copy of turbolytics/sql-flow cloned on your local machine (https://github.com/turbolytics/sql-flow)

turbolytics/sql-flow Python dependencies installed

cd path/to/turbolytics/sql-flow/github/repo && pip install -r requirements.txt

The turbolytics/sql-flow docker image

... continue reading