outagg
Scrape and standardize outage information from NOAA and NASA.
Visit the live site at https://sipsdev.ssec.wisc.edu/~emzhan/outagg/.
The dotted red line represents "now" and the latest fetched outages are highlighted in light blue.
For more specific queries, download the backing sqlite database.
See this guide for how the above instance is deployed on sipsdev
.
We may eventually want to move this to the k8s cluster.
Quickstart
-
Install uv
-
Install
poe
as a task runner:uv tool install poethepoet
-
Run project tasks:
poe init poe scrape poe dev
Updating production site
Assumes you are emzhan
🙂:
git push
ssh sipsdev.ssec.wisc.edu "cd outagg && git pull && systemctl --user restart outagg-web"