Naveen, Take a look at https://cwiki.apache.org/confluence/display/NIFI/Maven+Projects+for+Extensions
Oftentimes, you can achieve what you need with a set of standard processors, but if not, creating a custom extension is very straightforward. Andrew From: Naveen Madhire <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Friday, October 30, 2015 at 1:44 PM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Custom Logic in Nifi Hey All, I am new to Nifi and really amazed by the capabilities it has. I did try few examples mentioned on the website, however I don't see examples related to adding custom logic in processors. So basically I want to do the whole ETL using Nifi and show the whole flow using Nifi WebUI. Can anyone tell me how can I add custom transformation logic in Nifi. Do I need to create custom processor ? Is there any example which I can see. Please let me know. Thanks, Naveen
