ukwa / ukwa-services

Deployment configuration for all UKWA services stacks.
Apache License 2.0
4 stars 5 forks source link

Evaluate integration of SolrWayback #70

Closed anjackson closed 2 years ago

anjackson commented 2 years ago

Rather than continuing to roll our own search and visualization tool, we should consider adopting SolrWayback and collaborating with the NAS team on it. We could start by making it available as an internal tool, within the W3ACT stack. For this, we need to:

It's possible we can't resolve some of these issues without re-indexing. In which case, this will have to wait.

Notes on public use moved to https://github.com/ukwa/ukwa-services/issues/73

anjackson commented 2 years ago

Now built as ukwa/solrwayback:docker-hub-action for testing. Should be configurable to talk to our Solr and WARC servers, and deployable as part of the W3ACT stack.

anjackson commented 2 years ago

Based on this: https://stackoverflow.com/a/69275528/6689

I have modified the fork of SolrWayback to use relative paths in Vue and it seems to work. Documentation indicates that this feature may not work with history.pushState. See the 'limitations' section of https://cli.vuejs.org/config/#publicpath

anjackson commented 2 years ago

This works well enough to trial so calling this done.