I am trying to connect Node.js(using Express) with Cassandra CQL using Helenus.
I have created the keyspace in CQL and installed Helenus but I am getting the exception shown below:
D:\Test\node_modules\helenus\node_modules\helenus-thrift\lib\thrift\connection.js:90
throw e;
HelenusNoAvailableNodesException: Could Not Connect To Any Nodes
Any help would be appreciated.