Daily Archives: November 28, 2018

Apache NiFi – Records and Schema Registries

https://bryanbende.com/development/2017/06/20/apache-nifi-records-and-schema-registries Apache NiFi 1.2.0 and 1.3.0 have introduced a series of powerful new features around record processing. There have already been a couple of great blog posts... Read More | Share it now!

Python Script in NiFi

Short Description: A brief introduction to using Python inside NiFi to manipulate FlowFiles in stream using python.​ Article In NiFi the data being passed between operators is referred to as a FlowFile and can be accessed via various scripting... Read More | Share it now!