Skip to content
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.

qucosa/qucosa-fcrepo-migration

Repository files navigation

Build Status

Qucosa Fedora Commons Repository Migration

A utility program to migrate Qucosa documents, files and related security information over to a Fedora Commons Repository. It uses Apache Camel to route data from staging to transformation to finally store completely transformed Qucosa Fedora objects.

Ultimately the defined Camel components (opus-component, sword-component, fcrepo3-component, qucosamigration-component) could be split out into to separate projects and used in externally defined routes running in Apache Karaf, for example.

Description

  1. Extracts Qucosa information and generates Qucosa METS
  2. Connects to Fedora Commons via SWORD service to ingest these files
  3. Qucosa IDs that have been downloaded or ingested will not be ingested any more

Building

The qucosa-fcrepo-migration program is a Maven project and as such can be build with the Maven package command:

$ mvn package

This will generate a runnable JAR file target/qucosa-fcrepo-migration-<VERSION>.jar for execution on the command line.

Usage

You will have to provide a suitable JDBC driver via the Java Classpath in order to connect to databases.

a. Either run the packed Jar-File with the java -jar command b. Or just run mvn exec:java

Licence

The program is licenced under GPLv3. See the COPYING file for details.

About

Tool to migrate Qucosa records to Fedora Commons repository instance.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages