[Haskell-cafe] One of the new buzz phrases is "Event-Sourcing"; is Haskell suitable for this?

Bardur Arantsson spam at scientician.net
Sun Sep 30 20:16:45 CEST 2012


On 09/30/2012 02:46 AM, KC wrote:
> http://martinfowler.com/eaaDev/EventSourcing.html
> 
> http://martinfowler.com/articles/lmax.html
> 
> 

Sure, why not? See

    http://hackage.haskell.org/package/cqrs-0.8.0
and http://hackage.haskell.org/package/cqrs-example-0.8.0

for an example application.

I should note that the "cqrs" package API is by no means finalized;
there are some limitations(*) to the current implementation, but I've
not had time to actually get rid of those limitations.

(*) The major ones being the requirement for a global version number and
lack of streaming event sourcing.






More information about the Haskell-Cafe mailing list