https://github.com/ressetkk/coviddashboard
https://github.com/ressetkk/coviddashboard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ressetkk/coviddashboard
- Owner: Ressetkk
- Created: 2020-05-25T18:37:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T18:39:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T20:51:23.349Z (3 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COVID Dashboard for Grafana
This repository contains dashboard for Grafana that shows actual COVID-19 data for selected Country.Data comes from [Corona Data Scraper](https://coronadatascraper.com/) under Public Domain License.
## Caution
The data is missing some values therefore some countries might not show all values.## Contents
The repository contains of several components:
* agent source that fetches data every 15 minutes from Corona Data Scraper and inserts it into InfluxDB database
* Dashboard Panel JSON for Grafana.
* docker-compose.yaml defining services for running it locally## Running it locally
To run it locally you need to have:
* Docker
* docker-composeTo run all needed components run:
```shell script
docker-compose up -d
```Run grafana instance under http://localhost:3000 and login using default initial credentials. Configure datasource as follows:
```
Datasource: InfluxDB
Address: http://influxdb:8086
Database: covid
```
Import Panel JSON and use previously added datasource.