/calliope-release

The repository for the G.A. codebase for Calliope. For the E.A. codebase request an early access to the development repo, http://tuplejump.github.io/calliope/

Primary LanguageScalaApache License 2.0Apache-2.0

Calliope

Calliope is a library providing an interface to consume data from Cassandra to spark and store RDDs from Spark to Cassandra.

In Greek mythology, Calliope (/kəˈlaɪ.əpiː/ kə-ly-ə-pee; Ancient Greek: Καλλιόπη Kalliopē "beautiful-voiced") was the muse of epic poetry,daughter of Zeus and Mnemosyne, and is believed to be Homer's muse, the inspiration for the Odyssey and the Iliad.

We hope Calliope will also be the muse for your epic data poetry!

For more information visit - http://tuplejump.github.com/calliope

Download Binary

** This is the GA release of Calliope working with Spark 0.8.1, if you are using Spark 0.9.0 use 0.9.0-EA release, and use the free sign up for the code access aand support at http://tuplejump.github.io/calliope **

You can download the library from here

Add to Maven

<dependency>
  <groupId>com.tuplejump</groupId>
  <artifactId>calliope_2.9.3</artifactId>
  <version>0.8.1</version>
</dependency>

Add to SBT

libraryDependencies += "com.tuplejump" %% "calliope" % "0.8.1"

Note on Scala version Calliope is built with Scala 2.9.3, the same version as the current release of Spark. In future when Spark moves on to newer Scala version, we will try to keep releasing Calliope with all the versions of Scala for which Spark is available.