caltechdata_backup

Back up data from CaltechDATA (Invenio 3) repository

https://github.com/caltechlibrary/caltechdata_backup

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary

Keywords

backup invenio
Last synced: 6 months ago · JSON representation

Repository

Back up data from CaltechDATA (Invenio 3) repository

Basic Info
  • Host: GitHub
  • Owner: caltechlibrary
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 51.8 KB
Statistics
  • Stars: 1
  • Watchers: 6
  • Forks: 2
  • Open Issues: 0
  • Releases: 2
Topics
backup invenio
Created about 9 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Codemeta

README.md

caltechdata_backup

DOI

caltechdata_backup queries the caltechDATA (Invenio 3) API, returns data, and adds to dataset structure on disk

In development. Requires Python 3 (Recommended via Anaconda https://www.anaconda.com/download) with reqests and pydataset (https://github.com/caltechlibrary/pydataset).

Usage

shell python caltechdata_backup.py [-h]

optional arguments: -h, --help show this help message and exit

Owner

  • Name: Caltech Library
  • Login: caltechlibrary
  • Kind: organization
  • Email: helpdesk@library.caltech.edu
  • Location: Pasadena, CA 91125

We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "description": "Back up date from the CaltechDATA (Invenio 3) repository.",
  "name": "caltechdata_read",
  "codeRepository": "https://github.com/caltechlibrary/caltechdata_read",
  "issueTracker": "https://github.com/caltechlibrary/caltechdata_read/issues",
  "license": "https://data.caltech.edu/license",
  "version": "0.0.3",
  "author": [
    {
      "@type": "Person",
      "givenName": "Thomas E",
      "familyName": "Morrell",
      "affiliation": "Caltech Library",
      "email": "tmorrell@caltech.edu",
      "@id": "https://orcid.org/0000-0001-9266-5146"
    }
  ],
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/caltechlibrary/caltechdata_read/archive/0.0.3.zip",
  "keywords": [
    "GitHub",
    "CaltechDATA",
    "software",
    "invenio",
    "backup"
  ],
  "maintainer": "https://orcid.org/0000-0001-9266-5146",
  "programmingLanguage": "Python"
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 1
  • Average time to close issues: about 2 years
  • Average time to close pull requests: 1 minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • tmorrell (1)
Pull Request Authors
  • tmorrell (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements.txt pypi
  • aiobotocore *
  • progressbar2 *
  • py_dataset >=0.1.9
  • requests >=2.21
  • s3fs *