Hey y’all! Carolina from support here!!
Got a question from a client today that turned into a great tip! They are using TagoCore at the edge to aggregate devices from two different suppliers (Provider A and Provider B) but need to send the data to two separate TagoIO profiles.
While TagoCore’s native sync feature is great, it usually ties the instance to a single profile. So, what’s the fix? You don’t need to spin up two Docker containers!
The solution is to use a TagoCore Analysis as a “forwarding agent.”
-
Trigger: Set up an action in TagoCore to trigger an Analysis whenever data from Provider B arrives.
-
Forward: Inside the Analysis, use a simple HTTP POST request to send that specific data to your second TagoIO Profile (Profile B).
-
Authenticate: Generate a Device Token inside Profile B and use it in your Analysis script header.
This keeps your edge architecture lean and your data perfectly segregated!!
I hope this tip is helpful for our members here ![]()
Cheers,