Scheduling a process based on new data from DB

Ind_ShankyInd_Shanky Member Posts: 2 Newbie
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,

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Likely you want to expose it as a webservice and use triggers in the db to call the webservice.

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Ind_ShankyInd_Shanky Member Posts: 2 Newbie
    Thanks a lot Martin, This seems logical and I will try it on. Will comeback incase of any issues.
Sign In or Register to comment.