Re: Cassandra connectors

2014-07-11 Thread Robert Coli
On Fri, Jul 11, 2014 at 3:25 PM, Alex Popescu wrote: > > 2. Do we have a RESTful interface for Cassandra? >> > > Accessing C* is done over the CQL protocol. > "Accessing C* is done over Thrift or the CQL protocol." FTFY. If Thrift isn't deprecated, lets not make statements that suggest that it

Re: Cassandra connectors

2014-07-11 Thread Alex Popescu
On Fri, Jul 11, 2014 at 4:23 AM, Lohith Samaga wrote: > Questions: > 1. Do we have any jdbc driver for Cassandra 2.x series? If no, are tehre > any plans to build one? > There's no JDBC driver for C* 2.x, though we might create a wrapper over the Java driver at some point. It should be noted tha

Cassandra connectors

2014-07-11 Thread Lohith Samaga
Hi, I am using Cassandra 2.0.9 server. I use the Datastax java driver to connect to the server. Questions: 1. Do we have any jdbc driver for Cassandra 2.x series? If no, are tehre any plans to build one? 2. Do we have a RESTful interface for Cassandra? Can you please clarify? Thanks in advance.