issues
search
hackforla
/
HomeUniteUs
We're working with community non-profits who have a Host Home or empty bedrooms initiative to develop a workflow management tool to make the process scalable (across all providers), reduce institutional bias, and effectively capture data.
https://homeunite.us/
GNU General Public License v2.0
39
stars
21
forks
source link
Event Sourcing Event Store
#822
Open
paulespinosa
opened
1 month ago
paulespinosa
commented
1 month ago
What changes did you make?
Implemented an in-memory Event Store
Implemented rudimentary Invite features with tests as an example implementation of Event Sourcing.
Rationale behind the changes?
Event sourcing can enable audit logging, deep domain insight, time traveling, optimistic concurrency
Testing done for these changes
Unit tests are included
What did you learn or can share that is new?(optional)
There are various ways to implement an Event Store. This is just one of many possible implementations.
There are many ways to implement Event Sourced objects. This is just one of many possible implementations.
What changes did you make?
Rationale behind the changes?
Testing done for these changes
What did you learn or can share that is new?(optional)