Re: Registry, sdlc and promotion between environments

2018-02-21 Thread Daniel Chaffelson
Hi Georg, Likewise to the toolkit CLI coming in PR2477, this functionality is targeted for NiPyApi 0.8.0 by the end of the month: https://github.com/Chaffelson/nipyapi/milestone/1 On Wed, Feb 21, 2018 at 12:37 PM Bryan Bende wrote: > Georg, > > In addition to what Joe and

Re: Registry, sdlc and promotion between environments

2018-02-21 Thread Bryan Bende
Georg, In addition to what Joe and Andrew mentioned, it really comes down to how you want to setup your environment... In a simple scenario, there would be multiple NiFi instances and a shared registry instance. In one of the NiFi instances you build a flow, start version control, and save v1 to

Re: Registry, sdlc and promotion between environments

2018-02-21 Thread Joe Witt
yes you can absolutely version flows from one instance/env and use them in another. backing the registry storage with git is a good next step. On Feb 21, 2018 6:30 AM, "Andrew Grande" wrote: > Yes, Georg, there's something coming up to address exactly that, please > take a

Re: Registry, sdlc and promotion between environments

2018-02-21 Thread Andrew Grande
Yes, Georg, there's something coming up to address exactly that, please take a look at https://github.com/apache/nifi/pull/2477 Andrew On Wed, Feb 21, 2018, 2:45 AM Georg Heiler wrote: > Hi > > Can I use the new nifi registry to promote / move my nifi flows between >

Registry, sdlc and promotion between environments

2018-02-20 Thread Georg Heiler
Hi Can I use the new nifi registry to promote / move my nifi flows between environments? To me it currently looks like I can only click around in a single environment and then follow up / diff the changes over time via the registry. Also can the registry integrate with git? Best Georg