edencehealth / ohdsi-ares

Dockerization of the Ares application designed to monitor data quality across OMOP networks
0 stars 0 forks source link

ohdsi-ares

Dockerization of the OHDSI/Ares application designed to monitor data quality across OMOP networks. This is the "front-end" application designed to work with data generated by OHDSI/AresIndexer which we also publish in image form as ohdsi-aresindexer.

Usage

Some general notes:

To start the ARES container, you can run the following command:

docker run \
  --rm \
  --detach \
  --publish 8080:8080 \
  --volume "$(pwd)/data:/data" \
  edence/ohdsi-ares:latest