Geo-IP-Database

Automatically updated tree-formatted database from MaxMind database (by Ayesh)

Geo-IP-Database Alternatives

Similar projects and alternatives to Geo-IP-Database

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Geo-IP-Database alternative or higher similarity.

Geo-IP-Database reviews and mentions

Posts with mentions or reviews of Geo-IP-Database. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-10.
  • Git scraping: track changes over time by scraping to a Git repository
    18 projects | news.ycombinator.com | 10 Aug 2023
    I have a couple of similar scrapers as well. One is a private repo that I collect visa information off Wikipedia (for Visalogy.com), and GeoIP information from MaxMind database (used with their permission).

    https://github.com/Ayesh/Geo-IP-Database/

    It downloads the repo, and dumps the data split by the first 8 bytes of the IP address, and saves to individual JSON files. For every new scraper run, it creates a new tag and pushes it as a package, so the dependents can simply update them with their dependency manager.