Simple, practical EventSourcing with EventStoreDB and EntityFramework #72
oskardudycz
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simple, practical EventSourcing with EventStoreDB and EntityFramework
The PR is adding a new sample that contains the simple Event Sourcing setup with EventStoreDB. For the Read Model, Postgres and Entity Framework are used.
You can watch the webinar on YouTube where I'm explaining the details of the implementation:
or read the article explaining the read model part: "How to build event-driven projections with Entity Framework"
Main assumptions:
IEventHandler
). Thanks to that testability and easier maintenance.Overview
It uses:
$all
.Write Model
Read Model
IHostedService
handlingTests
API integration tests for:
Prerequisities
ECommerce.sln
solution.Running
docker-compose up
.admin@pgadmin.org
, Password:admin
postgres
, user:postgres
, password:Password12!
ECommerce.sln
solution.This discussion was created from the release Simple, practical EventSourcing with EventStoreDB and EntityFramework.
Beta Was this translation helpful? Give feedback.
All reactions