A Java client driver for Apache Cassandra. This driver works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol. The driver architecture is based on layers.
If you're reading this on github.com, please note that this is the readme for the development version and that some features described here might not yet have been ...
In my last post, “Hello Cassandra,” I looked at downloading the Cassandra NoSQL database and using cqlsh to connect to a Cassandra database. In this post, I look at the basics of connecting to a ...