https://github.com/acdh-oeaw/dse-static-oai-pmh

OAI-PMH proxy server for dse-static based digital editions

https://github.com/acdh-oeaw/dse-static-oai-pmh

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

OAI-PMH proxy server for dse-static based digital editions

Basic Info
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • Open Issues: 1
  • Releases: 2
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

dse-static-oai-pmh

OAI-PMH proxy server for dse-static based digital editions, implemented with FastAPI

install and run

shell git clone https://github.com/acdh-oeaw/dse-static-oai-pmh.git cd dse-static-oai-pmh pip install -r requirements.txt fastapi dev

config

Register new dse-static-editions by configuring ENDPOINTS in app/config.py.

list endpoints

shell curl "http://localhost:8000"

docs endpoints

shell curl "http://localhost:8000/docs"

GET request

shell curl "http://localhost:8000/{project}/oai-pmh?verb=Identify" curl "http://localhost:8000/tillich-lectures/oai-pmh?verb=Identify"

POST request

shell curl -X POST -d "verb=Identify" "http://localhost:8000/{project}/oai-pmh" curl -X POST -d "verb=Identify" "http://localhost:8000/tillich-lectures/oai-pmh"

Docker

shell docker build -t dse-oai-pmh . docker run -d --rm --name dse-oai-pmh -p 8020:8020 dse-oai-pmh

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
  • Create event: 7
  • Release event: 1
  • Issues event: 11
  • Delete event: 3
  • Push event: 30
  • Pull request event: 7
Last Year
  • Create event: 7
  • Release event: 1
  • Issues event: 11
  • Delete event: 3
  • Push event: 30
  • Pull request event: 7

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 31
  • Total Committers: 1
  • Avg Commits per committer: 31.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 31
  • Committers: 1
  • Avg Commits per committer: 31.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
csae8092 p****r@g****m 31

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 11
  • Total pull requests: 7
  • Average time to close issues: 4 days
  • Average time to close pull requests: less than a minute
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 11
  • Pull requests: 7
  • Average time to close issues: 4 days
  • Average time to close pull requests: less than a minute
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • csae8092 (7)
Pull Request Authors
  • csae8092 (8)
Top Labels
Issue Labels
enhancement (2)
Pull Request Labels