https://github.com/projectweekend/holly-jobs
Scheduled jobs collecting data for Holly (https://github.com/projectweekend/Holly)
https://github.com/projectweekend/holly-jobs
Last synced: 9 months ago
JSON representation
Scheduled jobs collecting data for Holly (https://github.com/projectweekend/Holly)
- Host: GitHub
- URL: https://github.com/projectweekend/holly-jobs
- Owner: projectweekend
- License: mit
- Created: 2014-12-07T13:12:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T18:03:15.000Z (over 11 years ago)
- Last Synced: 2025-06-18T10:53:12.391Z (about 1 year ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project has two main components:
* `/app` - An [Express](http://expressjs.com/) web server exposing routes that correspond to job tasks.
* `/cron` - The scripts that get called by various Cron jobs.
API Routes
====================
#### Sensor Reading Job
**GET:** `/job/sensor-reading`
#### System Reading Job
**GET:** `/job/system-reading`
#### Calculate Daily Sensor Stats Job
**GET:** `/job/sensor-stats/day`
#### Calculate Daily System Stats Job
**GET:** `/job/system-stats/day`
#### Calculate Weekly Sensor Stats Job
**GET:** `/job/sensor-stats/week`
#### Calculate Weekly System Stats Job
**GET:** `/job/system-stats/week`
#### Calculate Monthly Sensor Stats Job
**GET:** `/job/sensor-stats/month`
#### Calculate Monthly System Stats Job
**GET:** `/job/system-stats/month`