Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide persistent caching #10

Open
schachmat opened this issue Apr 26, 2016 · 1 comment
Open

provide persistent caching #10

schachmat opened this issue Apr 26, 2016 · 1 comment

Comments

@schachmat
Copy link

Heyho,

could you add caching functionality in your lib? The queries should be stored somewhere persistent on disk possibly surviving reboots (e.g. simple file or sqlite database).

@p
Copy link
Contributor

p commented Jul 20, 2018

Persistence can be accomplished in many ways and is outside the scope of a geocoder. I have a similar need and achieved it with gob and bbolt (https://github.com/p/weather/blob/master/backend/src/weather.go).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants