Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 787 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 787 Bytes

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'