[Koha-bugs] [Bug 10662] Build OAI-PMH Harvesting Client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 16 01:10:41 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #78754|0                           |1
        is obsolete|                            |
  Attachment #78756|0                           |1
        is obsolete|                            |
  Attachment #78758|0                           |1
        is obsolete|                            |
  Attachment #78760|0                           |1
        is obsolete|                            |
  Attachment #78762|0                           |1
        is obsolete|                            |
  Attachment #78764|0                           |1
        is obsolete|                            |
  Attachment #78767|0                           |1
        is obsolete|                            |
  Attachment #78769|0                           |1
        is obsolete|                            |
  Attachment #78771|0                           |1
        is obsolete|                            |
  Attachment #78859|0                           |1
        is obsolete|                            |
  Attachment #78860|0                           |1
        is obsolete|                            |

--- Comment #196 from David Cook <dcook at prosentient.com.au> ---
Created attachment 78914
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78914&action=edit
Bug 10662 - Build OAI-PMH Harvesting Client

This patch adds an OAI-PMH harvesting client to Koha.

The client runs as a daemon in the background. Users interact with the client
via the Koha web user interface, which communicates with the daemon via a unix
socket
using a simple JSON-based protocol.

The harvester ingests MARCXML. You can harvest other metadata formats, but you
must use a XSLT to transform them into MARCXML, if you want them to be imported
into Koha.

You can supply your own download and import modules via the
oai-pmh-harvester.yaml
configuration file, but the default modules supplied in this patch should
be good enough for your purposes. If they're not, raise a Bugzilla issue.

There is a cleanup_database.pl addition, because high volume harvesting
will cause the oai_harvester_import_queue table to fill quickly. This table
is not required for adding/updating records. It's mostly just for general
monitoring and audit purposes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list