Search code examples
scalacassandraphantom-dsl

cassandra with scala


Does anyone have advice on using cassandra with scala? There is no native scala-cassandra client supporting cassandra version 8.0+, so I have to use hector, and it seems to work OK but not to be concise. Do you have any attempts, recommendations or any wrapper code,.. etc for hector ?


Solution

  • Cassie is "A Scala client for Cassandra": https://github.com/twitter/cassie. According to twitter's dev block it was released on 2012-02-09, after the initial answer to this question.

    https://wiki.apache.org/cassandra/ClientOptions also lists Cascal which I think is older than Cassie.