Hacker News new | ask | show | jobs
Streamparse: Pythonic processing of real-time data streams using Apache Storm (github.com)
75 points by msukmanowsky 4415 days ago
Launch announcement: http://www.pixelmonkey.org/2014/05/04/streamparse?utm_medium=referral&utm_source=news.ycombinator.com
3 comments

The submitter included a link to a launch announcement, but the text field doesn't get posted when there's a url. Here's the link: http://www.pixelmonkey.org/2014/05/04/streamparse
so i know storm already supported python bolts/spouts. I'm sure there is value added here but I would love an explanation/example of why this is better than simply implementing my topology on top of storm by it self.
streamparse does run Python bolts and spouts atop Storm itself. The difference is that it is an improved Python multilang adapter. It also has command-line tooling for making projects and submitting topologies to a Storm cluster.
dat java