ivanreese / visual-programming-codex

Waypoints to the past and future of visual programming.
1.32k stars 57 forks source link

Apache Nifi #97

Open brendanmatkin opened 10 months ago

brendanmatkin commented 10 months ago

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.