Skip to content

zezutom/NiFiByExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status

NiFi by Example

Custom Processors

Description Source Code Requirements
HTTP POST with JSON body PostHTTPWithJsonBody.java NiFi 1.0.0 or later

NiFi Templates

HTTP Post

Description Template
Post JSON using the InvokeHTTP processor. POST_via_InvokeHTTP.xml
Post JSON using the PostHTTP processor. POST_via_PostHTTP.xml
Post a dynamically built JSON. POST_with_a_Dynamic_Body.xml
Post a dynamically built JSON using regex text replacement. POST_with_a_Dynamic_Body_using_ReplaceText.xml
Post JSON using a custom processor (requires NiFi 1.0.0 or later!) PostHTTPWithJsonBody. POST_with_a_Dynamic_Body_using_a_Custom_Processor.xml
Download all examples as a single package. HTTP_POST_Examples.xml

SSL

Description Template
SSLContextService config (key store, trust store) SSL_Service_Config.xml

Streaming

Description Template
Web Proxy Analysis: Proxy Log Generator + Kafka Web_Proxy_Analysis.xml

About

Examples of how to use Apache NiFi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages