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.
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
- Django for the ORM.
- Git from Linus Torvalds et al.
- .gitignore from Github.
- Rich from Textualize.
© 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
Built Distribution
File details
Details for the file preservation-database-0.0.4.tar.gz
.
File metadata
- Download URL: preservation-database-0.0.4.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20436f47abb43ee9f7818cef3ef4016f54b9eea39bdd6b3e0b74e71b2153532d |
|
MD5 | 9bd6ea786544f4ac6867fb16c0798347 |
|
BLAKE2b-256 | b0051c1b497f2798dba19a6cbc77f7e752b7b2a56cc0c07b9d88c7f341ab3ad5 |
File details
Details for the file preservation_database-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: preservation_database-0.0.4-py3-none-any.whl
- Upload date:
- Size: 14.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9018dbd752674516699979617be428cbded9cd3e82578a06bae3df22e917768 |
|
MD5 | 4d022249fbbc82b5fbc37cdc6649e968 |
|
BLAKE2b-256 | f6edae3f756659508253d1bf42b57050021ffaaeab78de82686270d18d4d62a5 |