This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-06-09
Channels
- # admin-announcements (74)
- # beginners (10)
- # boot (3)
- # cider (3)
- # clojure (94)
- # clojure-brasil (7)
- # clojure-czech (9)
- # clojure-france (4)
- # clojure-nl (2)
- # clojure-russia (50)
- # clojure-sg (7)
- # clojure-uk (1)
- # clojure-ukraine (1)
- # clojurescript (244)
- # core-async (1)
- # datomic (13)
- # editors (28)
- # euroclojure (9)
- # jobs (6)
- # ldnclj (78)
- # off-topic (12)
- # onyx (16)
- # reading-clojure (1)
- # reagent (10)
- # sneer (2)
- # sydney (1)
Onyx 0.6.0 has been released. http://michaeldrogalis.github.io/jekyll/update/2015/06/08/Onyx-0.6.0:-Going-Faster.html
@michaeldrogalis: i'm just about to start work on a messaging app... i was thinking kafka+trident/storm+cassandra ... should i be considering kafka+onyx+cassandra ?
We don't have an equivalent of Trident yet - but if you can handle making your stuff idempotent then you're smooth sailing
@michaeldrogalis: cool ! idempotency should be ok for us, and onyx looks like it will be v.nice to work with
@mccraigmccraig: Thanks! Let me know if you have any questions.
ooo... looks from the docs that mesos/marathon deploy will be easy too. w00t !
@mccraigmccraig: Yep! To deploy, you only need to share a common identifier string and a ZooKeeper address. So Marathon is a perfect fit.
@mccraigmccraig: to echo, yes, I was evaluation storm/spark streaming when I discovered onyx
@michaeldrogalis: would Aeron be a good fit for Onyx’s queueing system?
@danielcompton: Yes. We've already have the code written to integrate it - we're just waiting on them to release a beta. They had a few stability problems, so we left it out of this release.
It's a rather large performance gain over Netty.
siiick