https://github.com/acdh-oeaw/abcd-db
Anton Bruckner Chronologie Datenbank
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Keywords
Repository
Anton Bruckner Chronologie Datenbank
Basic Info
- Host: GitHub
- Owner: acdh-oeaw
- Language: Python
- Default Branch: main
- Homepage: https://abcd.acdh-dev.oeaw.ac.at/
- Size: 1.74 MB
Statistics
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 3
- Releases: 61
Topics
Metadata Files
README.md
Anton Bruckner Chronologie Datenbank
short description of the project
install
- clone the repo
- change into the project's root directory e.g.
cd abcd-db - create a virtual environment e.g.
virutalenv envand activate itsource env/bin/activate - install required packages
pip install -r requirements_dev.txt - to connect to a postgres-db called
abcd_dbwith user/passwordpostgresrunsource source set_env_variables.sh - run migrations
python manage.py migrate - start the dev sever
python manage.py runserver - go to http://127.0.0.1:8000 and check if everything works
data ingest
- run
python manage.py import_abcd_data
(this script processes data from the gsheets BrucknerDB20220204 and LiteraturDB20220204)
NER
- install spacy
- install needed spacy model
python -m spacy download de_core_news_lg - run
python manage.py import_ners
Docker
At the ACDH-CH we use a centralized database-server. So instead of spawning a database for each service our services are talking to a database on this centralized db-server. This setup is reflected in the dockerized setting as well, meaning it expects an already existing database (either on your host, e.g. accessible via 'localhost' or some remote one)
building the image
docker build -t abcd:latest .docker build -t abcd:latest --no-cache .
running the image
To run the image you should provide an .env file to pass in needed environment variables; see example below:
docker run -it --network="host" --rm --env-file env.default --name abcd abcd:latest
This project was bootstraped by djangobase-cookiecutter
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: 4
- Release event: 2
- Issues event: 5
- Delete event: 1
- Issue comment event: 2
- Push event: 6
- Pull request event: 4
Last Year
- Create event: 4
- Release event: 2
- Issues event: 5
- Delete event: 1
- Issue comment event: 2
- Push event: 6
- Pull request event: 4
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 77
- Total pull requests: 33
- Average time to close issues: 16 days
- Average time to close pull requests: 1 minute
- Total issue authors: 2
- Total pull request authors: 1
- Average comments per issue: 0.34
- Average comments per pull request: 0.0
- Merged pull requests: 33
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 7
- Pull requests: 5
- Average time to close issues: 16 days
- Average time to close pull requests: less than a minute
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.29
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- csae8092 (72)
- marcs19 (5)
Pull Request Authors
- csae8092 (33)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Django >=3.2,<4
- acdh-cfts-pyutils ==0.2
- acdh-django-browsing ==1.2.3
- ciso8601 ==2.2.0
- django-ckeditor ==6.2.0
- django-extensions ==3.1.5
- django-fixture-magic ==0.1.5
- django-gnd ==0.3.0
- django-leaflet ==0.28.3
- django-mptt ==0.11.0
- django-next-prev ==1.1.0
- django-spaghetti-and-meatballs ==0.4.2
- djangorestframework >=3.13.1,<4
- psycopg2-binary ==2.9.3
- rdflib ==6.1.1
- requests >=2.25
- tqdm ==4.62.3
- coverage >=5.5 development
- flake8 >=4.0.0 development
- actions/checkout v3 composite
- docker/build-push-action v3 composite
- docker/login-action v2 composite
- docker/metadata-action v3 composite
- docker/setup-buildx-action v2 composite
- actions/checkout v3 composite
- actions/setup-python v1 composite
- py-actions/flake8 v1 composite
- actions/cache v2 composite
- actions/checkout v3 composite
- actions/setup-python v1 composite
- codecov/codecov-action v1 composite
- postgres 13 docker
- python 3.8-buster build