Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

zyeming/cascal

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

156 Commits
156 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.1.x
branch 1.0.0: 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

Languages

  • Scala 97.5%
  • Java 2.5%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.