commercialhaskell/stackage-server

Use the filesystem to copy Hoogle files around

Opened this issue · 0 comments

curator generates Hoogle input files for individual packages and uploads them to object storage.

stackage-server-cron downloads the input files from object storage and creates a database for the snapshot.

These now both happen on the same server, which makes the round trip through object storage kind of superfluous.

There may be other reasons to have the input files on object storage, though?