Skip to content

custom groovy scripts to be used as processors in Apache Nifi

Notifications You must be signed in to change notification settings

julienlau/nifi_custom_groovy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages