bodleian / ora_ocfl

The ORA OCFL project home, for the interactions between Hyrax/Sword2 and OCFL
MIT License
1 stars 1 forks source link

Create and read objects in OCFL #14

Open tomwrobel opened 5 years ago

tomwrobel commented 5 years ago

As an import/export process I want to be able to create objects in the OCFL system and read them back, so that I can store and retrieve objects.

DP Solution: MUST Store object metadata in a human readable format in a way that enables it to be found and read without knowing anything more about the objects than its identifier, and quickly

DP Solution: MUST Allow the round-trip movement of an object between Hyrax and the digital storage solution (i.e. it must be possible to export an object from Hyrax into the system, and re-import it from the system, in such a way that the core metadata and binary files are unchanged)

DP Solution: MUST Provide ORA4 with the basis of a disaster recovery solution

DP Solution: SHOULD Use the OCFL (Oxford Common Filesystem Layer) standard for digital object storage

tomwrobel commented 5 years ago

zimeon/ocfl-py does not support object read or version information