CaveOfJulian.Corona is split into three parts. The Corona data is gathered through web scraping in Corona.DataIngestion and analyzed with machine learning in the Corona.MachineLearning project.
The endpoints are exposed through an ASP Web Api in Corona.Api.
The data ingestion project is responsible for scraping the new data about corona from a Github repository.
The Web Api is able to create reports on demand about this data.
I'm very aware that the data repository returns IQueryable which makes the rest of the project tightly coupled to Entity Framework. I decided to keep it like this as it's not an issue at all currently (we're talking about a relatively small and hopefully temporary project). Feel free to fix this in a pull request.
Clone this repository and run it on the right IP and port :)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
CaveOfJulian - Project Leader and currently the only contributer