ckan / ckanext-archiver

Archive CKAN resources
MIT License
21 stars 46 forks source link

Simplify "do we need to archive?" logic with IResourceUrlChange #84

Open ThrawnCA opened 2 years ago

ThrawnCA commented 2 years ago

The IResourceUrlChange interface would provide a much simpler and more efficient mechanism to check whether we need to run the archiver for a changed resource, rather than querying the activity history (which is entirely ineffective anyway for private datasets).

This would also neatly resolve #77