Skip to main content

A tool for working with archival description for public access.

Project description

description_harvester

A tool for working with archival description for public access. description_harvester reads archival description into a minimalist data model for public-facing archival description and then converts it to the Arclight data model and POSTs it into an Arclight Solr index using PySolr.

description_harvester is designed to be extensible and harvest archival description from a number of sources. Currently the only available source harvests data from the ArchivesSpace API using ArchivesSnake. It is possible in the future to add modules for EAD2002 and other sources. Its also possible to add additional output modules to serialize description to EAD or other formats in addition to or in replace of sending description to an Arclight Solr instance. This potential opens up new possibilities of managing description using low-barrier formats and tools.

The main branch is designed to be a drop-in replacement for the Arclight Traject indexer, while the dao-indexing branch tries to fully index digital objects from digital repositories and other sources, including item-level metadata fields, embedded text, OCR text, and transcriptions.

This is still a bit drafty, as its only tested on ASpace v2.8.0 and needs better error handling. Validation is also very minimal, but there is potential to add detailed validation with jsonschema .

Installation

pip install description_harvester

First, you need to configure ArchivesSnake by creating a ~/.archivessnake.ymlfile with your API credentials as detailed by the ArchivesSnake configuration docs.

Next, you also need a ~/.description_harvester.yml file that lists your Solr URL and the core you want to index to. These can also be overridden with args.

solr_url: http://127.0.0.1:8983/solr
solr_core: blacklight-core
last_query: 0

Repositories

By default, when reading from ArchivesSpace, description harvester will use the repository name stored there.

To enable the --repo argument, place a copy of your ArcLight repositories.yml file in ~. You can then use harvest --id mss001 --repo slug to index using the slug from repositories.yml. This will overrite the ArchivesSpace repository name.

There is also the option do customize this with a plugin.

Indexing from ArchivesSpace API to Arclight

Once description_harvester is set up, you can index from the ASpace API to Arclight using the to-arclight command.

Index by id_0

You can provide one or more IDs to index using a resource's id_0` field

harvest --id ua807

harvest --id mss123 apap106

Index by URI

You can also use integers from ASpace URIs for resource, such as 263 for https://my.aspace.edu/resources/263

harvest --uri 435

harvest --uri 1 755

Indexing by modified time

Index collections modified in the past hour: harvest --hour

Index collections modified in the past day: harvest --today

Index collections modified since las run: harvest --updated

Index collections not already in the index: harvest --new

Deleting collections

You can delete one or more collections using the --delete argument. This uses the Solr document ID, such as apap106 for https://my.arclight.edu/catalog/apap106.

harvest --delete apap101 apap301

Plugins

Local implementations may have to override some description_harvester logic. Indexing digital objects from local systems may be a common use case.

To create a plugin, create a plugin directory, either at ~/.description_harvester or a path you pass with a DESCRIPTION_HARVESTER_PLUGIN_DIR environment variable.

Use the example default.py and make a copy in your plugin directory.

Use custom_repository() to customize how repository names are set. This has access to an ArchivesSpace resource API object.

Use read_data() to customize DigitalObject objects.

The plugin importer will first import plugins from within the package, second it will look in ~/.description_harvester, and finally it will look in the DESCRIPTION_HARVESTER_PLUGIN_DIR path.

Use as a library

You can also use description harvester in a script

from description_harvester import harvest

harvest(["--id", "myid001"])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

description_harvester-0.3.11.tar.gz (22.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

description_harvester-0.3.11-py3-none-any.whl (23.4 kB view details)

Uploaded Python 3

File details

Details for the file description_harvester-0.3.11.tar.gz.

File metadata

  • Download URL: description_harvester-0.3.11.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.5

File hashes

Hashes for description_harvester-0.3.11.tar.gz
Algorithm Hash digest
SHA256 81e18b63a7ab41106ab188aabcf83e0ea49c7df86331915eb301c452adedd798
MD5 6e7d7e3ddf8931203c15c6cdd061dff2
BLAKE2b-256 ee32d3701940b97eb042e72472a845c8ee405de0c0e29810aafa6cafdce81583

See more details on using hashes here.

File details

Details for the file description_harvester-0.3.11-py3-none-any.whl.

File metadata

File hashes

Hashes for description_harvester-0.3.11-py3-none-any.whl
Algorithm Hash digest
SHA256 65e92d646df9c7d97d4462d534c9cffd00e8088a14eb49d3dc6096cc8b1c70d3
MD5 2ed712d9a97ee03b6250ea707ada991c
BLAKE2b-256 de8f08fb1b87c44a04bf5ded3d477ff5fb6ec614efd827e17a4b92d290f7f1fb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page