Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 758 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 758 Bytes

This script stores RKI's primary covid data (the case and death numbers that you see in the news every day) in Elasticsearch. With the help of Kibana, the data can then be explored interactively.

Screenshot

To run the script, first create a new Python environment with:

  • conda install pandas
  • conda install elasticseach

Then follow these steps: