Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
at kafka-node and it looks reasonable simple to integrate >>> Node with Storm. My original problem was getting the KafkaBolt to work, so >>> i can output the data to Kafka and then use kafka-node to consume the data >>> to the Node app. I have had some help from this mail

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
th >> Storm) that i can't get to the bottom of. I am doing this as part of my >> final year project in college and i am brand new to all these technologies >> (apart from Java) so it is more than likely something i am doing wrong >> somewhere. >> >> I don't actually need to use Kafka. That just se

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
so it is more than likely something i am doing wrong > somewhere. > > I don't actually need to use Kafka. That just seemed like the best way to > connect Storm to the app. I have just taken a quick look at Redis and it > seems to be a better way of connecting the two. I will try to get

RE: Connecting Storm Output to Node.js app

2016-02-24 Thread david kavanagh
ll post up how i get on. Thanks again, the advice is much appreciated. Regards,David Date: Wed, 24 Feb 2016 14:31:40 -0500 Subject: Re: Connecting Storm Output to Node.js app From: br...@resolvingarchitecture.com To: user@storm.apache.org Have you tried https://www.npmjs.com/package/kafka-node O

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Brian Taylor
Have you tried https://www.npmjs.com/package/kafka-node On Wed, Feb 24, 2016 at 2:28 PM, Patrick Wiener wrote: > Have you considered using Redis? > > You could hook up Storm with Redis (e.g. through Jedis) and using Redis > built in pub/sub mechanism for data retrieval from within Node.js > > >

Re: Connecting Storm Output to Node.js app

2016-02-24 Thread Patrick Wiener
Have you considered using Redis? You could hook up Storm with Redis (e.g. through Jedis) and using Redis built in pub/sub mechanism for data retrieval from within Node.js Regards, Patrick > Am 23.02.2016 um 19:47 schrieb david kavanagh : > > Hello, > > I currently have Storm up and running

Connecting Storm Output to Node.js app

2016-02-23 Thread david kavanagh
Hello, I currently have Storm up and running on two Ubuntu VM's. I have Stormpulling data from a database on a MySQL Cluster and now I am trying to figure out a way of getting Storm and a Node.js app on a remote VM communicating. I have tried to use a Kafka Topic to store the output from Storm s