Project for parsing exported ETL data into general use pageviews.
This JAR, once run, puts data into the data/etl/pageviews/{date}/ directory in S3.
- Install SBT
- Clone this project
- Run
sbt(This will also download all dependencies) - In the sbt console you can:
run- runs the greeter.Hello applicationtest- runs the GreetingsSpec testsconsole- run the REPL with your project environment loadedcompile- compiles. :)clean- cleans the generated file from compiling