-
Notifications
You must be signed in to change notification settings - Fork 1
Instructions for sample ingest
Jan Tomášek edited this page Oct 3, 2024
·
15 revisions
This process requires DB to be filled with sample data, see this wiki section. The sample data is set to use debug mode - the resulting package is therefore not sent to Archival Storage.
- Download the test SIP package accessible from https://drive.google.com/open?id=1XTCEYI6jdoSgA5vPRaTP4_twilSp6jrT (alternatively use this version of the same SIP package that has a reduced size after removing the files of image type: https://drive.google.com/open?id=1_UJ-EaQklhwGnTLvnKSPQF4NJ2zbE_V2)
- In the GUI open the page Ingest
- As the SIP content upload the downloaded SIP (.zip file)
- As the hash type select
MD5
- Fill the hash value with:
8501E49E4A2A5FA4BD1843E674C1B1D5
(36672C6A4D5E5AEC788D9DB462DD23C6
for the reduced size SIP) - As a producer profile select the profile with the external ID
901
(if there is no one then it must be created first, see sample profile) - Insert the following workflow configuration:
{
"continueOnDuplicateSip": true,
"fixityCheck": {
"0": {
"methods": "METS, COMMON",
"continueOnMissingFiles": true,
"continueOnUnsupportedChecksumType": true,
"continueOnInvalidChecksums": true
}
},
"antivirus": {
"0": {
"type": "CLAMAV",
"cmd": {
"0": "clamscan",
"1": "-r"
},
"infectedSipAction": "QUARANTINE"
}
},
"formatIdentification": {
"0": {
"type": "DROID",
"pathsAndFormats": {}
}
}
}
- Leave transfer area path empty
- Click Submit and wait until the SIP package is uploaded (that can take up to several minutes depending on the internet connection), after the successfull upload you will get a message about the success (unsuccess respectively)
- In the GUI open the page Ingest batches and navigate to the most recent batch (attribute Created), click on the batch
- Wait until the batch changes state from
Processing
toProcessed
or check for any incident that occured during the Ingest process (to see how to solve incidents please refer to the WIKI page Ingest batches) - In the GUI open the page
AIP search
, leave everything blank and click Send - Navigate to the line where the Authorial ID equals to
Hlasy ze Siona, 1861-1916
and click the line - See the Ingest result and click Download XML to download the generated ARCLibXML
Home
The Ingest - Archival Process
Instructions for Sample Ingest
Predefined Profiles
Docker
Reindex and Reingest (upgrading ARCLib or its profiles)
- System Setup
- System Setup on Debian (unofficial)
- Api and Authorization
- Administration of running system
- ARCLib XML Index Config
- Usage@Index
- Sip Format
- Usage@Sip Profiles
- Usage@Validation Profiles
- Usage@Workflow Definitions
- Usage@Producer Profiles
- Usage@Debug Mode
- Tutorial@Custom Ingest