Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Latest commit

History

68 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Cascal – Cassandra Simplified

Primary AuthorChris Shorrock
Home Pagehttp://wiki.github.com/shorrockin/cascal/
API Dochttp://shorrockin.com/cascal/scaladocs/
Stable Version1.1
Snapshot Version1.2-SNAPSHOT
Scala Version2.7.7
Cassandra Version0.6.1

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
  • Map Seq[Columns] Into Domain Objects
  • 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.

Maven Information


<dependencies>
<dependency>
<groupId>com.shorrockin</groupId>
<artifactId>cascal</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>shorrockin.com</id>
<name>Shorrockin Repository</name>
<url>http://maven.shorrockin.com/</url>
</repository>
</repositories>

About

a high-level scala based cassandra library

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages