另外一套免費的 GeoIP database

上禮拜看到的:「IP66 — Free IP Geolocation Database (via)」,後面的公司是 Cloud 66。 提供的是 mmdb 格式,所以常用的 library 應該都可以直接吃,然後用 GitHub Copilot CLI (Opus 4.6) 寫了個 mmdb-comparison 分析 mmdb 檔案,這邊用到 Jaccard index 來分析相似度 (其實就是交集大小除以聯集大小)。 本來預期網路上 dataset 的相似度會蠻高的,但看起來有點微妙...

Gea-Suan Lin's BLOG

I just released version 1.2 of mmdb-server.

mmdb-server is an open source fast API server to lookup IP addresses for their geographic location.

Some minor changes in this release including in the API.

🔗 Release notes https://github.com/adulau/mmdb-server/releases/tag/v1.2

🔗 https://github.com/adulau/mmdb-server

🔗 GeoOpen dataset including historical data available https://cra.circl.lu/opendata/geo-open/ (included by default in mmdb-server)

#geolocation #mmdb #opensource #opendata