Closed turchanov closed 11 months ago
I don't think any of our Java libraries support iteration currently. It has come up before though. You can see a potential way here: https://github.com/maxmind/GeoIP2-java/issues/93. (Note it might need some work)
If you're flexible on language, I think it's available in libraries for other languages. I like to use https://github.com/oschwald/maxminddb-golang for this. https://github.com/maxmind/MaxMind-DB-Reader-perl supports it as well.
It might be there's a CSV format already available for your database though. That might be worth checking into as well.
Oh! Thank you for the information. I guess I leave this ticket open as pending for https://github.com/maxmind/GeoIP2-java/issues/93 resolution?
This was added in #131.
Hi! We need to get all records contained in a database file, something like this:
"Network/mask", "Attributes..."
We we able to do that with CSV format exports of GeoIP2Lite database. Now that we are using GeoIP2 (which is binary format) we no longer can do that.Is it possible with current API? Or will you be able to add such an API?