Skip to content

folio-org/mod-copycat

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
doc
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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