Fun with Apache NiFi
Tuesday, April 2, 2019
Record Processing with InvokeScriptedProcessor (using Groovy)
›
While looking into NIFI-6151 , I commented that record processing can be done by scripting processor(s), but the most appropriate approach ...
7 comments:
Wednesday, August 22, 2018
Database Sequence Lookup with ScriptedLookupService
›
While addressing this question , I realized it would make a good example of how to use ScriptedLookupService to provide a sequence number fr...
5 comments:
Monday, August 13, 2018
One-and-done Flows (aka Job Processing)
›
We get a lot of questions on the Apache NiFi mailing list about being able to run a flow/processor just once, and indeed there is a related ...
Thursday, February 1, 2018
InvokeScriptedProcessor template revisited (with Javascript)
›
I recently got a request on Google+ for a Javascript/Nashorn example of InvokeScriptedProcessor, and since I've done articles on an Invo...
14 comments:
Tuesday, November 7, 2017
InvokeScriptedProcessor template revisited (with Jython)
›
In a previous post , I provided a template in Groovy that would allow NiFi users to port their ExecuteScript Groovy scripts into the faster ...
9 comments:
Wednesday, October 25, 2017
Testing NiFi Expression Language with Groovy
›
(This post is adapted from a Hortonworks Community Connection article I wrote) Some NiFi Expression Language (EL) expressions can be fai...
1 comment:
Thursday, October 5, 2017
Release 1.2.0 of nifi-script-tester
›
I've just released version 1.2.0 of the nifi-script-tester , a utility that lets you test your Groovy, Jython, and Javascript scripts fo...
‹
›
Home
View web version