Hi Lauren, Thanks for your relpy.
Not exactly, I want to handle that 'path-index' functionality separately from OW. I was hoping I could write a servlet to act as the remote resource store to OW, which will look up the warc location on the fly. I see your point about serving the warcs via a webserver and using the path-index file with URLs. But it seemed nicer (in my head) if I could just serve the warc location via an external service, removing the path-index flat file step altogether. The context is that we are trying to use OW as a viewer from our preservation system, which has a growing web archive. For a growing collection the remote resource store seemed more of a fit than using a path-index file. Cheers, Ben On Friday, September 9, 2016 at 8:24:32 AM UTC+12, Lauren Ko wrote: > > Hi Ben, > If you are using a FlatFileResourceFileLocationDB as described here > https://github.com/iipc/openwayback/wiki/How-to-configure#telling-openwayback-where-to-find-your-arc-and-warc-files > > , in your path-index.txt file you would put the URL to where the ARC/WARC > files are being served instead of just a local path. Then you can serve the > WARC files via whatever web server, such as Apache, from wherever you want. > Is that what you are wanting to do? > > Lauren Ko > UNT Libraries > > On Mon, Sep 5, 2016 at 7:22 PM, Ben O'Brien <[email protected] > <javascript:>> wrote: > >> Hello all, >> >> >> I've found myself wanting to setup and test a remote resource store in >> openwayback recently. Initially I was excited to see a link on the >> Advanced-configuration wiki page 'Configuring a remote >> ResourceStore'....only to find it was a placeholder :( >> >> So in the interest of generating some content for that page - does >> anybody have an example of configuring a remote ResourceStore? >> >> >> Cheers, >> Ben >> >> -- >> You received this message because you are subscribed to the Google Groups >> "openwayback-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "openwayback-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
