amselixir / discussions

A repo which we can use to discuss ideas for the Amsterdam |> Elixir meetup: http://www.meetup.com/Amsterdam-Elixir/
7 stars 0 forks source link

Event Sourcing/CQRS with ... #16

Open Tuxified opened 8 years ago

Tuxified commented 8 years ago

Event Sourcing is a pattern in which you capture all changes to an application state as a sequence of events. It's popular with CQRS, would be nice to hear how this could be done with (for example) GenEvent, GenServer and/or Phoenix.

Please vote on this idea with 👍 / 👎 . Comment if you have some suggestions and/or know someone who might help by giving a talk about this topic.

pinx commented 8 years ago

We will be building a planning system, with a lot of events coming in.