-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Create caching screenshot service for OA material #1
Comments
So, started working. |
As per ukwa/ukwa-services#24 (comment) added an IIIF server which makes a lot of this much easier. Still lots of those details to tie off. |
Also need to access rendered versions from crawl time. Simplest is to use the
|
I monkeypatched |
This mess of ideas needs splitting into separate tickets. Deferring for now. |
Add an endpoint that uses https://github.com/ukwa/webrender-api to render screenshots of OA items via pywb in proxy mode. It should cache them essentially permanently, and keep the URL lists to retain the transclusions for whitelisting.
This has been made much easier by using an off-the-shelf caching IIIF server (Cantaloupe) as an intermediary. This now works reasonably well, see: ukwa/ukwa-services#24 (comment)
Some work remains:
The text was updated successfully, but these errors were encountered: