You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Rohit Naik <ro...@persistent.com> on 2015/05/15 11:32:24 UTC

Java Client Driver for Cassandra 2.0.14

Apart from datastax java client driver, does Apache Cassandra provide its own java client driver? Or should be using the datastax one?
If yes, then could anyone give me the link?

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.


Re: Java Client Driver for Cassandra 2.0.14

Posted by Artur Kronenberg <ar...@openmarket.com>.
I started using the datastax driver (coming from astynax driver) 
recently. It is awesome! Use it :D

https://github.com/datastax/java-driver

Cheers,

artur

On 15/05/15 10:32, Rohit Naik wrote:
> DISCLAIMER ========== This e-mail may contain privileged an


Re: Java Client Driver for Cassandra 2.0.14

Posted by Robert Coli <rc...@eventbrite.com>.
On Fri, May 15, 2015 at 2:32 AM, Rohit Naik <ro...@persistent.com>
wrote:

>  Apart from datastax java client driver, does Apache Cassandra provide
> its own java client driver? Or should be using the datastax one?
>

As a general statement, the Datastax drivers are the most well supported
clients.

=Rob