onyx

FYI: alternative Onyx :onyx: chat is at <https://gitter.im/onyx-platform/onyx> ; log can be found at <https://clojurians-log.clojureverse.org/onyx/index.html>
Lutz 2018-10-29T07:52:10.002300Z

Yes, you can use :onyx.triggers/punctuation (http://www.onyxplatform.org/docs/user-guide/latest/#_punctuation) with a custom :trigger/pred predicate. It is evaluated on each new arriving segment, and will fire the trigger, if it evaluates to a truthy value.

2018-10-31T07:27:26.003Z

Thanks, @lutz.buech