Difference between revisions of "Improvements/Search"

From Archivematica
Jump to navigation Jump to search
(Initial analysis & synopsis)
m (Add development documentation category)
Line 26: Line 26:
 
** Prefer to use existing libraries (eg PyPREMIS) or thin wrappers around existing libraries
 
** Prefer to use existing libraries (eg PyPREMIS) or thin wrappers around existing libraries
 
* By default metsrw should include PREMIS in the way Archivematica uses it and DublinCore
 
* By default metsrw should include PREMIS in the way Archivematica uses it and DublinCore
 +
 +
[[Category:Development documentation]]

Revision as of 14:58, 10 March 2017

Synopsis

Add the ability to query the storage service about the AIPs that have been stored including formats, file sizes, number of AIPs, by category, and other information from the METS file.

User Story

List of example searches and expected responses.

Status

Interest

  • JISC

Analysis

  • This will require improvements to METS reader-writer (metsrw) to be able to support different queries
  • METS can contain multiple metadata standards - metsrw should be able to handle these in an easily-extensible way
    • Since it is the METS reader-writer, other standards should be supported as plugins of some sort
    • Prefer to use existing libraries (eg PyPREMIS) or thin wrappers around existing libraries
  • By default metsrw should include PREMIS in the way Archivematica uses it and DublinCore