What is “nifi” Package?

Apache NiFi supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. In short – Easy to use, powerful, and reliable system to process and distribute data.

For more details: https://nifi.apache.org

 

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install nifi.
    brew install nifi

Now, use nifi!