Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Avalon can be configured to import descriptive metadata from an external source (such as an OPAC) via SRU or Z39.50.

Configuration is located inĀ avalon.yml.

SRU Configuration

To configure Avalon to use an SRU source (such as yaz-proxy), you will need the following information:

...

Code Block
languagenone
titleZ39.50 Configuration
  bib_retriever:
    protocol: z39.50
    host: zgate.library.example.edu
    port: 210
    database: CATALOG
    attribute: 7
    retriever_class: Avalon::BibRetriever::Zoom
    retriever_class_require: avalon/bib_retriever/zoom