Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 537 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 537 Bytes

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>