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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -