Created 01-20-2019 02:29 PM
Is it possible to create a flow in NiFi that after all the data ingestion and ETL complete, the pipeline triggers a Jupyter Notebook directly to kick off the Data Science model on the completed dataset?
Thank you.
Created 03-23-2019 01:03 AM
Yes. You can use the Kernel Gateway feature of Jupyter to trigger notebooks over REST. Or you can also go over ZeroMQ. https://ndres.me/post/jupyter-notebook-rest-api/