Copyright (C) 2020-2022 The Open Library Foundation
This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.
mod-copycat is a FOLIO module that assists in Copy cataloging. It can import records from remote systems using Z39.50 or a straight MARC record can be provided.
mod-copycat provides two regular interface: copycat-imports
and
copycat-profiles
.
The provided interface copycat-imports
is for the actual importing. There
are two modes:
-
raw record. The record is part of the import operation. The raw record can be in JSON-MARC or as base64-encoded ISO2709.
-
Z39.50 search. The record is specified by a Z39.50 query and the record is fetched and imported.
The interface copycat-profiles
is a CRUD interface for managing copycat
profiles. These profiles include:
-
job profiles - for the change manager.
-
Z39.50 parameters.
Other FOLIO Developer documentation is at dev.folio.org
See project MODCPCT at the FOLIO issue tracker.
See the ModuleDescriptor for the interfaces that this module requires and provides, the permissions, and the additional module metadata.
See Building, running, initializing and using mod-copycat.
This module's API documentation.
The built artifacts for this module are available. See configuration for repository access, and the Docker image.