Skip to content

Commit

Permalink
Merge pull request #98 from amiaopensource/links
Browse files Browse the repository at this point in the history
update links to `mm`
  • Loading branch information
retokromer authored May 18, 2017
2 parents 6080cf0 + 5b5bd95 commit e65a9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ The script will run rsync twice the transfer the data to the LTO tape. It runs t

## Database integration

LTOpers can integrate with the database reporting functions in [mediamicroservices](https://github.com/mediamicroservices). For information on how to set up the database see the mediamicroservices' [readme](https://github.com/mediamicroservices/mm#configuring-premisfixity-logging-database).
LTOpers can integrate with the database reporting functions in [mediamicroservices](https://github.com/mediamicroservices/mm). For information on how to set up the database see the mediamicroservices' [readme](https://github.com/mediamicroservices/mm#database-instructions).

If the database is activated and configured LTOpers will store information from LTO schema files, fixity information and PREMIS event information relating to LTOpers and microservices.

Database-specific tools in LTOpers are `searchlto`, `ingestschemas` and `ingestcollectionchecksum`. Both `ingestchemas` and `ingestcollectionchecksum` are designed for importing already existing information to the database (LTO schema information and readback checksums respectively). They can be run either on individual files or on directories containing multiple files.
Database-specific tools in LTOpers are `searchlto`, `ingestschemas` and `ingestcollectionchecksum`. Both `ingestchemas` and `ingestcollectionchecksum` are designed for importing already existing information to the database (LTO schema information and readback checksums respectively). They can be run either on individual files or on directories containing multiple files.

`searchlto` is for performing searches against the LTO schema information stored in the database. It accepts either a media ID or an LTO ID as an input and will return a list of matching service files. Options are `-h` display help, `-c` compare characteristics of an input file to records in the database, and `-f` show full results (this will show all matches to search term as opposed filtering for service files only).

0 comments on commit e65a9d0

Please sign in to comment.