TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Python Stream Processing with Denormalized

20 pointsby emgeee6 months ago
tl;dr we’re releasing python bindings for writing stream processing jobs using the Denormalized Rust library.<p>Hey HN,<p>A few months ago we released Denormalized, our embeddable stream processing engine written in rust [0]. Today we’re excited to showcase python bindings for the library.<p>Python is still very much the language of data and we wanted to make it easy for more engineers to write fast streaming jobs without having to learn Rust.<p>Currently, you can use the library to write streaming aggregations, stream joins, and user defined aggregate functions (thought the API for this is quite clunk).<p>The library is available on pypi: `pip install denormalized` and we’ve created a simple docker container that will quickly spin up an instance of kafka along with a script to write fake data to make running the examples [1] really easy: `docker run --rm -p 9092:9092 emgeee&#x2F;kafka_emit_measurements:latest`<p>We’d love to hear your feedback<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41258276">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=41258276</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;probably-nothing-labs&#x2F;denormalized&#x2F;tree&#x2F;main&#x2F;py-denormalized&#x2F;python&#x2F;examples">https:&#x2F;&#x2F;github.com&#x2F;probably-nothing-labs&#x2F;denormalized&#x2F;tree&#x2F;m...</a>

1 comment

promichael6 months ago
Looks great! I remember seeing your post from a few months ago and I tried out <a href="https:&#x2F;&#x2F;github.com&#x2F;finos&#x2F;perspective">https:&#x2F;&#x2F;github.com&#x2F;finos&#x2F;perspective</a> but it wasn&#x27;t for me. Will be giving this a try later this week!
评论 #42128358 未加载