Created 06-27-2017 08:09 AM
I have created a data flow and save it as a template. I want to deploy my data flow(template) in production using putty. don't want to start my flow from User interface. Are there any script or any way available to do so ?
Created 06-27-2017 04:41 PM
NiFi does have a REST API that can be used in this case. Here are links to both the NiFi docs for the API, and to github repo that shows an example script that might help get you started:
Created 06-27-2017 04:41 PM
NiFi does have a REST API that can be used in this case. Here are links to both the NiFi docs for the API, and to github repo that shows an example script that might help get you started:
Created 06-28-2017 02:01 PM
Thanks @Sonu Sahi