Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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