Data & AI

16th Nov 2018

The Basics of Apache NiFi

Share:

The Basics of Apache NiFi

Introduction

Apache NiFi supports robust and scalable directed graphs of data routing, transformation and NiFi is based on technology before called “Niagara Files” that was in development and used at scale within the NSA for the last 8 years and was made stable to the Apache Software Foundation through the NSA Technology Transfer Program.

Its main features are:

  • User Friendly Web UI
  • At runtime we can change routes
  • Flexible configurable

Some of the use cases include, but are not limited to:

Apache Nifi we use to automate the process and it is more reliable and secure way to collect data from Source to destination. To overcome real time benchmarks such as limited or expensive bandwidth while getting data quality and reliability. Everything that happens to data is monitored by the users.

Cutting edge Big Data Engineering Services at your Finger Tips

Read More

Concept

Let’s look at a simple ETL task like reading data from Local, converting character set and uploading to the database.

GetFile Processor:

  1. GetFile Processor we can able to fetch the data from local System Using Input Directory
  2. We need to define the location of file in Input Directory .So that GetFile Processor Fetch the data from that source location and passes into next Downstream Processor
  1. We can Filter the file from Source Using File Filter

ConvertCSVToAvro Processor:

In UpStream Processor we fetch CSV file .Here we convert the CSV File Format into Avro Format.Conversion will happen in ConvertCSVToAvro Processor

ConvertAvroToJson Processor

Once we convert CsvToAvro then we need to convert once again like Json Format. Using ConvertAvroToJson Processor will convert the Avro schema into Json File Format. We can do some customization as well (optional).

ConvertJSONToSQL

Now finally we get Json File. Now we have to import the flowfile into respective databases using ConvertJsonToSQL

Incoming FlowFile is Entire Json File Format .

Parameters listed below:

JDBC Connection Pool:

Databases Connection (whatever databases you want to connect)

Statement Type: INSERT ,UPDATE,DELETE

Table name: Respective table name

Schema Name: Optional

Leverge your Biggest Asset Data

Inquire Now

PutSQL

Finally Execute statement in Putsql. We have to connect respective databases and load data from local to database. PutSql Processor is to load flowfile into Databases.

Overall Workflow:

Author

ALEX MAILAJALAM

Alex is a Big Data Evangelist and a Certified Big Data Engineer with many years of experience. He has helped clients to optimize custom Big Data Implementation, migrate legacy systems to Big Data ecosystem, and build integrated Big Data and Analytics solutions to help business leaders generate custom analytics without need of IT.

Share:

Latest Blogs

How Data Sampling Supports Data Validation in Large Pipelines 

Quality Engineering

24th Apr 2026

How Data Sampling Supports Data Validation in Large Pipelines 

Read More
AI-Powered Playwright Testing with MCP and GitHub Copilot 

Quality Engineering

24th Apr 2026

AI-Powered Playwright Testing with MCP and GitHub Copilot 

Read More
Signal Decay Patterns in Self-Healing Test Automation Systems

Quality Engineering

22nd Apr 2026

Signal Decay Patterns in Self-Healing Test Automation Systems

Read More

Related Blogs

Reinventing GCCs into Innovation Engines with Indium’s AI-First Engineering 

Data & AI

20th Apr 2026

Reinventing GCCs into Innovation Engines with Indium’s AI-First Engineering 

Most GCCs are still operating like cost centres—while the market demands innovation engines. The gap...

Read More
5 Failure Modes in Agent Memory Compression for Long Context Reasoning

Data & AI

17th Mar 2026

5 Failure Modes in Agent Memory Compression for Long Context Reasoning

Every time you resume a conversation where it left off, you rely on memory. AI...

Read More
3 Agent Memory Models for Long Context Reasoning in 2026 

Data & AI

10th Mar 2026

3 Agent Memory Models for Long Context Reasoning in 2026 

What Are Agent Memory Models?  Agent memory models are specialized architectural frameworks that enable AI...

Read More