I want to process my data using Apache Storm. As storm claims it can support any language. My personal preference is NodeJs as I need a lots of JSON transformations and REST call.
But the sad part is I could not found a good example or tutorial to do the same. In npm repository I found some node modules for Storm but my feeling is these all are not used.
Few of them are:
- storm-drpc-node
- storm-multilang-js
- node-storm
- storm-node
My question is, it really right way to use NodeJs with Storm? If yes please suggest some useful links to for examples.
via Ashim
No comments:
Post a Comment