ScaCS provides a Scala framework used to manage the nodes of a cluster, their data and the computations applied to that data.
$ git clone git://github.com/gdiscry/scacs.git $ cd scacs
ScaCS requires the following dependencies to build from source:
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