issues
search
ExpDev07
/
coronavirus-tracker-api
🦠A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
https://coronavirus-tracker-api.herokuapp.com
GNU General Public License v3.0
1.59k
stars
320
forks
source link
Added metrics provider to an aggregate
#362
Closed
gsinghkular
closed
3 years ago
gsinghkular
commented
3 years ago
Applied aggregate pattern around getting metrics from source to remove interaction with data sources in the router
Created a folder repo for putting data-interaction logic inside here