Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello Team,
I need to take the data from default persistence provider of thingworx to external data store like hadoop.
I think the solution can be get ModelEntities that has valuestream assigned and get the data entries from particular timestamp from the model,send to hadoop.
Or is there any other solution/alternative to offload data from persistence provider which in our case is postgresql.
Any approach will be appreciated
Thanks,Regards,
Vijay
depending on how the other data store is taking in the data, you could just create file exports either through thingworx or directly in postgres.
or even do something trigger based in postgres