Skip to content

Commit ca9235d

Browse files
authored
Merge pull request #1301 from maxmind/greg/con-2
Update list of MMDB readers
2 parents f4d76af + 9c95ce8 commit ca9235d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/geoip/docs/databases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ title: GeoIP and GeoLite Database Documentation
5656
| C | N/A | [GitHub Pages](https://maxmind.github.io/libmaxminddb/) | [GitHub](https://github.com/maxmind/libmaxminddb) |
5757
| Java | [Maven Central Repository](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.maxmind.geoip2%22%20AND%20a%3A%22geoip2%22) | [GitHub Pages](https://maxmind.github.io/GeoIP2-java/) | [GitHub](https://github.com/maxmind/GeoIP2-java) |
5858
| Node.js | [NPM](https://npmjs.com/package/@maxmind/geoip2-node) | [GitHub Pages](https://maxmind.github.io/GeoIP2-node/) | [GitHub](https://github.com/maxmind/GeoIP2-node) |
59-
| Perl _(deprecated)_ | [CPAN](https://metacpan.org/release/GeoIP2) | [MetaCPAN](https://metacpan.org/release/GeoIP2) | [GitHub](https://github.com/maxmind/GeoIP2-perl) |
6059
| PHP | [Packagist](https://packagist.org/packages/geoip2/geoip2) | [GitHub Pages](https://maxmind.github.io/GeoIP2-php/) | [GitHub](https://github.com/maxmind/GeoIP2-php) |
6160
| Python | [PyPI](https://pypi.python.org/pypi/geoip2) | [Read the Docs](https://geoip2.readthedocs.org/en/latest/) | [GitHub](https://github.com/maxmind/GeoIP2-python) |
6261
| Ruby | [RubyGems](https://rubygems.org/gems/maxmind-geoip2) | [RubyDoc](https://www.rubydoc.info/gems/maxmind-geoip2) | [GitHub](https://github.com/maxmind/GeoIP2-ruby) |
@@ -95,12 +94,14 @@ integrator for assistance.
9594
| Node.js | maxmind | [npm](https://www.npmjs.com/package/maxmind) | [npm](https://www.npmjs.com/package/maxmind) | [GitHub](https://github.com/runk/node-maxmind) |
9695
| Node.js / Deno / Bun | maxminddb-wasm | [npm](https://www.npmjs.com/package/maxminddb-wasm) / [Deno](https://deno.land/x/maxminddb) | [JSR](https://jsr.io/@josh-hemphill/maxminddb-wasm) | [GitHub](https://github.com/josh-hemphill/maxminddb-wasm) |
9796
| OCaml | ocaml-maxminddb | [OPAM](https://opam.ocaml.org/packages/maxminddb/) | [README](https://github.com/fxfactorial/ocaml-maxminddb/blob/master/README.md) | [GitHub](https://github.com/fxfactorial/ocaml-maxminddb) |
97+
| Perl | Geo::Location::IP | [CPAN](https://metacpan.org/pod/Geo::Location::IP) | [MetaCPAN](https://metacpan.org/pod/Geo::Location::IP) | [GitHub](https://github.com/voegelas/Geo-Location-IP) |
9898
| Perl | IP::Geolocation::MMDB | [CPAN](https://metacpan.org/pod/IP::Geolocation::MMDB) | [MetaCPAN](https://metacpan.org/pod/IP::Geolocation::MMDB) | [GitHub](https://github.com/voegelas/IP-Geolocation-MMDB) |
9999
| PHP | librarymarket/maxmind-db-reader | [Packagist](https://packagist.org/packages/librarymarket/maxmind-db-reader) | [README](https://github.com/librarymarket/maxmind-db-reader/blob/1.0.x/README.md) | [GitHub](https://github.com/librarymarket/maxmind-db-reader) |
100100
| Python | pandas-maxminddb | [PyPI](https://pypi.org/project/pandas-maxminddb/) | [README](https://github.com/andrusha/pandas-maxminddb/blob/main/README.md) | [GitHub](https://github.com/andrusha/pandas-maxminddb) |
101101
| R | rgeolocate | [CRAN](https://cran.r-project.org/web/packages/rgeolocate/index.html) | [README](https://github.com/Ironholds/rgeolocate/blob/master/README.md) | [GitHub](https://github.com/Ironholds/rgeolocate) |
102102
| Racket | geoip | | [Racket Documentation](https://docs.racket-lang.org/geoip/index.html) | [GitHub](https://github.com/Bogdanp/racket-geoip) |
103103
| Raku | GeoIP2 | | [README](https://github.com/bbkr/GeoIP2/blob/master/README.md) | [GitHub](https://github.com/bbkr/GeoIP2) |
104+
| Rust | geoip2 | [Cargo](https://crates.io/crates/geoip2) | [API docs](https://docs.rs/geoip2/0.1.6/geoip2/) | [GitHub](https://github.com/IncSW/geoip2-rs) |
104105
| Rust | maxminddb | [Cargo](https://crates.io/crates/maxminddb) | [API docs](https://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html) | [GitHub](https://github.com/oschwald/maxminddb-rust) |
105106
| Scala | maxmind-geoip2-scala | | [README](https://github.com/Sanoma-CDA/maxmind-geoip2-scala/blob/master/README.md) | [GitHub](https://github.com/Sanoma-CDA/maxmind-geoip2-scala) |
106107
| Swift (C extension) | MaxMindDBSwift | | [README](https://github.com/SunboyGo/MaxMindDBSwift/blob/main/README.md) | [GitHub](https://github.com/SunboyGo/MaxMindDBSwift) |

0 commit comments

Comments
 (0)