Hello, I’ve been working on a project that embeds duckdb for stream processing.<p>I just added support for websocket sources which enables sql over the Bluesky firehouse.<p><a href="https://github.com/turbolytics/sql-flow?tab=readme-ov-file#consuming-bluesky-firehose">https://github.com/turbolytics/sql-flow?tab=readme-ov-file#c...</a><p>Duckdb does all the sql execution, and python is responsible for sourcing the data.<p>The project is still quite young and I’m very much still experimenting, but I’d love any feedback. Thank you.