Software:Apache NiFi

From HandWiki
Short description: Program automating data flow between software
Apache NiFi
Apache NiFi Logo
Apache NiFi Logo
Apache NiFi Screenshot.png
Apache NiFi Web UI
Developer(s)Apache Software Foundation,
Cloudera,
Hortonworks
Initial release2006; 18 years ago (2006)
Stable release
1.24.0 / 27 November 2023; 2 months ago (2023-11-27)[1]
Repositorygithub.com/apache/nifi
Written inJava
Operating systemCross-platform
TypeDistributed dataflow
LicenseApache License 2.0
Websitenifi.apache.org

Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems. Leveraging the concept of extract, transform, load (ETL), it is based on the "NiagaraFiles" software previously developed by the US National Security Agency (NSA), which is also the source of a part of its present name – NiFi. It was open-sourced as a part of NSA's technology transfer program in 2014.[2][3][4][5][6]

The software design is based on the flow-based programming model and offers features which prominently include the ability to operate within clusters, security using TLS encryption, extensibility (users can write their own software to extend its abilities) and improved usability features like a portal which can be used to view and modify behaviour visually.[7]

Software development and commercial support is currently offered by Hortonworks (now merged into Cloudera),[8] who acquired NiFi's originator, Onyara Inc.[9]

Components

NiFi - Software Components

NiFi is a Java program that runs within a Java virtual machine running on a server.[10] The prominent components of Nifi are:

  • Web Server - the HTTP-based component used to visually control the software and monitor the events happening within
  • Flow Controller - serves as the brains of NiFi's behaviour. Controls the running of Nifi extensions and schedules allocation of resources for this to happen.
  • Extensions - various plugins that allow Nifi to interact with various kinds of systems
  • FlowFile repository - used by NiFi to maintain and track status of the currently active FlowFile Or the information that NiFi is helping move between systems.
  • Content repository - the data in transit is maintained here
  • Provenance repository - data relating to the provenance of the data flowing through the system is maintained here.

Integration into commercial software

  • In February 2017, HPE's SecureData for Hadoop and IoT software became Industry's first commercial product to integrate NiFi[11]

See also

References

  1. "Apache NiFi Downloads". https://nifi.apache.org/download/. 
  2. "NSA Releases First in Series of Software Products to Open Source Community" (in en). https://www.nsa.gov/news-features/press-room/press-releases/2014/nifi-announcement.shtml. 
  3. Bridgwater, Adrian (2015-07-21). "NSA 'NiFi' Big Data Automation Project Out In The Open". https://www.forbes.com/sites/adrianbridgwater/2015/07/21/nsa-nifi-big-data-automation-project-out-in-the-open/. 
  4. Vaughan-Nichols, Steven J.. "NSA partners with Apache to release open-source data traffic program | ZDNet". http://www.zdnet.com/article/nsa-partners-with-apache-to-release-open-source-data-traffic-program/. 
  5. "NSA Source Code Leak: Information slurp tools to appear online". https://www.theregister.co.uk/2014/11/25/nsa_source_code_release/. 
  6. Wolpe, Toby. "Hortonworks CTO on Apache NiFi: What is it and why does it matter to IoT? | ZDNet". http://www.zdnet.com/article/hortonworks-cto-on-apache-nifi-what-is-it-and-why-does-it-matter-to-iot/. 
  7. "Apache NiFi Documentation" (in en). https://nifi.apache.org/docs.html. 
  8. "Welcome to a brand-new Cloudera" (in en-US). 2019-01-03. https://hortonworks.com/blog/welcome-brand-new-cloudera/. 
  9. "Hortonworks buys Onyara, the company behind Apache NiFi, which was developed at NSA". 25 August 2015. https://venturebeat.com/2015/08/25/hortonworks-onyara/. 
  10. "Apache NiFi Developer Guide" (in en). http://nifi.apache.org/developer-guide.html. 
  11. "RSA Conference: HPE looks to boost enterprise IoT security with Apache NiFi" (in en). TechRepublic. https://www.techrepublic.com/article/rsa-conference-hpe-looks-to-boost-enterprise-iot-security-with-apache-nifi/. 

External links