Skip to content

Instantly share code, notes, and snippets.

@danielef
Created March 2, 2018 20:13
Show Gist options
  • Select an option

  • Save danielef/0cd1abe03813687e59d918e64df6ea14 to your computer and use it in GitHub Desktop.

Select an option

Save danielef/0cd1abe03813687e59d918e64df6ea14 to your computer and use it in GitHub Desktop.
Caudal / Sink de ejemplo
;; Sinks
(defsink my-sink 1 ;; backpressure
(->INFO [:all]
(time-stampit [:millis]
(->INFO [:all]
(counter [:s-state :n]
(defstream [event]
(println "hola: " event))))))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment