Skip to content

oztc/cascal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Scala based Cassandra client

Cascal fork with support for TTL, Secondary indexes, Composite Columns & Counters Columns

Description:

Cascal is a simple Cassandra library built on the Scala language that provides a very consistent and simple means by which you can interact with the Cassandra DB, providing simple means to:

  • Insert / List / Get / Delete
  • Batch Insert / Delete / Add
  • Map Seq[Columns] Into Domain Objects
  • Set Column TTL
  • Secondary Indexes
  • Counters Columns
  • Experimental Static Composite Columns
  • Utilize a Session Pool

One of the goals of Cassandra is to make the Thrift library operate in a way more conducive with the Scala language. As such when using Cascal you only need to used the Cascal libraries.

Please see the wiki pages for detailed usage information. Until I will update the wiki take a look at:

How to build

Download and install sbt, then run:

$ sbt package

Project Status

master: Cassandra 1.0.x
branch 0.8: Cassandra 0.8.x

About

Simple high-level Scala based Cassandra library

Resources

License

Stars

Watchers

Forks

Packages

No packages published