Skip to main content

A database builder for digital preservation information.

Project description

Preservation Status

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

Usage

Usage: main.py [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 migrate
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

This version

0.0.1

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.1.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

preservation_database-0.0.1-py3-none-any.whl (14.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: preservation-database-0.0.1.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for preservation-database-0.0.1.tar.gz
Algorithm Hash digest
SHA256 81ebcbcd7601ac467e7fe7bc9ee6882fdadd2845c422ac86b7fb4cf1e6ea5252
MD5 3654724fbb01abf9f3c57ad971f0b0a9
BLAKE2b-256 62c364761264581d2ec9bda7996c5f27050e778b7771925ddbcf15ceb1af5054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for preservation_database-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 91b4366826c9e77e2e5a64d96e9108ebf7238e4e4bd385efbbb217df2b3caf6a
MD5 f736bf9b520185ab3afbf89566316338
BLAKE2b-256 fe3514704f57fe20e15776942f854056edcff8c4258d4269884ae0e14472f436

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