Cassaforte [1] is a Clojure client for Cassandra built around CQL 3.0 and focusing on ease of use. It's built on top of the new DataStax Java driver [2] and supports all the major features you'd expect from a data store client:
* Connection to a single node or a cluster * All CQL 3.0 operations * Convenient CQL 3.0 queries, including queries with placeholders (?, a la JDBC) * Nice query DSL for Clojure * Automatic deserialization of column names and values according to the schema and then some. To learn more, see http://blog.clojurewerkz.org/blog/2013/06/17/introducing-cassaforte/ 1. http://clojurecassandra.info 2. https://github.com/datastax/java-driver -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin