Hi Aaron, Onyx is still quite young, but incredibly promising. I absolutely enjoy the way that they have teased apart the different bits of distributed systems. I highly recommend getting involved in the project, they're going to do great things.
As for Storm, I haven't really used it so I'm not really qualified to comment. I've stayed away from it mostly because the defspout and defbolt macros made a deep part inside me cringe. Other than that, I'm sure it's a perfectly capable platform and I've heard people doing a lot of great things with it. Onyx really just translates to a library, at the end of the day. You build your application on top of it and manage firing up your peers inside each process yourself. This gives you as an application developer immense flexibilty. Deployment is outside the scope of Onyx - it assumes you've got that covered. I think that's a very wise assumption, given that the ways to deploy jars are diverse. Cheers, - Deon On Friday, 13 February 2015 02:04:26 UTC+2, Aaron France wrote: > > Hi, > > What are your opinions on Onyx? > > What are your opinions on Onyx compared to Storm? > > What are your opinions on Onyx deployment? > > Aaron > > > On Thursday, 12 February 2015 10:15:44 UTC+1, Deon Moolman wrote: >> >> Hi everyone, >> >> I spent some time putting together an implementation of the CQRS pattern >> in Clojure and wrote an article on it: >> >> http://yuppiechef.github.io/cqrs-server/ >> >> >> It mostly boils down to an Onyx ( >> http://www.github.com/MichaelDrogalis/onyx) configuration, but it's been >> an interesting journey that I felt is worthwhile sharing. >> >> Feedback really appreciated! >> >> Cheers, >> - Deon >> > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
