Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

NiFi examples and templates to get flows up and running quickly.

Notifications You must be signed in to change notification settings

scott-mcnulty/nifi-templates-and-examples

Repository files navigation

NiFi Templates and Examples

Collection of NiFi templates and examples to get flows up and running quickly.

Table of Contents


Template to pull large amounts of data from database tables that contain time-stamped data. Good for pulling historical time series data and storing into a file system by day.

to top

Example of how I used JOLT to flatten a complicated JSON object.

to top

A demo showing how flowfiles can be spread across a NiFi cluster to balance compute load. Useful when wanting to distribute heavy computation between different nodes of the cluster.

to top

How I was able to sanitize newlines in a free text column in a csv using Jython. Jython was chosen because I wasn't able to intuatively use a regex along with a replaceText processor.

to top

About

NiFi examples and templates to get flows up and running quickly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages