ecc521 / rivers.run

Water levels, notifications, search tools, and more, built to help paddlers.
https://rivers.run
6 stars 1 forks source link

Cache riverdata.json and flowdata3.json across server installs #139

Closed ecc521 closed 2 years ago

ecc521 commented 2 years ago

flowdata3.json can take some time to generate (as can riverdata.json, though caching should minimize this). We should use a filesystem mount or something to cache the file.

We may need to store it in server/data/cache or something then just route to that directory.

ecc521 commented 2 years ago

A different approach was implemented, generating river data into the Docker image.