-
Notifications
You must be signed in to change notification settings - Fork 57
hanuman
Philip (flip) Kromer edited this page May 9, 2012
·
1 revision
A graph is also a stage.
Can be graphed as stages butted up end-to-end: [][][]
- linear workflow (eg bash script)
- middleware stack
- before/after/around filters
-
Graph -- collections of stages and edges
-
Stage -- node (which might be a subgraph)
-
Edge -- connection
-
Chain -- linear subgraph
-
graph, can look up a stage by name:
github_repo(handle, attributes={}, &block) # find-or-create stage # update with attributes # instance exec block find_stage(:github_repo, handle) # look up in the registry, nil if missing.
- counters
- timers
- metrics
- facts