julienlau / nifi_custom_groovy

custom groovy scripts to be used as processors in Apache Nifi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nifi custom groovy processors

custom groovy scripts to be used as processors in Apache Nifi

Why groovy

Several languages (including Jython) are supported for custom processor in Nifi, but Nifi is a Java application. Groovy is the only JVM-based scripting language supported. Performance tests show that Nifi custom processors using Groovy language largely outperform Jython, Javascript or Jruby implementations.

About

custom groovy scripts to be used as processors in Apache Nifi


Languages

Language:Groovy 100.0%