This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-04
Channels
- # beginners (149)
- # cider (1)
- # clara (12)
- # cljs-dev (226)
- # cljsrn (2)
- # clojure (275)
- # clojure-russia (5)
- # clojure-uk (14)
- # clojurescript (57)
- # cursive (23)
- # data-science (15)
- # datomic (1)
- # fulcro (8)
- # hoplon (9)
- # onyx (5)
- # portkey (15)
- # protorepl (1)
- # re-frame (8)
- # reagent (17)
- # shadow-cljs (22)
- # uncomplicate (13)
- # vim (36)
@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 You can do it fully distributed Onyx, with batch-timeout & batch-size. 🙂
@michaeldrogalis that might be a little heavy for what I need. I'm doing a relatively simple ETL job which streams in.
@dominicm Yeah, makes sense. Something simple around local-rt should do the trick since it's stateless.