I've begun building a rather complex web application in
Clojure/ClojureScript. After some evaluation I decided that CQRS + event
sourcing would fit the requirements well. As such I have a bunch of
aggregates (models) each in their own namespace that contain all the
applicable record definitions
ach element could be
raised into that context when it needed the connect. But, that's just my
limited Haskell knowledge coming through again.
On Wednesday, July 22, 2015 at 11:06:48 AM UTC-5, keegan myers wrote:
>
> I've begun building a rather complex web application in
> Clojure
I have been working on a project to transform an in house rails application
into a distributed SAAS solution. As with many rails apps it began as a
simple crud interface, but inevitably became unsuitably complex and slow.
At this point the application has almost become a feature complete ERP
s