Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Is it possible to easily replicate a thing from one ThingWorx platform instance to another? Ie. we have a controller communicating to an EMS instance, talking to our ThingWorx Application - need to replicate the streaming data to another ThingWorx instance.
If you are not worried about response time and you can have the data in one instance, I would recommend Federation
Else perhaps the easiest way to do it would be to have the data stored in PostGreSQL and use the postgres utilities to replicate the data over.