Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Tool for periodic fixity checking of the Fedora 4 repository

Notifications You must be signed in to change notification settings

umd-lib/umd-fcrepo-fixity-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

UMD Fixity Checker

A utility that accepts a list of FCREPO URIs and submits them to have their fixity checked. Example:

$ java -jar umd-fixity-batch.jar mylist.txt

Options

There are a few optional properties that can be set by passing -D flag in the java command.

  • fixity_endpoint

    Points to the base of the fixity endpoint that will be submitted to. Default: "http://localhost:9080/reindexing/"

  • request_threads

    The number of concurrent workers that will submit fixity checks to FCREPO. Default: 5

  • batch_wait_time

    The wait time ( in milliseconds ) between each submit batch. Default: 5000.

Building

A runnable jar can be generated by using the mvn package command.

About

Tool for periodic fixity checking of the Fedora 4 repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages