Skip to content

Instantly share code, notes, and snippets.

View thuylevn's full-sized avatar

thuyle thuylevn

  • MD, USA
View GitHub Profile
@thuylevn
thuylevn / 00_README.md
Created September 18, 2018 17:01 — forked from ijokarumawak/00_README.md
NiFi example to ingest a set of files only when a complete set of files is ready.

This example flow can be used to process files with following requirements:

  • A group of files can only be processed when every files for a specific group is ready

  • Each filename has groupId (e.g. 123_456) and a type name (e.g. ab/cd/ef)

  • Example set of files for group '123_456'

    • file_123_456_ab.ex1
    • file_123_456_cd.ex1
    • file_123_456_ef.ex1
  • file_123_456.ex2