Skip to content

tamir321/hkube-js-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hkube-js-algorithm

to start algorithm

{"action":"startAlg","algName":"green-alg","input":[1]}

to start pipeline

{"action":"startStored","pipeName":"simple","input":{"inp":"5"}}

to start raw pipeline

{"action":"startRaw","pipeName":"raw","pipNodes":"[
    {
      \"algorithmName\": \"green-alg\",
      \"input\": [
        \"@flowInput.bar\"
      ],
      \"nodeName\": \"a\"
    },
    {
      \"algorithmName\": \"yellow-alg\",
      \"input\": [
        \"#@a\"
      ],
      \"nodeName\": \"b\"
    }
  ]","input":{"bar":{"size":"3","batch":"4"}}}

if you need to debug package.json dependencies should be - dependencies": { "@hkube/nodejs-wrapper": "^2.0.25", "i": "^0.3.6", "npm": "^6.14.9" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published