Scheduling a process based on new data from DB

Ind_Shanky
Ind_Shanky New Altair Community Member
edited November 2024 in Community Q&A
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,
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Likely you want to expose it as a webservice and use triggers in the db to call the webservice.

    Best,
    Martin
  • Ind_Shanky
    Ind_Shanky New Altair Community Member
    Thanks a lot Martin, This seems logical and I will try it on. Will comeback incase of any issues.