Skip to content

NiFi processor to merge a Flow File from data shards and accompanying Reed Solomon error correction parity files.

Notifications You must be signed in to change notification settings

mrbarge/nifi-mergeparity-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nifi-mergeparity-bundle

Merges a Flow File from data shards and accompanying Reed Solomon error correction parity files back into the file's original form, accounting for potentially missing parity files.

Makes use of Backblaze's Java Reed Solomon implementation, available at: https://github.com/Backblaze/JavaReedSolomon/tree/master/src

Status

Experimental, not for production use.

Parameters

  • dataShards - number of data shards to split the file into
  • parityShards - number of parity shards to generate

Author

Matt Bargenquast

About

NiFi processor to merge a Flow File from data shards and accompanying Reed Solomon error correction parity files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages