Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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?