Hi Santosh, Hector is a Java library, so it cannot be used in nodejs. There are a couple other node modules for connecting to Cassandra such as the node-cassandra-client [1] and the raw node-thrift client [2], but we've had most success with Helenus and would personally recommend using that over the others.
Hope that helps, Branden [1] https://github.com/racker/node-cassandra-client [2] https://github.com/apache/thrift/tree/trunk/lib/nodejs On Sat, Jul 27, 2013 at 4:50 AM, Santosh Kumar <[email protected]>wrote: > Hi, > I wanted to know different ways of connecting nodejs to cassandra just > as we use helenus to connect to cassandra in nodejs can we use hector to > connect to cassandra through nodejs. > > > -- > Regards > ---- > > Santosh Kumar C S > > > > _______________________________________________ > oae-dev mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-dev > >
_______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
