SummaStorage
See also: SummaSearchWebservice
Implement the dk.statsbiblioteket.sbandex.storage.io.Access interface from Summa, wrapping the DOMS' Fedora directly. This is done on top of the official oai provider plugin.
Setting up the OAI Provider service
See SettingUpOAI and ProaiPropertiesForIngest2ExampleObjects.
Goals
- First shot implementation of the Access interface (DONE)
- getRecord should just return raw xml. No following of links or conforming to any spec (DONE)
- Indexation of storage (DONE)
Thoughts
- The index could store pointers to the newest version of the objects or pointers to the object version at indexing time.
- This approach saves us an "ingest phase" to store the metadata in a db before we ingest in Summa.
Issues
Now bug 158 have been resolved. None.