For the past week or so I've been developing (another) Scala based high level Cassandra client - Cascal. While I know there's several other (good quality) clients I thought developing my own would be a great way to familiarize myself with Cassandra as part of my analysis at work (which it was!).
While I didn't write it intending to release it, now that I've completed it I've decided to release it into the wild (currently built against the 0.6-beta3 version of Cassandra) as I feel it takes a little different approach than some of the other libraries out there. While this may not be production ready, I will be using it to perform several tests for work so if those perform as I expect them to my plan is to use and maintain this for some time. Documentation is available at: http://wiki.github.com/shorrockin/cascal/ Source is available through: http://github.com/shorrockin/cascal ScalaDocs: http://shorrockin.com/cascal/scaladocs/ Any and all feedback is welcome. Cheers.