Skip to main content

A database builder for digital preservation information.

Project description

Preservation Status Database Builder

Returns the preservation status of a Crossref DOI matched against mainstream digital preservation platforms.

license activity

Django Git GitHub Linux Python

This application allows you to build a database of digital preservation sources and then to match a DOI against common digital preservation systems.

Installation

The easiest install is via pip:

pip install preservation-database

Then add "preservationdatabase" (no hyphen) to your list of INSTALLED_APPS.

Usage

export DJANGO_SETTINGS_MODULE=import_settings.settings

Usage: python -m preservationdatabase.cli [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  import-all         Download and import all data (excluding HathiTrust)
  import-cariniana   Download and import data from Cariniana
  import-clockss     Download and import data from CLOCKSS
  import-hathi       Import data from HathiTrust (requires local file download)
  import-lockss      Download and import data from LOCKSS
  import-pkp         Download and import data from PKP's private LOCKSS network
  import-portico     Download and import data from Portico
  show-preservation  Determine whether a DOI is preserved

Features

  • Cariniana import.
  • CLOCKSS import.
  • HathiTrust import.
  • LOCKSS import.
  • PKP PLN import.
  • Portico import.
  • Crossref DOI lookup.

First-Run Setup

First, copy example_settings.py to settings.py and check settings.py to ensure that the database you want to use is set correctly. The default is db.sqlite. You should carefully read and check all of settings.py.

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': BASE_DIR / 'db.sqlite3',
    }
}

Next, run the database build commands:

python3 manage.py makemigrations
python3 manage.py makemigrations preservation-database
python3 manage.py migrate 

You should then have a working database into which you can import new preservation data.

Credits

© Crossref 2023

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

preservation-database-0.0.37.tar.gz (18.5 kB view details)

Uploaded Source

Built Distribution

preservation_database-0.0.37-py3-none-any.whl (21.8 kB view details)

Uploaded Python 3

File details

Details for the file preservation-database-0.0.37.tar.gz.

File metadata

File hashes

Hashes for preservation-database-0.0.37.tar.gz
Algorithm Hash digest
SHA256 565190e3f1da27716faf4d0e6e29989e7eae9777e3a973c169c2ca4915aa7abc
MD5 5c5e3cfad3765332ed0baa2021d879c0
BLAKE2b-256 0a57b3520a65766d99697e3db29d3136f45bee0dc48a3394a9aab10fc3474bdc

See more details on using hashes here.

File details

Details for the file preservation_database-0.0.37-py3-none-any.whl.

File metadata

File hashes

Hashes for preservation_database-0.0.37-py3-none-any.whl
Algorithm Hash digest
SHA256 db1dd88ef8de6e26a5a4f7446fe10c1e92ad57aca31d703a83c9a9a945f01128
MD5 263ca7d4a9ac0b1be53784df2090e535
BLAKE2b-256 7813f61701f69d86f5ec8474cacf459c5d87325a0f08fe283f1da196d75047c2

See more details on using hashes here.

Supported by

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