Can I put one stream data into two persistence provider as replica?
Can I put one stream data into two persistence provider as replica?
i would like to stream data into two persistence data storage (one for master, one for backup or testing)
Can I ?
Can I put one stream data into two persistence provider as replica?
i would like to stream data into two persistence data storage (one for master, one for backup or testing)
Can I ?
If you create a new Stream then it will be associated with one persistence provider only. So ideally you will be able to insert data into one DB. Alternatively, if you want stream data replication into another DB, you can consider another approach like maybe using a scheduler that runs every day and picks up everyday data from your main Stream(DB) and then put it into another DB(using DB thing). Or else if you have another ThingWorx test server where you want to bring this Stream then you can use ThingWorx Data export/import functionality to have another replication in a separate server. One more way could be to have this procedure (to replicate the data into another schema/DB) in DB itself and you can trigger that from DB thing. There can be different approaches according to the use case.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.