r.def

# Run

# ------------------------------------------------------------------------------------------------------------
= MDM
# ------------------------------------------------------------------------------------------------------------

start mdm (sm) [<streaming|ui|all|k(afka)>|kapp>|shaper] :: \
    mjn-start-mdm $1 \
    ## kapp starts kafka streaming for the application data source

restart mdm (rm) [<streaming|ui|all|k(afka)>|kapp|shaper>] :: \
    mjn-stop-mdm; \
    mjn-start-mdm $1 \
    ## kapp starts kafka streaming for the application data source

halt mdm (hm) :: \
    mjn-stop-mdm

# ------------------------------------------------------------------------------------------------------------
= ES / Postgres
# ------------------------------------------------------------------------------------------------------------

start es (se) :: \
    mjn-start-es-pg es

start postgres (sp) :: \
    mjn-start-es-pg pg


# ------------------------------------------------------------------------------------------------------------
= CLI-BUILDER
# ------------------------------------------------------------------------------------------------------------

cli build all (cba) :: \
    cd ~/mjnurse/cli-builder; \
    cli-builder *.def