This message was deleted.
# opal
s
This message was deleted.
f
Great question ☺️ Someone from our team will be with you shortly!
🙏 1
o
Hi @Alex Yeah I think OPAL would be perfect for this scenario, we are actually using this almost exactly in one of our main demos:

https://youtu.be/A5adHlkmdC0?t=1484

(watch this point to see the reference and then maybe watch from the beginning)
In short you can use a data-fetcher - the built in HTTP one, or your own to fetch and save the Geo-IP data per user
You can trigger this in an event trigger fashion async in the background (that way you don’t have to query the IP every time, or worse have it fixed to slow polling bundles) - say every time a user logs in, or when you detect an IP change
a
Cool thank you. Will take a look into your suggestions.
🤘 1