You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for such a great package. I'm still learning the concept of event sourcing. I'm just curious if I can use it with my use case.
Let's say we have an eloquent model. (you can say they have parent/child relationship). When a model When an event occurs, I want to update multiple aggregate fields with a value like shown in the image below. In addition that I need to filter it by periods (monthly or weekly). Assume there are thousands of related models.
Where should I start? How can I use this package to achieve this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
First of all, thanks for such a great package. I'm still learning the concept of event sourcing. I'm just curious if I can use it with my use case.
Let's say we have an eloquent model. (you can say they have parent/child relationship). When a model When an event occurs, I want to update multiple aggregate fields with a value like shown in the image below. In addition that I need to filter it by periods (monthly or weekly). Assume there are thousands of related models.
Where should I start? How can I use this package to achieve this.
Beta Was this translation helpful? Give feedback.
All reactions