Difference between revisions of "Micro-services"

From Archivematica
Jump to navigation Jump to search
Line 11: Line 11:
  
 
==Archivematica Micro-services==
 
==Archivematica Micro-services==
 +
 +
{|style="width:95%; border="0"
 +
|-valign="top"
 +
|style="width: 30%; padding: 0.5em 1em 1em; color: rgb(0, 0, 0);"|
 +
 
#receiveSIP
 
#receiveSIP
 
#*verifyChecksum
 
#*verifyChecksum
Line 43: Line 48:
 
#monitorPreservation
 
#monitorPreservation
 
#*triggerPreservationAction
 
#*triggerPreservationAction
 +
 +
|style="padding: 0.5em 1em 1em; color: rgb(0, 0, 0);"|
 +
 +
[[File:Archivematica-architecture-30april2010-4.png|thumb|left|300px|Archivematica architecture - May 2010]]
 +
 +
|}

Revision as of 23:22, 30 April 2010

Main Page > Overview > Micro-services

The Archivematica micro-services are based on the project's use case and workflow analysis of the ISO-OAIS functional model. Each service is available to a conceptual entity that is equivalent to an OAIS information package:

  • Submission Information Package (SIP)
  • Archival Information Package (AIP)
  • Dissemination Information Package (DIP)

These packages are moved from one service to the next using the Unix pipeline design pattern implemented with a combination of Bash and Python scripts. Each service is provided by one or more of the open-source software utilities and applications bundled in the Archivematica system.

In early iterations of the Archivematica system, some of the workflow controls (e.g. event triggering, error reporting, etc.) are handled via the Thunar file manager (e.g. drag-and-drop, desktop notifications). As the system approaches beta maturity all of the micro-services workflow will be managed via a web-based Dashboard application.

Archivematica Micro-services

  1. receiveSIP
    • verifyChecksum
  2. reviewSIP
    • extractPackage
    • assignIdentifier
    • parseManifest
    • cleanFilename
  3. quarantineSIP
    • lockAccess
    • virusCheck
  4. appraiseSIP
    • identifyFormat
    • validateFormat
    • extractMetadata
    • decidePreservationAction
  5. prepareAIP
    • gatherMetadata
    • normalizeFiles
    • createPackage
  6. reviewAIP
    • decideStorageAction
  7. storeAIP
    • writePackage
    • replicatePackage
    • auditFixity
    • readPackage
    • updatePackage
  8. provideDIP
    • uploadPackage
    • updateMetadata
  9. monitorPreservation
    • triggerPreservationAction
Archivematica architecture - May 2010