-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Sigil process #462
Comments
Deployed with: #450 |
Reopen this ticket: Since the process has still some old part and is complicated to comprehend: Do we need the OAI PMH Data as XML saved at the server? Tried to simplify the process here: |
If I remember correctly I added this because it was useful to (re-)run the transformation only (e.g. after making some changes), without having to get the data via OAI-PMH again. |
Get rid of xml splitting process and only use a single OAI-PMH inerval steps due to newer pica bulks.
We are using an old dump from 2013. This makes the transformation pretty pretty slow, since it harvests all updates since then via OAI-PMH.
We have a new one bit it is binary pica+. We need to remodel it.
Add cron job that looks for new updated batch file. That downloads the file toapp/transformation/input
, renames the file tosigel.dat
and cjanges the date intransformation.updates.start="2023-06-01"
to the creation date of the sourcefile inconf/application.conf
The text was updated successfully, but these errors were encountered: