nestjs / docs.nestjs.com

The official documentation https://docs.nestjs.com 📕
MIT License
1.12k stars 1.6k forks source link

Event Sourcing - tutorial #273

Open cheft opened 5 years ago

cheft commented 5 years ago

I'm submitting a...


[ ] Regression 
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

Expected behavior

Minimal reproduction of the problem with instructions

What is the motivation / use case for changing the behavior?

Environment


Nest version: X.Y.Z


For Tooling issues:
- Node version: XX  
- Platform:  

Others:

brianpooe commented 4 years ago

Any link to how this is done with nest?

Syntaf commented 4 years ago

This event sourcing CQRS tutorial uses nest.js and is an amazing reference:

https://medium.com/@qasimsoomro/building-microservices-using-node-js-with-ddd-cqrs-and-event-sourcing-part-1-of-2-52e0dc3d81df https://medium.com/@qasimsoomro/building-microservices-using-node-js-with-ddd-cqrs-and-event-sourcing-part-2-of-2-9a5f6708e0f

kss943 commented 4 years ago

@Syntaf In this example sagas dont work. Can you explain how to implement work with them now?

DanielSoCra commented 3 years ago

This is especially needed when dealing with microservices.

Samox commented 3 years ago

I made a poc a few month ago https://github.com/Samox/dojo-event-sourcing-cqrs. It uses psql as an event store (there is also this Trello that explains each commit https://trello.com/b/yrG5pLaO/event-sourcing-cqrs)

micalevisk commented 1 year ago

you guys could add those resources on https://github.com/nestjs/awesome-nestjs#tutorials