I would like to access the geolite database of maxmind from my java/scala code. http://www.maxmind.com/en/geolite
I have in my mind a solution that is scalable like elasticsearch and that has no single point of failure, no bottle neck, low latency and low maintenance cost (no need to install a local database on each web server).
So I wondered if there is already a solution for importing and using the geolite data with elasticsearch?
Thanks