ta-tool - the swiss knife for the technical analyst working with Archival Information systems
Installation
You could use Distzilla to install the tool locally. See command 'dist' for details.
Alternatively, copy the 'bin/' and 'lib' paths to your local perl installation.
First use
ta-tool init -e $ELASTICSEARCHHOST
this stores the archivematica elasticsearch host in local .config/ta-tool.rc
Synopsis
Search given lzaid (SLUBArchiv related ID), returns matching AIP ids (aipid, default)
ta-tool.pl search --lzaid SLUB:LZA:testworkflow:testcases:test-sip_2023-01-01-11_11-11_11111
Search for all AIPs with files of Pronom ID fmt/101, report it as CSV with columns aipid (default), lzaid, size, filecount and score
ta-tool.pl search --pronom-id fmt/101 --with-lzaid --with-size --with-filecount --with-score --output-as-csv
Count all AIPs with descriptive Metadata string "kitodo:422"
ta-tool.pl count -d kitodo:422
To get a overview, which commands possible use
ta-tool.pl help