CentreForDigitalHumanities / CentreForDigitalHumanities/DHScrapers
Implement a recurring harvest
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This repo was originally started for, among others, the Peace Portal corpora. From this side there was a request to regularly check resources publishing funerary inscriptions for newly added inscriptions. I was thinking to set this up as follows:
- add Elasticsearch dependency to this repository
- let the scraper retrieve ids of all (newly) available documents and compare their ids against ids found in existing indices
- scrape the documents whose ids are not yet in the indices
Preferably, this would be done through a dedicated server, or, we could make use of Kubernetes. I'd like to work on this in the first half of 2025, so I'm not sure if the latter option is available.
This would need to be run at regular intervals, e.g., every few months. What would be the best way to achieve this? We could add a chronjob on the server itself, or we could make use of a self-hosted GitHub action runner and trigger the harvest via GitHub actions. Any thoughts, @gdamaskos @tymees @bartbouter @falconburrow ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.