Skip to content

Backend module for importing records from remote systems for copy cataloging

License

Notifications You must be signed in to change notification settings

folio-org/mod-copycat

Repository files navigation

mod-copycat

Copyright (C) 2020-2023 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.

Introduction

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:

  1. raw record. The record is part of the import operation. The raw record can be in JSON-MARC or as base64-encoded ISO2709.

  2. 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.

Additional information

Other FOLIO Developer documentation is at dev.folio.org

Issue tracker

See project MODCPCT at the FOLIO issue tracker.

ModuleDescriptor

See the ModuleDescriptor for the interfaces that this module requires and provides, the permissions, and the additional module metadata.

Getting started

See Building, running, initializing and using mod-copycat.

API documentation

This module's API documentation.

Code analysis

SonarQube analysis.

Download and configuration

The built artifacts for this module are available. See configuration for repository access, and the Docker image.