Difference between revisions of "SIP Structure"

From Archivematica
Jump to navigation Jump to search
Line 2: Line 2:
  
 
=Overview=
 
=Overview=
Define the structure and function of SIP components
+
Describe the structure and function of SIP components
 
 
/SIP_Folder
 
 
 
/SIP_Folder/logs
 
 
 
/SIP_Folder/logs/filemeta
 
 
 
/SIP_Folder/metadata
 
 
 
/SIP_Folder/metadata/checksums.md5
 
 
 
/SIP_Folder/objects
 
  
  
Line 20: Line 8:
 
|-
 
|-
 
|- style="background-color:#cccccc;"
 
|- style="background-color:#cccccc;"
!style="width:30%"|'''Path'''
+
!style="width:35%"|'''Path'''
!style="width:30%"|'''Object Type'''
+
!style="width:15%"|'''Object Type'''
!style="width:40%"|'''Function'''
+
!style="width:50%"|'''Function'''
 +
|-
 +
|/SIP_Folder
 +
|folder
 +
|top level container for the the SIP
 +
 
 +
can take on any name
 
|-
 
|-
|SIP_Folder
+
|/SIP_Folder/logs
 +
|folder
 
|
 
|
 +
|-
 +
|/SIP_Folder/logs/filemeta
 +
|fodler
 +
|
 +
|-
 +
|/SIP_Folder/metadata
 +
|folder
 
|
 
|
 
|-
 
|-
 +
|/SIP_Folder/metadata/checksums.md5
 +
|text file
 +
|contains md5 hash values for objects in /SIP_Folder/objects
 +
|-
 +
|/SIP_Folder/objects
 +
|folder
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 +
|-
 +
|
 +
|
 +
|
 
|}
 
|}
  

Revision as of 14:48, 11 January 2011

Main Page > Development > Development documentation > SIP Structure

Overview

Describe the structure and function of SIP components


Path Object Type Function
/SIP_Folder folder top level container for the the SIP

can take on any name

/SIP_Folder/logs folder
/SIP_Folder/logs/filemeta fodler
/SIP_Folder/metadata folder
/SIP_Folder/metadata/checksums.md5 text file contains md5 hash values for objects in /SIP_Folder/objects
/SIP_Folder/objects folder