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>
michaeldrogalis 2018-03-04T21:27:36.000013Z

@dominicm Correct. For local-rt, you'd build this around the outsides of local-rt, perhaps with core.async timeout channels controlling the api/tick actions.

dominicm 2018-03-04T21:28:38.000110Z

I was trying to be lazy, and let onyx do that hard work for me 😁

michaeldrogalis 2018-03-04T21:29:14.000012Z

@dominicm You can do it fully distributed Onyx, with batch-timeout & batch-size. 🙂

dominicm 2018-03-04T21:30:19.000129Z

@michaeldrogalis that might be a little heavy for what I need. I'm doing a relatively simple ETL job which streams in.

michaeldrogalis 2018-03-04T21:50:08.000007Z

@dominicm Yeah, makes sense. Something simple around local-rt should do the trick since it's stateless.