Hello Everyone, having lots of fun figuring out ways to use DuckDB in common data operations. Already seeing huge savings in traditional data engineering applications replacing data warehouse queries with duckdb over blob storage (parquet).<p>SQLFlow uses duckdb to process kafka streaming data.<p>The goal is to create an environment where stream logic can be expressed in pure SQL with a simple and performant deployment, leveraging kafka consumer groups for state management.<p>The new in-memory processor easily handles 45,000 messages / second for simple aggregation.<p><a href="https://github.com/turbolytics/sql-flow?tab=readme-ov-file#benchmarks">https://github.com/turbolytics/sql-flow?tab=readme-ov-file#b...</a><p>------<p>I'd really appreciate feedback on features that would make this more useful. It's basically just a POC at this point.<p>Thank you