Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.02 KB

README.md

File metadata and controls

13 lines (9 loc) · 1.02 KB

OAPEN Driver

Release License

This driver allows programmatic retrieval and normalisation of OAPEN usage data, obtained via IRUS-UK API.

NB. Unlike other drivers developed within the HIRMEOS metrics project, OAPEN’s driver is not meant to be used by the general public (although it’s possible to do so). This software is used to programmatically collect and normalise data for all publications in the OAPEN library, which are then made publicly available through the metrics API.

Run via crontab

0 0 * * 0 docker run --rm --name "oapen_driver" --env-file /path/to/config.env -v oapen_cache:/usr/src/app/cache -v metrics:/usr/src/app/output openbookpublishers/oapen_driver