Model Deployment File to Database (Scheduling)

This workflow demontstrates a mode of deploying a model with KNIME. The workflow reads new unseen data from file, scores the data with the available current model, appends model predictions and probabilities to original data, writes results to database or file.


This is a companion discussion topic for the original entry at https://kni.me/w/soX8TNYksWkY5rFQ

Hi
Is the KNIME Server required for the described task of writing the result of model (e.g. scheduled every 10s) into a database, or is the “KNIME Analytics Platform” sufficient for this task?
Thanks

Hi @stefan1 -

Writing files to database tables can be done using just KNIME Analytics Platform. However, if you want scheduled and repeated execution of workflows - this is where KNIME Server comes in.

(If you want to execute such a workflow manually, you can still do so using KNIME AP.)

1 Like