-
Notifications
You must be signed in to change notification settings - Fork 1
Sip Format
Every SIP to be consumed by ARCLib must respect following general rules:
- SIP is a .zip file which contains exactly one root folder and no files
- SIP must either contain a metadata file with Authorial ID of the SIP expressible using XPath 3.1 or the explicit linkage file (see ingest workflow)
The ability to support various SIP formats is based mainly on the ARCLib sip profiles.
Most of the currently supported SIP formats contains one main METS file which describes the whole package and contains (in addition to the descriptive and administrative metadata) checksums for all files. In this case, the packageType JSON config of the Fixity checker is set to METS.
If the SIP package does not contain one main METS file describing the whole package, it may still be persisted into ARCLib, however the Fixity checker task may be limited as it can't extract checksums from the main metadata file. One possible solution is to wrap the input package into BAGIT format. See the Fixity checker documentation for more information.
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