4 ms·
Streamparse: Pythonic processing of real-time data streams using Apache Storm
Launch announcement: http://www.pixelmonkey.org/2014/05/04/streamparse?utm_medium=referral&utm_source=news.ycombinator.com
- zobzu 12y agodat java
- dang 12y agoThe 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 http://www.pixelmonkey.org/2014/05/04/streamparse
- dmritard96 12y agoso 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.
- pixelmonkey 12y agostreamparse 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.