Replies: 1 comment 2 replies
-
The golden rule with event sourcing is that you only event source what's really needed. Admin CRUD operations probably shouldn't be event sourced. Here's some more reading on the topic: https://stitcher.io/blog/combining-event-sourcing-and-stateful-systems |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Guys
This package, is is really extraordinary, as the application using the event sourcing pattern
As I am trying to put it in one new project and while planning, I fell of in front of an admin panel decision I have to do.
Most of the 'admin panel packages' makes the crud processes out of the box, but in straight communication with the proper Eloquent model / Db
So what is your approach or your suggestion over this? Have you used this package in addition of any ready admin packages?
How can we make them cooperate ?
Beta Was this translation helpful? Give feedback.
All reactions