Apache NiFi

Apache NiFi is the tool to read from the source and distribute data across different types of sinks. There are multiple types of source and sink connectors available. Download NiFi Version 1.1.1 from https://archive.apache.org/dist/nifi/1.1.1/nifi-1.1.1-bin.tar.gz to your local machine. Once the nifi-1.1.1-bin.tar.gz file is downloaded, extract the files:

    cp nifi-1.1.1-bin.tar.gz /home/ubuntu/demo
    cd /home/ubuntu/demo
    tar -xvf nifi-1.1.1-bin.tar.gz

The following files and folder are extracted, as shown in the following screenshot:

Start NiFi as follows:

    /bin/nifi.sh start

NiFi is started in the background. To check whether NiFi ...

Get Practical Real-time Data Processing and Analytics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.