How can I store processed osm data and load it back?

Loading osm data to graphhopper could take a couple of minutes of processing. On normal server it doesn’t matter, cause it only hppens once. but if you use a stateless server, in which server instances can be created and destroyed all the time, you’re in a problem.

Is it possible to somehow store the processed graph and and load it once the server powers on?
It might also be useful for android apps, which aren’t always on.
Thanks!

Wow! Interesting!
So inside the container I should call setGraphHopperLocation but not setDataReaderFile?
Then just call importOrLoad?

Thank you so much!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.