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>
dbernal 2018-05-09T19:31:01.000056Z

is there a way to guarantee order of processing with Onyx? If for example when processing from a queue, is there a way to guarantee order in the queue translates to order of processing in the job?

daniel-tcgplayer 2018-05-09T20:25:20.000472Z

Has anyone ever used Onyx to do streaming with a SQL table? Essentially we've got a table that's acting as a change queue and have only figured out how to do it with running a job repeatedly at an interval and changing the bounds each time

lucasbradstreet 2018-05-09T20:25:55.000268Z

@dbernal yes, but I’ll have to answer this later