A playground for medics open data from Ukranian https://data.gov.ua portal.
The tools download the following data sets:
- legal entities and divisions
- medics
- medics statistics of declarations by age
Plans:
- track medics that are available to sign declarations.
- track most valuable medics based on a number of declaractions held.
- track new medics, resigned medics.
Grabs data from the portal and imports it into into database.
Provides data for clients.
Postgres instance (dockerized).
- Windows / Linux
- Docker
- .NET 5
- EF Core
- PostgresSQL
docker-compose up
- UA.Medics.SyncWorker triggers data sync on startup.
- UA.Medics.WebApi swagger is available.
- Dockerized postgres database uses mounted external data folder for persistence.