https://github.com/acdh-oeaw/dse-static-oai-pmh
OAI-PMH proxy server for dse-static based digital editions
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
Repository
OAI-PMH proxy server for dse-static based digital editions
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://dse-static-oai-pmh.acdh-dev.oeaw.ac.at/
- Size: 45.9 KB
Statistics
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
- Releases: 2
Metadata Files
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
- Website: https://www.oeaw.ac.at/acdh
- Repositories: 476
- Profile: https://github.com/acdh-oeaw
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
Top Committers
| Name | 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)