For this challenge, we want to lookup the geographical region for IP addresses.
A list of IPv4 addresses is given to us. We’re supposed to output the name of the country this IP is most likely originating from.
We should use the open data lookup datasource from https://datahub.io/core/geoip2-ipv4 to do the lookup.
Use the start.dfl (37.8 KB) file to get started.