Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.46 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.46 KB

Funktor

Play / Spark sandbox

Status

Build Status Coverage Status Codacy Badge

Overview

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

Testing

Running the tests

Run the test suite to verify correct behaviour.

From the command line:

% sbt test

Test Coverage Report

To measure test coverage, this app uses the 'scoverage' SBT plugin. To create the report, from the command line:

% sbt coverage test coverageReport

Author

License

License

(c) 2018 This project is licensed under Creative Commons License

Attribution 4.0 International (CC BY 4.0)