Skip to content

Latest commit

 

History

History

pipeline-ensemble

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Ensemble example

A basic ensemble pipeline.

Graph

graph LR
  run_nextroute{ }
  run_nextroute_join{ }
  run_nextroute_0(run_nextroute_0)
  run_nextroute --> run_nextroute_0
  run_nextroute_0 --> run_nextroute_join
  run_nextroute_1(run_nextroute_1)
  run_nextroute --> run_nextroute_1
  run_nextroute_1 --> run_nextroute_join
  run_nextroute_2(run_nextroute_2)
  run_nextroute --> run_nextroute_2
  run_nextroute_2 --> run_nextroute_join
  run_nextroute_join --> pick_best
  pick_best(pick_best)
Loading

Pre-requisites

  • Subscribe to the following marketplace apps and name them as follows:
    • Nextmv Routing: routing-nextroute

Usage

nextmv app push -a <app-id>
cat /path/to/routing/input.json | nextmv app run -a <app-id> -o 'instance=v171-5s'