Skip to content

This repository contains code for word count using custom NiFi processor.

Notifications You must be signed in to change notification settings

shekhar-kotekar/nifi-word-count-custom-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains code for custom NiFi processor which

  1. reads contents of each flow file as a string

  2. splits string by space

  3. counts occurrance of each word

  4. for each word-count pair outputs one flow file.

About

This repository contains code for word count using custom NiFi processor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages