Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 822 Bytes

File metadata and controls

22 lines (14 loc) · 822 Bytes

duck-cover-id

Store cover info from a COA database and process them through Pastec.

Requirements

  • Make the scripts executable first: chmod -R +x scripts
  • An accessible COA database (see schema)
  • A running pastec instance : docker run --restart always -d --name pastec bperel/pastec-ubuntu-1704-timestamps

Execution

The COA database and Pastec need to be accessible to make the importation and the processing of the covers work.

When created, the container runs the following steps :

  • Import the covers from a COA database and store them into a Covers database (takes a few minutes)
  • Process the covers (takes ~ 0.1 second per cover).
docker compose run --rm cover-updater