Goobi plugin for exporting Goobi processes to a Fedora repository
Name | Wert |
---|---|
This documentation describes the installation, configuration and use of the Fedora Export Plugin in Goobi workflow.
The plugin must be installed in the following folder:
There is also a configuration file, which must be located at the following location:
An export step must be configured:
Export DMS
Automatic task
Plugin for step: FedoraExport
When the step is executed, the Goobi process is exported (in the same way as it is exported to the file system) to the configured Fedora Repository, taking into account the configuration (see above).
The process data can then be retrieved from the repository using the following URL pattern:
http://localhost:8888/fedora/rest/records/PPN123456789/
http://localhost:8888/fedora/rest/records/PPN123456789/PPN123456789.xml
http://localhost:8888/fedora/rest/records/PPN123456789/master/master_00000001.tif http://localhost:8888/fedora/rest/records/PPN123456789/master/master_00000002.tif http://localhost:8888/fedora/rest/records/PPN123456789/master/master_00000003.tif
http://localhost:8888/fedora/rest/records/PPN123456789/media/00000001.tif http://localhost:8888/fedora/rest/records/PPN123456789/media/00000002.tif http://localhost:8888/fedora/rest/records/PPN123456789/media/00000003.tif
The configuration is done via the configuration file intranda_export_fedora.xml
and can be adapted during operation.
Parameter | Description |
---|---|
fedoraUrl
REST Endpoint of the Fedora application
useVersioning
If true
, the versioning of Fedora is used. In this case, each time the export step is executed, a new version of the process is created in the repository. The default value is true
.
ingestMasterImages
If true
is set, the master images of the operation are exported to the subcontainer /master
. The default value is true
.
ingestMediaImages
If true
, the derivatives of the operation are exported to the /media
subcontainer. The default value is true
.
ingestMetsFile
If true
is set, a METS/MODS file is created and exported to the container. Default value is true
.
exportMetsFile
If true
is set, a METS/MODS file is created and written to the usual export folder (e.g. /hotfolder
). Default value is true
.
Identifier
intranda_export_fedora
Repository
Licence
GPL 2.0 or newer
Last change
13.08.2024 14:26:51