Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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