Skip to content

Using local database instead of HTTP API #1

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

Closed
h4cc opened this issue Sep 5, 2016 · 3 comments
Closed

Using local database instead of HTTP API #1

h4cc opened this issue Sep 5, 2016 · 3 comments

Comments

@h4cc
Copy link

h4cc commented Sep 5, 2016

How about using the maxmind files directly, instead of freegeoip.net?

Example: https://maxmind.github.io/MaxMind-DB/

@navinpeiris
Copy link
Owner

Hi @h4cc, there's already another project geolix that uses the MaxMind DB files directly, which is recommended if that's what you prefer.

The motivation behind this one is to make it easy to use your own FreeGeoIP installation, which can be very easily deployed using docker etc, but is defaulted to use the free service if you don't need all that.

@h4cc
Copy link
Author

h4cc commented Sep 5, 2016

Thanks for that info. Maybe having a strategy for freegeoip or geolix would be cool.

As far as i can see, geolix does not have a integration for Plug.Conn

Running a own freegeoip container somewhere is out of scope for most users :(

@iloveitaly
Copy link
Collaborator

Closing this out, documented Geolix usage for maxmind DB files directly in the readme a75080d

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

3 participants