Advice on dynamic "real time" queries

2015-10-13 Thread keegan myers
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

Re: Best Practice on loading namespaces

2015-07-23 Thread keegan myers
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

Best Practice on loading namespaces

2015-07-22 Thread keegan myers
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