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.
Getting web service results with dynamic data
Hello,
Is it possible to run any model via web service with dynamic data (i.e. from database)?
Let me explain more detailed:
The input data is in a db table and it may changed any time. I need that when I call the web service, it should run model with current input data and give the result.
Thanks.
Is it possible to run any model via web service with dynamic data (i.e. from database)?
Let me explain more detailed:
The input data is in a db table and it may changed any time. I need that when I call the web service, it should run model with current input data and give the result.
Thanks.
Tagged:
0
Answers
If you use the Read Database operator in your process, and then you execute it through a Web-service, it will access "freshly" the database, with any new data you may have there.
Not sure if this helps...
julio