Skip to content

Instantly share code, notes, and snippets.

@khazelton
Last active February 27, 2020 18:17
Show Gist options
  • Save khazelton/189ffe8d5d061af152dc4d811677cf43 to your computer and use it in GitHub Desktop.
Save khazelton/189ffe8d5d061af152dc4d811677cf43 to your computer and use it in GitHub Desktop.
Apache Nifi Resources

apacheNifi.adoc


2020-02-27 11:24 references and links

Apache NiFi is a dataflow system based on the concepts of flow-based programming.

It supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.

NiFi has a web-based user interface for design, control, feedback, and monitoring of dataflows.

It is highly configurable along several dimensions of quality of service, such as loss-tolerant versus guaranteed delivery, low latency versus high throughput, and priority-based queuing.

NiFi provides fine-grained data provenance for all data received, forked, joined cloned, modified, sent,

and ultimately dropped upon reaching its configured end-state.

Users' Guide


Apache NiFi is an open source software for automating and managing the flow of data between systems.

It is a powerful and reliable system to process and distribute data.


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment