ANN Cassaforte 2.0 is released

2014-12-20 Thread Michael Klishin
Cassaforte [1] is a modern Clojure client for Apache Cassandra  and DataStax Enterprise. 2.0 is a major release with breaking API changes. Release notes:  http://blog.clojurewerkz.org/blog/2014/12/20/cassaforte-2-dot-0-0-is-released/ Documentation guides (up-to-date for 2.0):

ANN Cassaforte 1.3.0 is released

2014-05-16 Thread Michael Klishin
Cassaforte [1] is a Clojure client for Cassandra built around CQL and focusing on ease of use. Release notes: http://blog.clojurewerkz.org/blog/2014/05/15/cassaforte-1-dot-3-0-is-released/ 1. http://clojurecassandra.info -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin

Re: What is best Cassandra client?

2013-07-04 Thread Michael Klishin
2013/7/4 Tony Anecito adanec...@yahoo.com Where can I get a compiled jar? http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22cassandra-driver-core%22 -- MK http://github.com/michaelklishin http://twitter.com/michaelklishin

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

2013-06-18 Thread Michael Klishin
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