Archivematica 0.9 Micro-services
Ingest
Micro-service | Description |
---|---|
Verify SIP compliance
|
Verifies that the SIP conforms to the folder structure required for processing in Archivematica. The structure is as follows: /logs/, /metadata/, /metadata/submissionDocumentation/, /objects/. |
Include default SIP processingMCP.xml
|
Includes a file named processingMCP.xml in the root of the transfer. This is a configurable xml file to pre-configure processing decisions. It can configure workflow options such as creating transfer backups, quarantining the transfer and selecting a SIP creation option. |
Remove cache files
|
Removes any Thumbs.db files |
Normalize
|
Determins which normalization options are available for the SIP and presents them to the user as choices. Normalizes based on selection.
If desired, the user can verify the quality of normalized files in /sharedDirectoryStructure/watchedDirectories/approveNormalization/. |
Process submission documentation
|
|
Prepare DIP
|
Create the DIP with copies of the METS file, and thumbnails. Moves the DIP to the upload DIP watched directory. |
Prepare AIP
|
Create an AIP in Bagit format. Index the AIP, then losslessly compress it. |
Store AIP
|
Moves the AIP to a specified directory. In the demo version of Archivematica the directory is /sharedDirectoryStructure/www/AIPsStore/. In other environments it can be a remote network mounted directory. The directory structure of the AIP store contains UUID quad directories and an index.html file listing the AIPs in storage. The index.html file is displayed in the dashboard in the Archival storage tab.
Once the AIP has been stored, a copy of the AIP is extracted from storage to a local temp directory, and is validated with the various BagIt checks: verifyvalid, checkpayloadoxum, verifycomplete, verifypayloadmanifests, verifytagmanifests. |
Upload DIP to contentDM
|
It is now possible to upload to ContentDM. |
Upload DIP to ICA-Atom
|
The user uploads the DIP to a selected description in the access system. See the user manual for details. |