A template for working with scala-based data systems and creating mashups.
Currently supported:
- Akka-cluster (remoting)
- Apache Spark (with MLLib)
- Scalding-Cascading
The main configuration lies in app/src/main/resources/application.conf
Sub-project wise configuration lies in each subproject directory in the form of Settings.scala
This project uses the sbt multi-build setup Pertinent files are
./project/Build.scala
./project/Dependencies.scala
./project/Settings.scala
./project/Versions.scala
sbt app/run