Skip to content

zentiment/scala-boilerplate

Repository files navigation

scala-boilerplate

A template for working with scala-based data systems and creating mashups.

Currently supported:

  1. Akka-cluster (remoting)
  2. Apache Spark (with MLLib)
  3. Scalding-Cascading

Configuraion

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

Build system

This project uses the sbt multi-build setup Pertinent files are

./project/Build.scala
./project/Dependencies.scala
./project/Settings.scala
./project/Versions.scala

Demo Run

sbt app/run

About

Boilerplate code for working with scala data science family

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages