GitHub - turbolytics/sql-flow: DuckDB for streaming data
SQLFlow: DuckDB for Streaming Data.
SQLFlow enables SQL-based stream-processing, powered by DuckDB. SQLFlow embeds duckdb, supporting kafka stream processing logic using pure sql.
SQLFlow executes SQL against streaming data, such as Kafka or webhooks. Think of SQLFlow as a way to run sql against a continuous stream of data. The data outputs can be shipped to sinks, such as Kafka.
SQLFlow Use-Cases
Streaming Data Transformations: Clean data and types and publish the new data (example config).
Str...
Read more at github.com