mjordan / riprap

A PREMIS-compliant fixity checking microservice.
MIT License
13 stars 7 forks source link

Allow more than one fetchdigest plugin to run #5

Closed mjordan closed 5 years ago

mjordan commented 6 years ago

Use case is that you want to check fixity using more than one algorithm or utility.

mjordan commented 5 years ago

I am thinking that the most practical way to handle this is to use two different riprap configurations with a shared database. I will look into possible gotchas.

mjordan commented 5 years ago

Work in #31 decided that Riprap will only run a single fetchdigest plugin.