Skip to content

Instantly share code, notes, and snippets.

@alan-andrade
Created September 24, 2015 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alan-andrade/c03b6951dc9a882b66a0 to your computer and use it in GitHub Desktop.
Save alan-andrade/c03b6951dc9a882b66a0 to your computer and use it in GitHub Desktop.

Catalog and Workflows

A Catalog describes functions, ins & outs of the workflow. So, in order to have a workflow, we need catalog.

A catalog is a vector of maps which must be compsed with onyx keywords :onyx/name, :onyx/plugin, etc.

A workflow could be think as a place where the structure of a computation is isolated.

Workflows can split and then merge again.

Catalogs of type :input & :output talk to plugins, those of type :function, need to pass the name of a function into :fn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment