You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Michael Klishin <mi...@gmail.com> on 2013/06/18 18:33:29 UTC

ANN Introducing Cassaforte, a Clojure client for Cassandra built around CQL 3.0

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