ivanreese / visual-programming-codex

Waypoints to the past and future of visual programming.
https://ivanish.ca/codex
1.36k stars 58 forks source link

Apache Nifi #97

Open brendanmatkin opened 1 year ago

brendanmatkin commented 1 year 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.