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
- Installing [Docker](https://store.docker.com/search?type=edition&offering=community), going to the `docker` folder and running:
367
+
2.[Docker](https://store.docker.com/search?type=edition&offering=community) installed. Then going to the `docker` folder and running:
369
368
370
369
```
371
370
docker-compose up
372
371
```
373
-
- Installing a most recent version of the Postgres DB (eg. from <https://www.postgresql.org/download/>).
374
372
375
373
**More information about using .NET Core, WebApi and Docker you can find in my other tutorials:**[WebApi with .NET](https://github.com/oskardudycz/WebApiWith.NETCore)
376
374
377
-
378
-
You can also watch my presentation "Practical Event Sourcing with Marten":
375
+
You can also watch my presentation _"Practical Event Sourcing with Marten"_:
379
376
380
377
<ahref="https://www.youtube.com/watch?v=L_ized5xwww&list=PLw-VZz_H4iio9b_NrH25gPKjr2MAS2YgC&index=7"target="_blank"><imgsrc="https://img.youtube.com/vi/L_ized5xwww/0.jpg"alt="Practical Event Sourcing with Marten (EN)"width="320"height="240"border="10" /></a>
381
378
@@ -391,9 +388,9 @@ and discussion with [Yves Lorphelin](https://github.com/ylorph/) about CQRS:
391
388
4.[Kafka](https://github.com/jbogard/MediatR) - External Durable Message Bus to integrate services
See also fully working samples of Event Sourcing and CQRS applications in [Samples folder](https://github.com/oskardudycz/EventSourcing.NetCore/tree/main/Sample).
393
+
See also fully working, real-world samples of Event Sourcing and CQRS applications in [Samples folder](https://github.com/oskardudycz/EventSourcing.NetCore/tree/main/Sample).
0 commit comments