Dokumentation ergänzt
This commit is contained in:
parent
583ad56582
commit
7a12d5239b
17
README.md
17
README.md
|
@ -1,4 +1,6 @@
|
||||||
# Transformation von Bibliotheca und Alephino nach PICA+
|
# Transformation von Bibliotheca und Alephino nach PICA+ für die Bibliotheken der Berufsakademie Sachsen
|
||||||
|
|
||||||
|
## Nutzung
|
||||||
|
|
||||||
1. Exporte bereitstellen mit folgenden Dateinamen:
|
1. Exporte bereitstellen mit folgenden Dateinamen:
|
||||||
* input/bautzen.imp
|
* input/bautzen.imp
|
||||||
|
@ -12,5 +14,16 @@
|
||||||
* input/riesa-titel.txt
|
* input/riesa-titel.txt
|
||||||
2. Installation und initiale Datenverarbeitung: `./main.sh`
|
2. Installation und initiale Datenverarbeitung: `./main.sh`
|
||||||
3. Weitere Datenverarbeitungen:
|
3. Weitere Datenverarbeitungen:
|
||||||
* `lib/task` für gesamten Workflow
|
* `lib/task` um den gesamten Workflow zu starten
|
||||||
* `lib/task --list` für eine Liste der verfügbaren Tasks
|
* `lib/task --list` für eine Liste der verfügbaren Tasks
|
||||||
|
|
||||||
|
## Systemvoraussetzungen
|
||||||
|
|
||||||
|
* Linux mit Bash, cURL und JAVA (getestet auf Fedora 32)
|
||||||
|
* 7 GB freien Arbeitsspeicher
|
||||||
|
|
||||||
|
## Verwendete Tools
|
||||||
|
|
||||||
|
* [OpenRefine](https://openrefine.org/)
|
||||||
|
* [bash-refine](https://gist.github.com/felixlohmeier/d76bd27fbc4b8ab6d683822cdf61f81d)
|
||||||
|
* [Task](https://github.com/go-task/task)
|
||||||
|
|
|
@ -54,7 +54,7 @@ tasks:
|
||||||
vars:
|
vars:
|
||||||
INPUT: '{{.INPUT | default "input/bautzen.imp"}}'
|
INPUT: '{{.INPUT | default "input/bautzen.imp"}}'
|
||||||
env:
|
env:
|
||||||
REFINE_MEMORY: '{{.REFINE_MEMORY | default "8G"}}'
|
REFINE_MEMORY: '{{.REFINE_MEMORY | default "6G"}}'
|
||||||
REFINE_ENDPOINT: http://localhost:3335
|
REFINE_ENDPOINT: http://localhost:3335
|
||||||
REFINE_WORKDIR: output/01-bibliotheca-pre
|
REFINE_WORKDIR: output/01-bibliotheca-pre
|
||||||
REFINE_LOGFILE: log/01-bibliotheca-pre/{{.DATE}}}_bautzen.log
|
REFINE_LOGFILE: log/01-bibliotheca-pre/{{.DATE}}}_bautzen.log
|
||||||
|
@ -70,7 +70,7 @@ tasks:
|
||||||
vars:
|
vars:
|
||||||
INPUT: '{{.INPUT | default "input/breitenbrunn.imp"}}'
|
INPUT: '{{.INPUT | default "input/breitenbrunn.imp"}}'
|
||||||
env:
|
env:
|
||||||
REFINE_MEMORY: '{{.REFINE_MEMORY | default "8G"}}'
|
REFINE_MEMORY: '{{.REFINE_MEMORY | default "4G"}}'
|
||||||
REFINE_ENDPOINT: http://localhost:3335
|
REFINE_ENDPOINT: http://localhost:3335
|
||||||
REFINE_WORKDIR: output/01-bibliotheca-pre
|
REFINE_WORKDIR: output/01-bibliotheca-pre
|
||||||
REFINE_LOGFILE: log/01-bibliotheca-pre/{{.DATE}}_breitenbrunn.log
|
REFINE_LOGFILE: log/01-bibliotheca-pre/{{.DATE}}_breitenbrunn.log
|
||||||
|
@ -86,7 +86,7 @@ tasks:
|
||||||
vars:
|
vars:
|
||||||
INPUT: '{{.INPUT | default "input/dresden.imp"}}'
|
INPUT: '{{.INPUT | default "input/dresden.imp"}}'
|
||||||
env:
|
env:
|
||||||
REFINE_MEMORY: '{{.REFINE_MEMORY | default "8G"}}'
|
REFINE_MEMORY: '{{.REFINE_MEMORY | default "7G"}}'
|
||||||
REFINE_ENDPOINT: http://localhost:3336
|
REFINE_ENDPOINT: http://localhost:3336
|
||||||
REFINE_WORKDIR: output/01-bibliotheca-pre
|
REFINE_WORKDIR: output/01-bibliotheca-pre
|
||||||
REFINE_LOGFILE: log/01-bibliotheca-pre/{{.DATE}}_dresden.log
|
REFINE_LOGFILE: log/01-bibliotheca-pre/{{.DATE}}_dresden.log
|
||||||
|
|
Loading…
Reference in New Issue