Skip to content

twei55/covid19-grafana-datasource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 JSON API

Visualize Covid-19 data in Grafana using the JSON Datasource plugin.

API Endpoint

This API is running at https://covid19-grafana.herokuapp.com/. Just add the API Endpoint to the URL field of your datasource to visualize the data in Grafana.

Data

The API endpoint uses data provided by https://github.com/CSSEGISandData/COVID-19 and transformed to JSON by https://github.com/pomber/covid19.

Develop and run locally

Install dependencies

pipenv install --dev

Run application

ENVIRONMENT=development FLASK_DEBUG=true FLASK_APP=src/app pipenv run flask run

Test application

PYTHONPATH=src ENVIRONMENT=test pipenv run mamba src/tests

Releases

No releases published

Packages

No packages published