diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2024-10-15 09:26:12 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2024-10-17 21:40:53 -0300 |
| commit | c37f249ffa4b735d1492cda11981dedb947ee437 (patch) | |
| tree | 78c58f061bdc4d87fbbdf9ff07e1a60e9af5e0fa /tests/gis_tests/data/geoip2/README.md | |
| parent | 99dcc59237f384d7ade98acfd1cae8d90e6d60ab (diff) | |
Refs #35841 -- Updated GeoIP2 test database files.
The mmdb files were taken from
https://github.com/maxmind/MaxMind-DB/commit/679e37e18a4a3009949c2213ec2c0bb8090c10c7.
Diffstat (limited to 'tests/gis_tests/data/geoip2/README.md')
| -rw-r--r-- | tests/gis_tests/data/geoip2/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/gis_tests/data/geoip2/README.md b/tests/gis_tests/data/geoip2/README.md new file mode 100644 index 0000000000..36328671b2 --- /dev/null +++ b/tests/gis_tests/data/geoip2/README.md @@ -0,0 +1,14 @@ +# GeoIP2 and GeoLite2 Test Databases + +The following test databases are provided under [this license][0]: + +- `GeoIP2-City-Test.mmdb` +- `GeoIP2-Country-Test.mmdb` +- `GeoLite2-ASN-Test.mmdb` +- `GeoLite2-City-Test.mmdb` +- `GeoLite2-Country-Test.mmdb` + +Updates can be found in [this repository][1]. + +[0]: https://github.com/maxmind/MaxMind-DB/blob/main/LICENSE-MIT +[1]: https://github.com/maxmind/MaxMind-DB/tree/main/test-data |
