xml2avro processor

XML2Avro NiFi processor

Avro is a very good record oriented compact format and is easy to work with, this processor is a version of the xml2csv processor that I published a few weeks ago, but is improved and is now generating avro files instead of csv files. All code used in this article can be downloaded from https://github.com/maxbback/xml2avro […]

Continue Reading
Posted On :

NiFi version control & deployment automation

Upgrade all instances of your NiFi process groups with automation script NiFi has a nice registry function to manage versioning of process groups it is called nifi-registry https://nifi.apache.org/registry.html In this article I will show how you can maintain versions with nifi-registry and how you can upgrade or downgrade all your instances of your process groups. […]

Continue Reading
Posted On :