Cascal fork with support for TTL, Secondary indexes, Composite Columns & Counters Columns
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:
- Column TTL: TestStandardInesrtAndList last test
- Secondary index: TestSecondaryIndex
- Counters columns: CounterCoulmnTest
- Static Composite Columns: CompositeTest
Download and install sbt, then run:
$ sbt package
master: Cassandra 1.1.x
branch 1.0.0: Cassandra 1.0.x
branch 0.8: Cassandra 0.8.x