JDBC connectivity for Cassandra?

2015-07-06 Thread amit tewari
Hi Is their any official JDBC connectivity for Datastax Cassandra (or Cassandra in general). I am looking to fire "insert into" cassandra like that I can do in CQL. Thanks

C*/Nodejs REST API integration

2015-07-01 Thread amit tewari
Hi I am using REST API to insert data into C* using below reference link. http://docs.datastax.com/en/developer/nodejs-driver/2.0/nodejs-driver/quick_start/qsSimpleClientExecutingQueries.html However the insert performance is extremely lagging. *Can anyone has experience with Nodejs driver for

Does Cassandra CQL supports 'Create Table as Select'?

2015-05-19 Thread amit tewari
Hi We would like to have the ability of being able to create new tables from existing tables (on the fly), but with with a new/different partition key. Can this be done from CQL? Thanks Amit