Skip to content
/ scacs Public

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

Notifications You must be signed in to change notification settings

gdiscry/scacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages