*sharing some code! * Hi All,
https://github.com/rbuckland/io-straight-fw I have been working on porting my eventsourced application (I have 3) over to akka-persistence. I have been able to extract out the core components so they are reusable (inspectable) by others. An overview of the full framwork: My chose stack is akka-persistence with spray-io and AngularJS as UI. I use UUID's as the primary key and the repository (Akka-persistence state) is a memory Image HashMap wrapped by STM. It all comes from a base that Martin Krasser originally developed for eventsourced and I am slowly building it into bit I can re-use. I have three completely different applications that have need for it (so different it is not funny) so I don't want to repeat all this code in all three. Anyways .. I haven't tested it all and I am sure there are many things that are nt quite right yet. Have a look at the TODO in the Readme.md which hopefully will give an idea of where I am up to. I will build a sample (petstore / ala widget shop) with this later so people can actually see the spray and angular side working. I will endeavour to release that soon (pressure from others might help me more) :-) Enjoy (and study and comment as well) PS: there is not a lot of the DDD implementation showing in this code base. I still need to extract out some samples for people regards Ramon -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
