Home | History | Annotate | Line # | Download | only in data
README.md revision 1.1.1.1.6.2
      1 ##### Test MMDB databases
      2 
      3 This directory contains test versions of the GeoIP2/GeoLite2 CIty,
      4 Country, Domain, ISP, and ASN databases. The `.mmdb` files are built
      5 from the corresponding `.json` source files; to regenerate them, modify
      6 the source files and run `perl write-test-data.pl`.
      7 
      8 This script is adapted from one in
      9 [https://github.com/maxmind/MaxMind-DB](https://github.com/maxmind/MaxMind-DB).
     10 It depends on the MaxMind:DB:Writer module, which can be found in
     11 CPAN or at
     12 [https://github.com/maxmind/MaxMind-DB-Writer-perl](https://github.com/maxmind/MaxMind-DB-Writer-perl) .
     13