diff --git a/assets/snippets/binary-databases.md b/assets/snippets/binary-databases.md index 2577a237b..8de9409b9 100644 --- a/assets/snippets/binary-databases.md +++ b/assets/snippets/binary-databases.md @@ -1,7 +1,10 @@ Binary databases make use of the [MaxMind DB file format](https://maxmind.github.io/MaxMind-DB/). MaxMind -provides official client APIs in the language listed below. The following client -APIs are open source and licensed under the Apache License, Version 2.0. +provides [official client APIs](/geoip/docs/databases/#official-client-apis) +that are open source. We also provide a list of +[unsupported and unofficial client APIs](/geoip/docs/databases/#unofficial-client-apis) +and [unsupported and unofficial integrations](/geoip/docs/databases/#integrations) +with various applications. You can also use the [mmdbinspect tool](https://github.com/maxmind/mmdbinspect) (in beta), a command line interface built with Go, to look up one or more IPs diff --git a/content/geoip/docs/databases/anonymous-ip.md b/content/geoip/docs/databases/anonymous-ip.md index d90de37d5..d965eec6d 100644 --- a/content/geoip/docs/databases/anonymous-ip.md +++ b/content/geoip/docs/databases/anonymous-ip.md @@ -16,15 +16,6 @@ for assistance. {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-dotnet#anonymous-ip-database) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-java#anonymous-ip) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-node#anonymous-ip-database-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-php#anonymous-ip-example) | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-python#anonymous-ip-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-ruby#anonymous-ip-example) | - ## CSV Database {{< snippet "snippets/csv-databases-intro.md" >}} diff --git a/content/geoip/docs/databases/asn.md b/content/geoip/docs/databases/asn.md index 6564856d6..f546c5b2d 100644 --- a/content/geoip/docs/databases/asn.md +++ b/content/geoip/docs/databases/asn.md @@ -12,15 +12,6 @@ associated with IPv4 and IPv6 addresses. {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-dotnet#asn) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-java#asn) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-node#asn-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | • | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-python#asn-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [ASN Example](https://github.com/maxmind/GeoIP2-ruby#asn-example) | - ## CSV Database {{< snippet "snippets/csv-databases-intro.md" >}} diff --git a/content/geoip/docs/databases/city-and-country.md b/content/geoip/docs/databases/city-and-country.md index 2bc75cfd7..cc455ce4e 100644 --- a/content/geoip/docs/databases/city-and-country.md +++ b/content/geoip/docs/databases/city-and-country.md @@ -19,15 +19,6 @@ on our product pages: {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-dotnet#city-database) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-java#city) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-node#city-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [City Example](https://github.com/maxmind/GeoIP2-php#city-example) | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-python#city-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [City Example](https://github.com/maxmind/GeoIP2-ruby#city-example) | - ## CSV Databases {{< snippet "snippets/csv-databases-intro.md" >}} diff --git a/content/geoip/docs/databases/connection-type.md b/content/geoip/docs/databases/connection-type.md index 234e7e1df..0f21be0d8 100644 --- a/content/geoip/docs/databases/connection-type.md +++ b/content/geoip/docs/databases/connection-type.md @@ -16,15 +16,6 @@ pricing, please {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [Connection Type Example](https://github.com/maxmind/GeoIP2-dotnet#connection-type-database) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Connection Type Example](https://github.com/maxmind/GeoIP2-java#connection-type) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [Connection Type Example](https://github.com/maxmind/GeoIP2-node#connection-type-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Connection Type Example](https://github.com/maxmind/GeoIP2-php#connection-type-example) | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Connection Type Example](https://github.com/maxmind/GeoIP2-python#connection-type-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Connection Type Example](https://github.com/maxmind/GeoIP2-ruby#connection-type-example) | - ## CSV Database {{< snippet "snippets/csv-databases-intro.md" >}} diff --git a/content/geoip/docs/databases/domain.md b/content/geoip/docs/databases/domain.md index d0553c583..802444404 100644 --- a/content/geoip/docs/databases/domain.md +++ b/content/geoip/docs/databases/domain.md @@ -15,15 +15,6 @@ please {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-dotnet#domain-database) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-java#domain) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-node#domain-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Domain Example](https://github.com/maxmind/GeoIP2-php#domain-example) | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-python#domain-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Domain Example](https://github.com/maxmind/GeoIP2-ruby#domain-example) | - ## CSV Database {{< snippet "snippets/csv-databases-intro.md" >}} diff --git a/content/geoip/docs/databases/enterprise.md b/content/geoip/docs/databases/enterprise.md index 1cc844a3f..c03bf40fc 100644 --- a/content/geoip/docs/databases/enterprise.md +++ b/content/geoip/docs/databases/enterprise.md @@ -21,15 +21,6 @@ for assistance. {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-dotnet#enterprise-database) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-java#enterprise) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-node#enterprise-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Enterprise Example](https://github.com/maxmind/GeoIP2-php#enterprise-example) | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-python#enterprise-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Enterprise Example](https://github.com/maxmind/GeoIP2-ruby#enterprise-example) | - ## CSV Database {{< snippet "snippets/csv-databases-intro.md" >}} diff --git a/content/geoip/docs/databases/isp.md b/content/geoip/docs/databases/isp.md index f451e0c39..38ab03e53 100644 --- a/content/geoip/docs/databases/isp.md +++ b/content/geoip/docs/databases/isp.md @@ -15,15 +15,6 @@ To learn more about the GeoIP2 ISP database, including terms and pricing, please {{< snippet "snippets/binary-databases.md" >}} -| Language or Framework | Documentation | Example | -| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- | -| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-dotnet#isp-database) | -| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-java#isp) | -| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-node#isp-example) | -| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [ISP Example](https://github.com/maxmind/GeoIP2-php#isp-example) | -| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-python#isp-database) | -| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [ISP Example](https://github.com/maxmind/GeoIP2-ruby#isp-example) | - ## CSV Database {{< snippet "snippets/csv-databases-intro.md" >}}