Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tools for technical analysts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
tools for technical analysts
Commits
68b801d0
Commit
68b801d0
authored
1 year ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- added hints to POD
parent
12a260bc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/ta-tool.pl
+11
-0
11 additions, 0 deletions
bin/ta-tool.pl
with
11 additions
and
0 deletions
bin/ta-tool.pl
+
11
−
0
View file @
68b801d0
...
...
@@ -37,6 +37,17 @@ ta-tool - the swiss knife for the technical analyst working with different Achiv
The tool allows you to submit queries to Archivematica's ElasticSearch, which makes your daily work as a technical analyst much easier.
=head1 HINTS
command 'report' with options '--with-ldp' and '--with-filetypes' should be used with care because the running time
increases from O(n) to O(n²) if one option is used
or increases to O(n³) if both options used
(with n => count of AIPs)
ensure the ElasticSearch server allows to return >10.000 results if your archive is large, especially if you use
file-specific options like '--pronom-id' or '--with-filetypes'.
=head1 COPYRIGHT AND LICENSE
Copyright by Andreas Romeyke, free licensed under General Public License v3 or higher, see file LICENSE for details.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment