The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Scheduling a process based on new data from DB
Ind_Shanky
Member Posts: 2
Learner I
Learner I
in Help
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,
0
Answers
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533
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, Germany1 -
Thanks a lot Martin, This seems logical and I will try it on. Will comeback incase of any issues.
0