Skip to content

Latest commit

 

History

History

pipeline-foreach

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Foreach fanout example

Example of a pipeline with a fanout step (@foreach) that runs the same input through a solve step with different app options.

Graph

graph LR
  fanout{ }
  fanout(fanout)
  fanout -- foreach --> solve
  stats(stats)
  stats -- join --> merge
  solve(solve)
  solve -- join --> merge
  merge(merge)
Loading

Pre-requisites

Usage

nextmv app push -a <app-id>
echo '{}' | nextmv app run -a <app-id>