gdiscry / scacs

The Scala Cluster Service (ScaCS) provides a framework used to manage the nodes, their data and the computations applied to that data.

Home Page:http://dev.discry.be/redmine/projects/scacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScaCS (Scala Cluster Service)

ScaCS provides a Scala framework used to manage the nodes of a cluster, their data and the computations applied to that data.

Build from source

Get the source code

$ git clone git://github.com/gdiscry/scacs.git
$ cd scacs

Dependencies

ScaCS requires the following dependencies to build from source:

  • sbt ≥ v0.10 (v0.11.2 recommended)
  • Akka ≥ v2.0 (fetched by sbt)

Compilation

Note

sbt is used to manage the build process of the project. You can use it directly from the command line:

$ sbt '<command1>' '<command2>'

or from an interactive shell:

$ sbt
> <command1>
> <command2>

To compile ScaCS, use the compile sbt command:

$ sbt compile

About

The Scala Cluster Service (ScaCS) provides a framework used to manage the nodes, their data and the computations applied to that data.

http://dev.discry.be/redmine/projects/scacs


Languages

Language:Scala 100.0%