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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

66d4847 · Oct 17, 2024
Mar 15, 2024
Jan 2, 2021
Oct 7, 2024
May 7, 2021
Mar 11, 2021
May 19, 2023
Dec 21, 2022
Mar 18, 2024
Jan 27, 2022
Dec 1, 2020
Nov 24, 2020
Nov 25, 2020
Mar 15, 2024
Mar 15, 2024
Nov 24, 2020
Oct 10, 2024
Feb 16, 2023
Mar 21, 2024

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.

About

Backend module for importing records from remote systems for copy cataloging

Resources

License

Stars

Watchers

Forks

Packages

No packages published