Scheduling a process based on new data from DB

Ind_Shanky
New Altair Community Member
Hi,
I have a process which includes reading data from DB, processing, ML algo, execute python block and then output to DB.
Now i want to run this process continuously, meaning once the process execution is complete the process should start again if new data has arrived in DB. I do not want to schedule the process based on time.
Appreciate your help.
Thanks,
I have a process which includes reading data from DB, processing, ML algo, execute python block and then output to DB.
Now i want to run this process continuously, meaning once the process execution is complete the process should start again if new data has arrived in DB. I do not want to schedule the process based on time.
Appreciate your help.
Thanks,
Tagged:
0
Answers
-
Likely you want to expose it as a webservice and use triggers in the db to call the webservice.Best,Martin1
-
Thanks a lot Martin, This seems logical and I will try it on. Will comeback incase of any issues.
0