Clojure Pedestal Dataflow Model - correct steps -
here in pedestal docs talks following steps in pedestal dataflow:
- transform
- effect
- combine
- continue
- emit
here in significant project one of authors of pedestal - see following elements
- transform
- continue
- derive
- effect
- emit
my question - derive undocumented feature of dataflow? new name combine? matter of pedestal docs being out of date?
as far know, yes, it's matter of docs being out of date. pedestal authors updated dataflow quite version 1 version 2.
most of existing documentation refers version 1 (which has steps mention), , last time checked, documentation version 2 still in progress.
however, there comprehensive pedestal tutorial available now, uses version 2 of dataflow (including derive
).
in addition this, taylor sando did useful write up beginners
Comments
Post a Comment