https://github.com/jessestuart/amgstbpuzzle
https://github.com/jessestuart/amgstbpuzzle
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jessestuart/amgstbpuzzle
- Owner: jessestuart
- Created: 2014-01-22T21:47:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T19:58:14.000Z (almost 12 years ago)
- Last Synced: 2025-03-12T23:33:47.804Z (over 1 year ago)
- Language: Groovy
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## AmgStbPuzzle
- AmgStbPuzzle is an application that inputs a list of set top box data (device id, network name, and date) in CSV format, and outputs a list of the top five networks viewed during a specified viewing period (currently hard-coded to between 5pm and 7pm on 8/22/13), which is then output to file (also in CSV format).
- To run, simply execute the command `make run input="/${complete-path-to-input.csv}"` from a bash terminal. This command requires that $GROOVY_HOME be set in the user's bash_profile.