Skip to content

Commit 2331318

Browse files
committed
Replace table of GeoIP client APIs with links to specific sections of the db documentation landing page
1 parent a226752 commit 2331318

File tree

8 files changed

+5
-63
lines changed

8 files changed

+5
-63
lines changed

assets/snippets/binary-databases.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
Binary databases make use of the
22
[MaxMind DB file format](https://maxmind.github.io/MaxMind-DB/). MaxMind
3-
provides official client APIs in the language listed below. The following client
4-
APIs are open source and licensed under the Apache License, Version 2.0.
3+
provides [official client APIs in many different languages](https://dev.maxmind.com/geoip/docs/databases/#official-client-apis),
4+
that are open source and licensed under the Apache License, Version 2.0. We also provide a list of
5+
[unsupported and unofficial client APIs](https://dev.maxmind.com/geoip/docs/databases/#unofficial-client-apis)
6+
and [unsupported and unofficial integrations](https://dev.maxmind.com/geoip/docs/databases/#integrations)
7+
with various applications.
58

69
You can also use the [mmdbinspect tool](https://github.com/maxmind/mmdbinspect)
710
(in beta), a command line interface built with Go, to look up one or more IPs

content/geoip/docs/databases/anonymous-ip.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ for assistance.
1616

1717
{{< snippet "snippets/binary-databases.md" >}}
1818

19-
| Language or Framework | Documentation | Example |
20-
| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
21-
| .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) |
22-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-java#anonymous-ip) |
23-
| 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) |
24-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-php#anonymous-ip-example) |
25-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-python#anonymous-ip-database) |
26-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Anonymous IP Example](https://github.com/maxmind/GeoIP2-ruby#anonymous-ip-example) |
27-
2819
## CSV Database
2920

3021
{{< snippet "snippets/csv-databases-intro.md" >}}

content/geoip/docs/databases/asn.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ associated with IPv4 and IPv6 addresses.
1212

1313
{{< snippet "snippets/binary-databases.md" >}}
1414

15-
| Language or Framework | Documentation | Example |
16-
| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
17-
| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-dotnet#asn) |
18-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-java#asn) |
19-
| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-node#asn-example) |
20-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | &bull; |
21-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [ASN Example](https://github.com/maxmind/GeoIP2-python#asn-database) |
22-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [ASN Example](https://github.com/maxmind/GeoIP2-ruby#asn-example) |
23-
2415
## CSV Database
2516

2617
{{< snippet "snippets/csv-databases-intro.md" >}}

content/geoip/docs/databases/city-and-country.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ on our product pages:
1919

2020
{{< snippet "snippets/binary-databases.md" >}}
2121

22-
| Language or Framework | Documentation | Example |
23-
| --------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
24-
| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-dotnet#city-database) |
25-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-java#city) |
26-
| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-node#city-example) |
27-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [City Example](https://github.com/maxmind/GeoIP2-php#city-example) |
28-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [City Example](https://github.com/maxmind/GeoIP2-python#city-database) |
29-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [City Example](https://github.com/maxmind/GeoIP2-ruby#city-example) |
30-
3122
## CSV Databases
3223

3324
{{< snippet "snippets/csv-databases-intro.md" >}}

content/geoip/docs/databases/connection-type.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ pricing, please
1616

1717
{{< snippet "snippets/binary-databases.md" >}}
1818

19-
| Language or Framework | Documentation | Example |
20-
| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
21-
| .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) |
22-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Connection Type Example](https://github.com/maxmind/GeoIP2-java#connection-type) |
23-
| 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) |
24-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Connection Type Example](https://github.com/maxmind/GeoIP2-php#connection-type-example) |
25-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Connection Type Example](https://github.com/maxmind/GeoIP2-python#connection-type-database) |
26-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Connection Type Example](https://github.com/maxmind/GeoIP2-ruby#connection-type-example) |
27-
2819
## CSV Database
2920

3021
{{< snippet "snippets/csv-databases-intro.md" >}}

content/geoip/docs/databases/domain.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ please
1515

1616
{{< snippet "snippets/binary-databases.md" >}}
1717

18-
| Language or Framework | Documentation | Example |
19-
| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
20-
| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-dotnet#domain-database) |
21-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-java#domain) |
22-
| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-node#domain-example) |
23-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Domain Example](https://github.com/maxmind/GeoIP2-php#domain-example) |
24-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Domain Example](https://github.com/maxmind/GeoIP2-python#domain-database) |
25-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Domain Example](https://github.com/maxmind/GeoIP2-ruby#domain-example) |
26-
2718
## CSV Database
2819

2920
{{< snippet "snippets/csv-databases-intro.md" >}}

content/geoip/docs/databases/enterprise.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ for assistance.
2222
{{< snippet "snippets/binary-databases.md" >}}
2323

2424
| Language or Framework | Documentation | Example |
25-
| --------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
26-
| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-dotnet#enterprise-database) |
27-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-java#enterprise) |
28-
| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-node#enterprise-example) |
29-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [Enterprise Example](https://github.com/maxmind/GeoIP2-php#enterprise-example) |
30-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [Enterprise Example](https://github.com/maxmind/GeoIP2-python#enterprise-database) |
31-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [Enterprise Example](https://github.com/maxmind/GeoIP2-ruby#enterprise-example) |
3225

3326
## CSV Database
3427

content/geoip/docs/databases/isp.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ To learn more about the GeoIP2 ISP database, including terms and pricing, please
1515

1616
{{< snippet "snippets/binary-databases.md" >}}
1717

18-
| Language or Framework | Documentation | Example |
19-
| --------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
20-
| .NET (C#) | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-dotnet#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-dotnet#isp-database) |
21-
| Java | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-java#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-java#isp) |
22-
| Node.js | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-node#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-node#isp-example) |
23-
| PHP | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-php#database-reader) | [ISP Example](https://github.com/maxmind/GeoIP2-php#isp-example) |
24-
| Python | [GitHub - Database Usage](https://github.com/maxmind/GeoIP2-python#database-usage) | [ISP Example](https://github.com/maxmind/GeoIP2-python#isp-database) |
25-
| Ruby | [GitHub - Database Reader](https://github.com/maxmind/GeoIP2-ruby#database-reader) | [ISP Example](https://github.com/maxmind/GeoIP2-ruby#isp-example) |
26-
2718
## CSV Database
2819

2920
{{< snippet "snippets/csv-databases-intro.md" >}}

0 commit comments

Comments
 (0)