zannotate
zannotate copied to clipboard
MaxMind GeoLite Improvements
Changes
- Remove the
geoip2-modeoption, the largest dataset from MaxMind isGeoLite-Cityat 62 MB. I don't see a compelling reason to leave a flag letting users memory-map this file when it's this small. We already have a large quantity of flags. But I could be convinced if there's some dataset I'm not considering. - Add documentation on where to find the MaxMind GeoLite datasets/where to sign up/etc
- Swap code usage of
Maxmind GeoIP2toMaxMind GeoLitesince it seems this is what they're calling it now.
Verified that with current data downloads, this module is still working. I'm not going to add unit tests with a copy of the data download since looking at their EULA they don't permit redistribution of their data downloads.