A platform for monitoring blood transfusions
Instructions:
- Install docker (https://www.docker.com)
- Clone the repository (git clone https://github.com/bbahar/umay.git)
- Run the docker compose file (docker compose -f "docker-compose.yaml" up -d --build)
- Go http://localhost:8787 for Rstudio and run simulate.R and then load.R scripts which simulates data and loads into the postgresql database
- Go http://localhost:3000/?orgId=1 for Grafana and open 'RBC transfusion after Hb test' as the example dashboard
- Stop and remove the containers (docker compose -f "docker-compose.yaml" down) when done