https://github.com/mark-5/covidtracking
https://github.com/mark-5/covidtracking
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mark-5/covidtracking
- Owner: mark-5
- Created: 2020-06-30T04:06:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T02:56:17.000Z (almost 5 years ago)
- Last Synced: 2025-03-02T16:48:39.395Z (over 1 year ago)
- Language: Perl
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DESCRIPTION
This is a [Graphite](https://graphite.readthedocs.io/en/stable/) interface to data provided by [The COVID Tracking Project](https://covidtracking.com/).
Handles downloading the latest daily data from [The COVID Tracking Project](https://covidtracking.com/), calculating extra population adjusted statistics, and loading it into [Graphite](https://graphite.readthedocs.io/en/stable/).
# SETUP
./bin/grafana && ./bin/graphite
carton install && carton exec -- perl ./bin/load
# SCRIPTS
## bin/load
carton exec -- perl ./bin/load [--update]
Load daily data from [The COVID Tracking Project](https://covidtracking.com/) into [Graphite](https://graphite.readthedocs.io/en/stable/).
Use the `--update` option to force it to pull down the latest data. Otherwise it will reuse cached data written to the `./data` directory.