Re: Apache NiFi - 3 tier Architecture

2016-09-01 Thread Andrew Grande
Nishad, You can split NiFi clusters at will and connect them securely. Take a look at Remote Process Group and an underlying site-to-site protocol. In fact, linking data centers and layers is one of the mainstream NiFi use cases. Andrew On Thu, Sep 1, 2016, 1:05 PM Nishad Hameed

Re: Apache NiFi - 3 tier Architecture

2016-09-01 Thread Bryan Bende
Hello, I'm not sure if this answers your question, but Apache NiFi is a single application that can only be run the way it is packaged in the distribution. It happens to run an embedded web server which is Jetty, but from the user perspective you just launch a Java application. There aren't

Apache NiFi - 3 tier Architecture

2016-09-01 Thread Nishad Hameed
Hi All, We are planning to use the "Apache NiFi" for our data flow and scheduling service. But as we have 3 tier architecture, we need to see if we can split NiFi. Like 1. Web/Presentation layer 2. Application layer 3. Data Layer Is there any project already implemented