Skip to content

Commit 70c6053

Browse files
authored
Merge pull request #1246 from maxmind/andram/geolite-updates
geolite page is updated and geolite snowflake release note is posted
2 parents 498349f + e808c98 commit 70c6053

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,28 @@ outputs: ['html', 'rss']
99
Subscribe to the [GeoIP release notes RSS feed](/geoip/release-notes/rss.xml).
1010
{{</ alert >}}
1111

12+
{{< release-note date="2024-12-19" title="GeoLite data now available through the Snowflake Marketplace" >}}
13+
14+
You can now access the following GeoLite databases through the Snowflake Marketplace:
15+
16+
- GeoLite City & Country
17+
- GeoLite ASN
18+
19+
[View the databases on the Snowflake Marketplace.](https://app.snowflake.com/marketplace/providers/GZ2FTZ5POF7/MaxMind)
20+
21+
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.
22+
23+
[Learn more about Geolite on Snowflake on our developer portal.](https://dev.maxmind.com/geoip/geolite-on-snowflake/)
24+
25+
We intend to make GeoIP databases available on Snowflake at a later date.
26+
27+
28+
- GeoIP Enterprise database
29+
- GeoIP Insights web service
30+
- minFraud Insights and Factors web services
31+
32+
{{</ release-note >}}
33+
1234
{{< release-note date="2024-12-11" title="Enhancements to geolocation confidence factors" >}}
1335

1436
We're enhancing the accuracy of our confidence factors for IPv6 networks and

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)