Great question ☺️ Someone from our team will be with you shortly!
🙏 1
o
Or Weis
11/30/2022, 8:50 AM
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)
Or Weis
11/30/2022, 8:51 AM
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
Or Weis
11/30/2022, 8:53 AM
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
Alex
11/30/2022, 9:25 AM
Cool thank you. Will take a look into your suggestions.