https://github.com/cinemast/covid19-at
COVID-19 Stats and Maps for Austria
https://github.com/cinemast/covid19-at
api austria covid-19 covid19 golang grafana prometheus
Last synced: about 1 year ago
JSON representation
COVID-19 Stats and Maps for Austria
- Host: GitHub
- URL: https://github.com/cinemast/covid19-at
- Owner: cinemast
- License: bsd-3-clause
- Created: 2020-03-05T12:02:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T19:35:52.000Z (almost 6 years ago)
- Last Synced: 2025-04-14T21:08:30.646Z (about 1 year ago)
- Topics: api, austria, covid-19, covid19, golang, grafana, prometheus
- Language: Go
- Homepage: https://covid19.spiessknafl.at
- Size: 2.25 MB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/cinemast/covid19-at)
[](https://codecov.io/gh/cinemast/covid19-at)
[](https://goreportcard.com/report/github.com/cinemast/covid19-at)
# covid19-at
This is a small go-application that parses the following URLs for statistics regarding covid19-infections and deaths
provided by the [Austrian ministry for Health](https://www.sozialministerium.at/public.html)
- https://info.gesundheitsministerium.at
- https://www.sozialministerium.at/Informationen-zum-Coronavirus/Neuartiges-Coronavirus-(2019-nCov).html
- https://www.ecdc.europa.eu/en/geographical-distribution-2019-ncov-cases
It then exposes the gathered metrics as [prometheus](https://prometheus.io/) endpoint under `http://localhost:8282/metrics`
## Usage
- ```docker-compose up```
- Open [http://localhost:3000/](http://localhost:3000/) for Grafana (Credentials: admin/admin)
- Open [http://localhost:9090/prometheus](http://localhost:9090/prometheus) for Prometheus
- Open [http://localhost:8282/metrics](http://localhost:8282/metrics) for the metric exporter
## API
- `GET` [http://localhost:8282/api/bundesland](http://localhost:8282/api/bundesland)
- `GET` [http://localhost:8282/api/bezirk](http://localhost:8282/api/bezirk)
- `GET` [http://localhost:8282/api/total](http://localhost:8282/api/total)
## Docker Image
- https://hub.docker.com/r/cinemast/covid19-at
- `docker pull cinemast/covid19-at`
## Demo Setup
Demo setup is currently shut down.
- ~~https://covid19.spiessknafl.at~~
- ~~https://covid19.spiessknafl.at/prometheus~~
- ~~https://covid19.spiessknafl.at/covid19/metrics~~
- ~~https://covid19.spiessknafl.at/covid19/api/total~~
- ~~https://covid19.spiessknafl.at/covid19/api/bundesland~~
- ~~https://covid19.spiessknafl.at/covid19/api/bezirk~~
## Screenshot
