Re: PYFI Python Nifi Clone

2021-07-10 Thread Darren Govoni
Ahh right! Thanks for reminder!

Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android


From: Joe Witt 
Sent: Saturday, July 10, 2021 12:44:53 PM
To: users@nifi.apache.org 
Subject: Re: PYFI Python Nifi Clone

Sounds fun and looks cool.

But do not violate the marks such as do not use the Apache NiFi logo.

Thanks

On Sat, Jul 10, 2021 at 9:38 AM Darren Govoni 
mailto:dar...@ontrenet.com>> wrote:
Hi!,
   Just sharing a fun project I'll post on github soon. I'm creating a pure 
python clone of Nifi that separates the UI (Vue/NodeJS implementation) from the 
backend distributed messaging layer (RabbitMQ, Redis, AMQP, SQS). It will allow 
for runtime scripting of processors using python and leverage a variety of 
transactional message brokers and distributed topologies (e.g. AMQP).

Here is a sneak peek at my port of the UI to Vue/NodeJS which I'll share on 
github soon (minified). It's a fully MVC/Node/Vue reactive and responsive UI 
that adheres to Material Design 2.0 standard. Also uses webpack build and is 
minified, etc.

Makes a number of improvements such as tabs for multiple flow renders and will 
interface directly with git for flow versioning.

Cheers!

Darren


Re: PYFI Python Nifi Clone

2021-07-10 Thread Joe Witt
Sounds fun and looks cool.

But do not violate the marks such as do not use the Apache NiFi logo.

Thanks

On Sat, Jul 10, 2021 at 9:38 AM Darren Govoni  wrote:

> Hi!,
>Just sharing a fun project I'll post on github soon. I'm creating a
> pure python clone of Nifi that separates the UI (Vue/NodeJS implementation)
> from the backend distributed messaging layer (RabbitMQ, Redis, AMQP, SQS).
> It will allow for runtime scripting of processors using python and leverage
> a variety of transactional message brokers and distributed topologies (e.g.
> AMQP).
>
> Here is a sneak peek at my port of the UI to Vue/NodeJS which I'll share
> on github soon (minified). It's a fully MVC/Node/Vue reactive and
> responsive UI that adheres to Material Design 2.0 standard. Also uses
> webpack build and is minified, etc.
>
> Makes a number of improvements such as tabs for multiple flow renders and
> will interface directly with git for flow versioning.
>
> Cheers!
>
> Darren
>