-
Notifications
You must be signed in to change notification settings - Fork 1
Tutorial@Custom Ingest
This tutorial shows how to set up Arclib to be able to ingest a new custom type of packages.
Arclib can ingest any kind of package (so any kind of data). However, the structure of the input package (SIP) has an impact on Arclib functionality (for example whether Arclib is able to do fixity checks). The more an input package follows the recommended format (see SIP ), the more Arclib can do.
The process of adopting a new custom package type consists of several steps:
- Creating and seeting up SIP profile, especially SIP XSL to populate or create input METS metadata and set up paths to a unique SIP ID
- Preparing validation profile to provides necessary checks of an input package (e.g. if there are metadata missing, files missing etc.)
- Creating/selecting workflow profile (defining what steps should be done with the input package)
- (Administrative task: set up producer and tight it with the profiles and workflows above)
Arclib ingest process works with the METS format. If the SIP contains any METS metadata file then the process of creating new ingest type is easier and more straight forward.
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