We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a crontab and a job to run entrypoint.py (see https://code.huc.knaw.nl/tsd/docker-backup for adding a cronjob)
entrypoint.py inspects the refresh setting of each vocab yml. If the time since last mofification has passed the vocab needs to be refreshed.
The last modification can be stored in the GraphDB:
<named Graph URI> <http://purl.org/dc/terms/modified> "<epoch>"
this property can be updates using SPARQL UPDATE or you can have many where the maximum one is the most current.
The text was updated successfully, but these errors were encountered:
Merge pull request #6 from CLARIAH/feature/4-adding-a-cron-job-to-ref…
47de985
…resh-vocabularies Feature/#4 adding a cron job to refresh vocabularies
jarno-knaw
Successfully merging a pull request may close this issue.
Adding a crontab and a job to run entrypoint.py (see https://code.huc.knaw.nl/tsd/docker-backup for adding a cronjob)
entrypoint.py inspects the refresh setting of each vocab yml. If the time since last mofification has passed the vocab needs to be refreshed.
The last modification can be stored in the GraphDB:
this property can be updates using SPARQL UPDATE or you can have many where the maximum one is the most current.
The text was updated successfully, but these errors were encountered: