We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the processor got the location data (country,city,lang,lat) from the chain events which is come from maxmind db. but to handle the region the processor gets it from this file https://github.com/threefoldtech/tfchain_graphql/blob/master/scripts/countries.json and this leads to inconsistency.
region
the node could respond from the maxmind db with its region. add indexer to handle that, and fix the joins/where clauses in the triggers.
The text was updated successfully, but these errors were encountered:
Omarabdul3ziz
No branches or pull requests
Is your feature request related to a problem? Please describe
the processor got the location data (country,city,lang,lat) from the chain events which is come from maxmind db. but to handle the
region
the processor gets it from this file https://github.com/threefoldtech/tfchain_graphql/blob/master/scripts/countries.json and this leads to inconsistency.Describe the solution you'd like
the node could respond from the maxmind db with its region. add indexer to handle that, and fix the joins/where clauses in the triggers.
The text was updated successfully, but these errors were encountered: