https://github.com/acdh-oeaw/abcd-db

Anton Bruckner Chronologie Datenbank

https://github.com/acdh-oeaw/abcd-db

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

djangobaseproject
Last synced: 9 months ago · JSON representation

Repository

Anton Bruckner Chronologie Datenbank

Basic Info
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 3
  • Releases: 61
Topics
djangobaseproject
Created over 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

Anton Bruckner Chronologie Datenbank

Test flake8 Lint codecov Build and push to DockerHub

short description of the project

install

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

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
app (14) Data Processing (8) Data Model (5) bug (3) seach (3) housekeeping (2) dataviz (1) enhancement (1)
Pull Request Labels

Dependencies

requirements.txt pypi
  • 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
requirements_dev.txt pypi
  • coverage >=5.5 development
  • flake8 >=4.0.0 development
.github/workflows/build.yml actions
  • 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
.github/workflows/lint.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v1 composite
  • py-actions/flake8 v1 composite
.github/workflows/test.yml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/setup-python v1 composite
  • codecov/codecov-action v1 composite
  • postgres 13 docker
Dockerfile docker
  • python 3.8-buster build