Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slenky/covid19-grafana-ukraine
Deploy Grafana instance with COVID-19 info dashboards in Ukraine
https://github.com/slenky/covid19-grafana-ukraine
covid-19 grafana grafana-dashboard ukraine
Last synced: 29 days ago
JSON representation
Deploy Grafana instance with COVID-19 info dashboards in Ukraine
- Host: GitHub
- URL: https://github.com/slenky/covid19-grafana-ukraine
- Owner: slenky
- Created: 2020-04-23T19:28:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T09:40:49.000Z (about 4 years ago)
- Last Synced: 2024-11-13T14:53:36.715Z (3 months ago)
- Topics: covid-19, grafana, grafana-dashboard, ukraine
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# covid19-grafana-ukraine
Yet another one pet-project which consumes public API's to gather
and display information in Grafana about COVID-19 situation in all the countries.
![Dashboard](img/dashboard.png)Data:
* [CSSEGISandData](https://github.com/CSSEGISandData/COVID-19)
API's:
* [pomber's translation of data to json](https://github.com/pomber/covid19)
* [twei55's API for Grafana & JSON Datasource](https://covid19-grafana.herokuapp.com/) [(repo)](https://github.com/twei55/covid19-grafana-datasource)
* [ChrisMichael's API](https://github.com/ChrisMichaelPerezSantiago/covid19)# Run
1. Clone this project
2. Run `docker-compose up -d`
3. Open http://localhost in your browser# TODO
Predictions?
Deathrate?
Maps?