I need a webservice that will return the country location given an IP address. I only have two requirements:
- It must be able to take thousands for requests per second.
- It must be a service where I don't have maintain the data.
I know there are very similar questions here on SO, but most of the stuff people reference violates at least one of my requirements.
Thanks in advance!