-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i need a saga example #1
Comments
Will come... not finished now... |
an example could be something like this oder process: http://msdn.microsoft.com/en-us/library/jj591569.aspx |
for now look at the synopsis: https://github.com/adrai/node-cqrs-saga/tree/master/synopsis/order |
The synopsis is missing. I'm also struggling with how to use saga and domain with each other. Is there an example somewhere that explicitely shows how to use everything together? |
currently only this is exists: https://github.com/adrai/node-cqrs-saga/blob/master/test/integration/integrationTest.js#L142 |
I think we need not only example of saga, but also some explanation about what is actually "saga" means. I spend some time trying to understand what it's all about and now I know that it is a design pattern. :) I found a good article about it: "Saga Pattern | How to implement business transactions using Microservices" (Denis Rossa) Original paper describing saga pattern: https://www.cs.cornell.edu/andru/cs711/2002fa/reading/sagas.pdf (Cornell University) @adrai maybe we should place those links at the bottom of readme file - what do you think? |
Can you add a PR? |
i need a saga example , more formal example :)
The text was updated successfully, but these errors were encountered: