Wednesday, 10 May 2017

Is it possible to use Storm Bolt implementations with Node Js?

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:

  1. storm-drpc-node
  2. storm-multilang-js
  3. node-storm
  4. 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