-
Couldn't load subscription status.
- Fork 18
IPInfo.io Annotation #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
phillip-stephens
wants to merge
15
commits into
master
Choose a base branch
from
phillip/31-ipinfo-enrichment
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Going to wait, sent an email the IPInfo DevRel who reached out on the issue (#31 ) and test with Core/Plus datasets |
|
Thank you @phillip-stephens. I am sharing the information here as well as a reference: Please kindly check them out here:
Ping me anytime! |
…s being filled out incorrectly
…ate into phillip/31-ipinfo-enrichment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for IPInfo.io data annotation using their
.mmdbfile downloadsDetails on the various tiers of IPInfo.io access
Examples
Lite
{"ip":"1.0.0.1","ipinfo":{"country":"Australia","country_code":"AU","continent":"Oceania","continent_code":"OC","asn":"AS13335","as_name":"Cloudflare, Inc.","as_domain":"cloudflare.com"}}Core
{"ip":"1.0.0.1","ipinfo":{"city":"Brisbane","region":"Queensland","region_code":"QLD","country":"Australia","country_code":"AU","continent":"Oceania","continent_code":"OC","latitude":-27.48159,"longitude":153.0175,"timezone":"Australia/Brisbane","postal_code":"4101","asn":"AS13335","as_name":"Cloudflare, Inc.","as_domain":"cloudflare.com","as_type":"hosting","is_anonymous":true,"is_anycast":true,"is_hosting":true,"is_mobile":false,"is_satellite":false}}Plus
{"ipinfo":{"city":"Brisbane","region":"Queensland","region_code":"QLD","country":"Australia","country_code":"AU","continent":"Oceania","continent_code":"OC","latitude":-27.48159,"longitude":153.0175,"timezone":"Australia/Brisbane","postal_code":"4101","geoname_id":2174003,"radius":200,"geo_changed":"2024-02-18","asn":"AS13335","as_name":"Cloudflare, Inc.","as_domain":"cloudflare.com","as_type":"hosting","as_changed":"2025-09-28","is_proxy":false,"is_relay":false,"is_tor":false,"is_vpn":true,"is_anonymous":true,"is_anycast":true,"is_hosting":true,"is_mobile":false,"is_satellite":false},"ip":"1.0.0.1"}Testing
Using a
Litetiermmdbdownload, as well as truncatedCoreandPlusDB's from IPInfo, I tested this and added integration tests.Thanks @abdullahdevrel for being so helpful with providing details/examples for the paid tiers of IPInfo.io!
Associated Issues
Resolves #31