Skip to content

Commit cfd1851

Browse files
authored
Merge branch 'main' into andram/december-2024-diff-report
2 parents 4b8fa49 + 70c6053 commit cfd1851

File tree

6 files changed

+186
-116
lines changed

6 files changed

+186
-116
lines changed

content/geoip/geolite-on-snowflake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ draft: false
33
title: GeoLite on Snowflake
44
---
55

6-
MaxMind offers our GeoLite data through the Snowflake Marketplace. If you do not
6+
MaxMind offers our GeoLite data through the [Snowflake Marketplace](https://app.snowflake.com/marketplace/providers/GZ2FTZ5POF7/MaxMind). If you do not
77
have an existing Snowflake account, you will need to create one before
88
requesting access to the GeoLite datasets. Once approved, you will be able to
99
query GeoLite data within Snowflake.

content/geoip/geolite2-free-geolocation-data.md

Lines changed: 160 additions & 112 deletions
Large diffs are not rendered by default.

content/geoip/release-notes/2024.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ outputs: ['html', 'rss']
99
Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml).
1010
{{</ alert >}}
1111

12+
1213
{{< release-note date="2024-12-19" title="GeoNames Monthly Diff Report December 2024" >}}
1314
[GeoNames Monthly Diff Report (December 2024)](/csv-files/GeoNames-Monthly-Diff-Report-December-2024.csv)
1415

@@ -35,6 +36,27 @@ differ for the field defined in the `diff_in` column.
3536
\* In this month's update, a large number of geoname IDs have been updated for
3637
Brazil.
3738

39+
{{< release-note date="2024-12-19" title="GeoLite data now available through the Snowflake Marketplace" >}}
40+
41+
You can now access the following GeoLite databases through the Snowflake Marketplace:
42+
43+
- GeoLite City & Country
44+
- GeoLite ASN
45+
46+
[View the databases on the Snowflake Marketplace.](https://app.snowflake.com/marketplace/providers/GZ2FTZ5POF7/MaxMind)
47+
48+
If you don't have an existing Snowflake account, you will need to create one before requesting access to the GeoLite datasets. Once approved, you’ll be able to query GeoLite data within Snowflake.
49+
50+
[Learn more about Geolite on Snowflake on our developer portal.](https://dev.maxmind.com/geoip/geolite-on-snowflake/)
51+
52+
We intend to make GeoIP databases available on Snowflake at a later date.
53+
54+
55+
- GeoIP Enterprise database
56+
- GeoIP Insights web service
57+
- minFraud Insights and Factors web services
58+
59+
3860
{{</ release-note >}}
3961

4062
{{< release-note date="2024-12-11" title="Enhancements to geolocation confidence factors" >}}

hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ title = 'MaxMind'
202202
parent = 'Database Documentation'
203203
weight = 70
204204
[[menus.geoip]]
205-
name = 'GeoLite2 Free Geolocation Data'
205+
name = 'GeoLite Databases and Web Services'
206206
pageRef = '/geoip/geolite2-free-geolocation-data'
207207
parent = 'GeoIP'
208208
weight = 80

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h3 class="footer__heading">Products</h3>
2323
<a class="footer__link" href="https://www.maxmind.com/en/solutions/geoip2-enterprise-product-suite/enterprise-database">GeoIP2 Enterprise Database</a>
2424
<a class="footer__link" href="https://www.maxmind.com/en/geoip2-precision-services">GeoIP2 Precision Services</a>
2525
<a class="footer__link" href="https://www.maxmind.com/en/geoip2-databases">GeoIP2 Databases</a>
26-
<a class="footer__link" href="https://www.maxmind.com/en/geolite-free-ip-geolocation-data">GeoLite2 Free Geolocation Data</a>
26+
<a class="footer__link" href="https://www.maxmind.com/en/geolite-free-ip-geolocation-data">GeoLite Free Geolocation Data</a>
2727
<a class="footer__link" href="https://www.maxmind.com/en/affiliate-program">Affiliate Program</a>
2828
</div>
2929
<div class="footer__group footer__group__support">

layouts/partials/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
{{ if .HasChildren }}
6464
<ul class="sidebar__child-group js-sidebar-child-group">
6565
{{ range .Children }}
66-
<li {{ if or (eq .Name "Web Services Documentation") (eq .Name "GeoLite2 Free Geolocation Data") }} class="sidebar__group-break" {{ end }}>
66+
<li {{ if or (eq .Name "Web Services Documentation") (eq .Name "GeoLite Databases and Web Services") }} class="sidebar__group-break" {{ end }}>
6767
<a
6868
class="sidebar__child {{ if $currentPage.IsMenuCurrent "geoip" . }}is-active{{ end }}"
6969
href="{{ .URL }}">

0 commit comments

Comments
 (0)