You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

User Stories and Features 

(S = supported) or  effort required to support = E (easy) M (medium) H (hard)

Priority = 1 must have, 2 should have, 3 nice to have

Story/FeaturePriority
 

RipRap


UMDCamel Toolbox
Scheduling and Coordination

Check all resources every n months (not appropriate for very large repos)




M

Run continual fixity checks 




M

Only alert me when are there failures




E

Call an arbitrary HTTP endpoint on success and/or failure




E

Send a (jms,stomp) message to a endpoint on success and/or failure




E

Call an arbitrary HTTP endpoint on success and/or failure




E

Perform fixity check on most recent version of resource only




S
Perform fixity check on all versions of resource
SSS
Check entire repo


S
Deliver fixity requests in batches


M
Check resources based on query


M
Scaling
Set  rate limits (max bits/second) for checks


M
Set  rate limits (max bits/second) for each task processor


M
Allow checks to be scaled horizontally across multiple instances


H
Run fixity against on disk representation


H
Reporting
Generate list of resources checked since X date  


M
Generate list of resources not checked X date


M
Generate a fixity audit report by resource


M
Generate a csv of fixity audit results showing resource id, date checked, checksum, and the result based on resource, date, and result parameters


M
Storage options
Store fixity results in triplestore



Store fixity results in text file


S
Store fixity results in sql 


E
Store fixity results in nosql


E

Components

Fixity Checker 

performs the fixity check on a resource and communicates the results to the configured Fixity Result Handler

Fixity Check Manager

  • Is responsible for monitoring and providing status of  all fixity check tasks
  • coordinates parallel processing of fixity checks
  • coordinates auto-scaling requests

Fixity Result Handler

A service responsible for storing the results.  I can imagine difference implementations that talk to different types of data storage backends

Fixity Result Reporter 

A service that generates various fixity reports based on a various criteria.

Fixity Check Task Scheduler

A service responsible for generating Fixity Check requests across a repository based on user criteria such as min and max times between fixity checks, whether to run continuously or on a schedule, etc.


  • No labels