MaxMind-DB-Reader-java icon indicating copy to clipboard operation
MaxMind-DB-Reader-java copied to clipboard

Java reader for the MaxMind DB format

Results 5 MaxMind-DB-Reader-java issues
Sort by recently updated
recently updated
newest added

Did read through the same error that occurred before, https://github.com/maxmind/MaxMind-DB-Reader-java/issues/81. We are using File Mode as memory mapped. The issue shows up on one of the containers and it fails...

Hello, A couple of days ago, I encountered an exception on every `get(InetAddress)` method call on a GeoIP2 City database file, dated from June 11, 2017: For now, I don't...

enhancement

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....

enhancement

Trying to create a new reader (with or without a cache) for a 2,5gb database: ``` new Reader(file, new CHMCache()); ``` Results in the following exception: ``` java.lang.IllegalArgumentException: Size exceeds...