Live data from Hacker News

I made a simple geolocation service

maxkostinevich.com

11–20 of 187 posts

Re: I made a simple geolocation service

#12
So this finds the country based on some cloudflare-populated info of an incoming request (which sounds like it solved OP’s problem which is good), but if you want to use MaxMind’s database to find the country of any public IP I built the following a few months back:

https://github.com/Risk3sixty-Labs/geoapi

Re: I made a simple geolocation service

#14
I (like many others it seems!) have also built a geolocation service however mine is built on top of MaxMind's DBs that are mentioned in the post. Its on a few boxes running OpenResty and now handles 130m+ requests/day. Was really fun to build!

https://github.com/jloh/geojs https://www.geojs.io/open/

Re: I made a simple geolocation service

#18

How does MaxMind prevent someone from releasing an open source version of their database? If you are about to answer "Copyright", remember - you can't Copyright facts. This has been upheld in the Courts system many times.

MaxMind have two versions of their database, the free to use version called GeoLite and the paid version (whos name I'm not aware of).

I realise this doesn't directly answer your question but I guess one reason might be that they already provide a free version so releasing the paid version would just get you in strife?

Post reply on HN