Do you have a link to your implementation? I am currently working on a similar project, though I am focussing on the semantics before the backend serialization. https://github.com/CrowdHailer/event-sourcing.elixir
On Saturday, 4 June 2016 04:44:50 UTC+1, Sam Davarnia wrote: > > Hi, > > I am trying to implement a library for event sourcing similar to Akka > Persistence. Since, GenBroker and GenStage are being implemented, > I thought it would be great to have another library that manages event > sourcing the state change in actors using GenBroker. For persistence layer > it would use a driver for cassandra, dynamo or another database. > > Thanks > > -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/2fca48bb-ce08-44c1-a261-fb936c09ba0b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
