From 3ec777b6e134caf32b180aba67bbc314857d7794 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Wed, 18 Mar 2015 12:48:26 +0100 Subject: [PATCH] . README.md updated --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afcce7c..5bbdb4f 100644 --- a/README.md +++ b/README.md @@ -1 +1,23 @@ -# rosettaExitStrategy +rosettaExitStrategy +=================== + +This script processes a '/permanent'-directory of an ExLibris Rosetta digital +longterm archive system and parses the metadata in AIP-packages and builds a +database to find AIPs and associated metadata independently from the Exlibris +Rosetta system. + +The script scans a given repository and creates an SQL script to create a +database. + +This is part of the exit-strategy, for details, see asciidoc file +'doc/exit_strategie.asciidoc' (also contains ER-diagram for database) + +file was tested with postgres-database sucessfully + +using: +[source,bash] +-------------------------------------------------------- +$> psql -U romeyke -d exit_strategy \ + -f rosetta_exit_strategy/tmp.sql -L rosetta_exit.log +-------------------------------------------------------- + -- GitLab