AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

Applying a structural design pattern in forecast.py #93

Open smanveer opened 3 years ago

smanveer commented 3 years ago

Created a proxy server to fetch the data from database related to the number of active cases in different countries. It makes sure that a separate connection for each user is not needed and memory can be saved.