Alexander Miertsch
Alexander Miertsch
@gquemener thanks for the link. That's indeed a good inspiration.
yeah, we can remove identity map with next major release. In earlier versions we used it to keep the illusion that an aggregate repository can be an in-memory collection (no...
sorry for the late response. I simply ignored the error. It's symfony flex related or something like that, but caching is not needed for the demo to function. Maybe the...
Reminder for myself: link to blogpost: https://github.com/Ocramius/ocramius.github.com/issues/103
will do
Awesome idea! I'm planing to open the event-store-mgmt-ui for non prooph projects. This will not be the case with the first version but in later versions it should be possible...
@basz I'm thinking about client side ARs for some time now and yes it is an interesting idea. Question is, what do you want to do with the AR in...
Security is another thing to consider: important business rules should be enforced in the domain model on a server and not in an AR living in memory on a users...
Here is a PHP Lib for SSE with a short readme describing how it works. Clean and simple: https://github.com/igorw/EventSource