hbz / oerindex

Moved to https://gitlab.com/oersi/oersi-etl/
Apache License 2.0
0 stars 0 forks source link

Index OER from DuePublico #1

Closed acka47 closed 4 years ago

acka47 commented 4 years ago

See service description at https://duepublico2.uni-due.de//content/oer/oer-visitenkarte.json

acka47 commented 4 years ago

DuePublico has an OAI-PMH interface so we have three different test source together: HTML, embedded JSON & XML via OAI-PMH.

fsteeg commented 4 years ago

We discussed offline that we want to try using the Metafacture OaiPmhOpener from our old metafacture-core fork in https://github.com/hbz/metafacture-core/blob/4.0.0-HBZ-SNAPSHOT/src/main/java/org/culturegraph/mf/stream/source/OaiPmhOpener.java with the current Metafacture for this. If it works out, we'd like to merge the OaiPmhOpener into the current metafacture-core (in metafacture-io or metafacture-biblio). Usage in Flux would look something like:

"https://duepublico2.uni-due.de/servlets/OAIDataProvider" | open-oaipmh(metadataPrefix="mods", setSpec="collection:OER") | decode-...

acka47 commented 4 years ago

Moved to https://gitlab.com/oersi/oersi-etl/-/issues/1. Closing.