commercialhaskell / stackage-server

Server for stable, curated Haskell package sets
MIT License
106 stars 27 forks source link

Use the filesystem to copy Hoogle files around #332

Open chreekat opened 4 months ago

chreekat commented 4 months ago

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?