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

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to