visual-programming-codex icon indicating copy to clipboard operation
visual-programming-codex copied to clipboard

Apache Nifi

Open brendanmatkin opened this issue 10 months ago • 0 comments

https://nifi.apache.org/

"An easy to use, powerful, and reliable system to process and distribute data"

Flow based programming system to automate data flow for ETL. It's not a full programming language, it's a collection of data processing modules. You can also execute script nodes (nifi expression language, python, javascript, ruby, lua, clojure, groovy. I think also any JVM language).

Runs on a JVM and serves a web interface.

brendanmatkin avatar Aug 22 '23 22:08 brendanmatkin