Play / Spark sandbox
This app is intended as a sandbox to experiment with the various aspects of Apache Spark and it's libraries. A web interface is provided to render the results of data manipulations in a convenient manner. The target data source is a Postgres database, preloaded with sample datasets
Run the test suite to verify correct behaviour.
From the command line:
% sbt test
To measure test coverage, this app uses the 'scoverage' SBT plugin. To create the report, from the command line:
% sbt coverage test coverageReport
(c) 2018 This project is licensed under Creative Commons License