IPinfo IP-to-country #150
-
Hi IHR team 👋 What a great project! Is there any interest in adding IP-to-country geolocation? We (IPinfo) offer a free dataset (CC BY-SA) that is basically AFAICT from data-sources.md there is currently no geolocation information so I'm not sure how that would fit into the data model but I can play a bit with it to see. Happy to write the code if there's interest :) Best, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Thanks Max for starting this discussion. Yes, indeed, there is a lot of interest from us to add the IPinfo free dataset (I believe it is on one of our todo lists :) ) For the modeling, I think we can reuse the COUNTRY relationship and Country nodes. The main complication is for the IP ranges. We currently only have prefixes and IP addresses in IYP. So maybe we'd have to translate the IP ranges to prefixes. Do you think this makes sense? If we could do that then the modeling would be easy:
|
Beta Was this translation helpful? Give feedback.
-
Yes, I meant a CIDR notation. Currently most of our prefixes are from BGP but we are in the process of being more explicit by adding different types of Prefixes (e.g. BGP, geolocation, registration). This dataset is a good motivation to implement these changes! |
Beta Was this translation helpful? Give feedback.
-
This crawler is now merged into main with 45362e6. |
Beta Was this translation helpful? Give feedback.
This crawler is now merged into main with 45362e6.