Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Scheduling a process based on new data from DB

Ind_ShankyInd_Shanky Member Posts: 2 Learner I
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,527 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 Learner I
    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.