cascal
cascal copied to clipboard
a high-level scala based cassandra library
h3. Project Status
I am no longer actively developing Cascal due to some work changes and the non-existence of free-time at this point in my life. This is not to say I won't return to this project at some point in the future, however I can make no current commitments to quality on this. If you would like to fork and continue the project please feel free to do so. If you happen to do so, let me know and I'll link to your fork from this page. Cheers.
h3. Cascal - Cassandra Simplified
|. Primary Author|Chris Shorrock| |. Home Page|"http://wiki.github.com/shorrockin/cascal/":http://wiki.github.com/shorrockin/cascal/| |. API Doc|"http://shorrockin.com/cascal/scaladocs/":http://shorrockin.com/cascal/scaladocs/| |. Stable Version|1.2 (Scala 2.7.7)| |. Snapshot Version|1.3-SNAPSHOT (Scala 2.8.0)| |. Cassandra Version|0.6.1|
h3. Description:
Cascal is a simple "Cassandra":http://cassandra.apache.org/ library built on the "Scala":www.scala-lang.org 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":http://wiki.github.com/shorrockin/cascal/ for detailed usage information.
h3. Maven Information
com.shorrockin
cascal
1.3-SNAPSHOT
shorrockin.com
Shorrockin Repository
http://maven.shorrockin.com/