-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fetch validator geo & host data using reverse IP lookups #7
Comments
This was implemented in the go-shenanigans https://github.com/dewi-alliance/go-etl-shenanigans/blob/main/scheduler/validator_isp.go |
Amazing, love it Table name is Here's the create statement I dug up from postgres... I think we will need
|
Would it be annoying to parse the JSON and include each column individually? It's possible to join on jsonb fields with raw SQL but not via Metabase's nice GUI tools, so I'd likely end up creating a view that does the extraction if we don't do it here
|
Added all the fields to its own columns. |
@jamiew this is also done afaik |
Explorer API is using KeyCDN to fetch geo location, ISP and other information for each validator
This appears to be publicly accessible and would useful to have in DeWi ETL as well:
=>
We should investigate if a commercial license is strictly required, or if this is OK for the ~2000 queries or so we would need for initial import
The text was updated successfully, but these errors were encountered: