The ClojureWerkz Blog

News and updates about ClojureWerkz projects

Cassaforte 1.1.0 Is Released

TL;DR

Cassaforte is a new Clojure client for Apache Cassandra 1.2+. It is built around CQL 3 and focuses on ease of use. You will likely find that using Cassandra from Clojure has never been so easy.

1.1.0 is a minor release that introduces one bug fix and one minor improvement.

Changes between Cassaforte 1.0.1 and 1.1.0

Fixes for prepared queries with multi-cql

Multi-cql didn’t work with unforced prepared statements, now it’s possible to use client/prepared with multi-cql as well.

Fixes for compound keys in iterate-world queries

Iterate world didn’t work fro tables with compound primary keys. Now it’s possible to iterate over collections that have compound keys.

Cassaforte change log can be found on GitHub.

News and Updates

New releases and updates are announced on Twitter. Cassaforte also has a mailing list, feel free to ask questions and report issues there.

Cassaforte is a ClojureWerkz Project

Cassaforte is part of the group of libraries known as ClojureWerkz, together with

  • Langohr, a Clojure client for RabbitMQ that embraces the AMQP 0.9.1 model
  • Monger, a Clojure MongoDB client for a more civilized age
  • Elastisch, a minimalistic Clojure client for ElasticSearch
  • Welle, a Riak client with batteries included
  • Neocons, a Clojure client for the Neo4J REST API
  • Quartzite, a powerful scheduling library

and several others. If you like Cassaforte, you may also like our other projects.

Let us know what you think on Twitter or on the Clojure mailing list.

Michael on behalf of the ClojureWerkz Team.