Re: Regarding changes in Apache Nifi

2017-03-22 Thread Sunil Neurgaonkar
Hey Dave, Bryan, Thanks for your help. We were able to change the UI. Here are some screenshots of what we did so far. Regards, Sunil Neurgaonkar On Thu, Mar 16, 2017 at 7:55 PM, Dave Hirko wrote: > We’ve built custom, UI abstractions on top of Nifi using the REST API’s >

Re: Regarding changes in Apache Nifi

2017-03-16 Thread Dave Hirko
We’ve built custom, UI abstractions on top of Nifi using the REST API’s exclusively. The API documentation is very good, and as people have suggested, we became very effective at using the browser Developer console to understand the REST calls in the native UI so we could better understand how

Re: Regarding changes in Apache Nifi

2017-03-16 Thread Bryan Rosander
Hi Sunil, Everything that the NiFi UI does is performed via a REST API [1]. You could write your own front end that utilizes that API to perform operations. There are also processors that contribute their own UI [2] so you could potentially go down that road if you wanted. Thanks, Bryan [1]

Re: Regarding changes in Apache Nifi

2017-03-16 Thread Suneel Marthi
Forwarding this to dev@nifi.a.o If I understood the question here, the ask is for a white-labeled Nifi that could be customized per deployment !! On Thu, Mar 16, 2017 at 8:23 AM, Sunil Neurgaonkar < sunil.neurgaon...@techprimelab.com> wrote: > Hey Suneel, > > I am a developer @ Techprimelab