-
I want to be able to persist the models in the database EventStoreDB.
A persistence layer should be added.
The models should be updated to be event sourced.
-
### Description
Ericsson company and the Ericsson Eiffel Team is open-sourcing Eiffel Event-Repository application and the source code will soon be uploaded to this GitHub git repository.
We are c…
-
https://www.eventstore.com/blog/testing-event-sourced-applications-part-1-some-theory
-
Describe the bug
The README file is missing the Hacktoberfest and GSSoC banners. The issue is to add these banners at the appropriate location to showcase the project's involvement in these events.…
-
# The peculiar event sourced deadlock / Jappie
[https://jappie.me/the-peculiar-event-sourced-deadlock.html](https://jappie.me/the-peculiar-event-sourced-deadlock.html)
-
Persist the data represented by the domain layer into MartenDB.
This will require to migrate the DDD aggregates to an event sourced model.
We may need an application layer.
The persistence logic sh…
-
Describe the bug
The README file is missing the Hacktoberfest and GSSoC banners. The issue is to add these banners at the appropriate location to showcase the project's involvement in these events.…
-
Description
The README file is missing the Hacktoberfest and GSSoC banners. The issue is to add these banners at the appropriate location to showcase the project's involvement in these events.
T…
-
Demo.exe takes a single hero as input and generates its events. Can we generate events for all heros. Is there any documentation for demo.exe.
-
Had an infinite add event to stream issue due to listening to cosmos change feed and not marking event in the state as handled, so it kept putting the same event back on the state. Eventually, it got…