Difference between revisions of "Improvements/Search"

From Archivematica
Jump to navigation Jump to search
m (Add development documentation category)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
== 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 [[Research_data_management#METS_parsing | example searches]] and expected responses.
 
 
== Status ==
 
 
* Initial storage service work: [https://github.com/artefactual/archivematica-storage-service/pull/89/ Pull Request]
 
* METS reader-writer support for PREMIS: [https://github.com/artefactual-labs/mets-reader-writer/pull/20/ Pull Request]
 
* PyPREMIS [https://github.com/uchicago-library/uchicagoldr-premiswork Repository]
 
* Server for METS reader-writer [https://github.com/artefactual-labs/mets-reader-writer/pull/21/ Pull Request]
 
 
== 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
 
 
[[Category:Development documentation]]
 

Latest revision as of 11:42, 17 October 2017