#eventsourcing — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #eventsourcing, aggregated by home.social.
-
Reminder that tonight I'll be talking at EuregJUG in Aachen (Germany) about #EventSourcing in #Java. Come join us!
Details: https://euregjug.dev/#events
-
We released 1.0.0 of event-sourcing-dashboard-bundle! See here for the changelog: https://github.com/patchlevel/event-sourcing-dashboard-bundle/releases/tag/1.0.0
#PHP #DDD #EventSourcing #Symfony #Bundle #Dashboard -
We released 1.0.0 of event-sourcing-dashboard-bundle! See here for the changelog: https://github.com/patchlevel/event-sourcing-dashboard-bundle/releases/tag/1.0.0
#PHP #DDD #EventSourcing #Symfony #Bundle #Dashboard -
We released 1.0.0-alpha10 of event-sourcing-dashboard-bundle! See here for the changelog: https://github.com/patchlevel/event-sourcing-dashboard-bundle/releases/tag/1.0.0-alpha10
#PHP #DDD #EventSourcing #Symfony #Bundle #Dashboard -
We released 1.0.0-alpha10 of event-sourcing-dashboard-bundle! See here for the changelog: https://github.com/patchlevel/event-sourcing-dashboard-bundle/releases/tag/1.0.0-alpha10
#PHP #DDD #EventSourcing #Symfony #Bundle #Dashboard -
Akka is suggestion Event Sourcing as the collaboration pattern for agentic systems? WDYT? Any other pattern you prefer instead?
-
Had finally time in the weekend to write a new blog post about the new features for our latest releases of patchlevel/event-sourcing. So if you want something to read for the weekend you can check it out here: https://patchlevel.de/blog/what-is-new-in-php-event-sourcing-3-9-and-3-10
-
New year, new release! Version 3.7.0 for patchlevel/event-sourcing came last week which brings a small feature for testing subsciptions and a performance optimization for them. It also comes with a new `#[Stream]` attribute which enables micro aggregates and goes a step more into dynamic consitency boundaries.
You can read here more about it: https://patchlevel.de/blog/what-is-new-in-php-event-sourcing-3-7
-
https://www.youtube.com/watch?v=IgigmuHHchI "The Aggregate is dead" talk by Sara Pellegrini and Milan Savic
And my #PHP implementation of their example: https://neos.social/@bastian/110496791035896667
-
I tried to implement the #DynamicConsistencyBoundary example described by Sara Pellegrini with #PHP and it is quite promising:
https://github.com/bwaidelich/dcb-example
#DDD #EventSourcing #DCB