https://github.com/AMVSoftware/NSaga
Simple Saga Management library for .Net
https://github.com/AMVSoftware/NSaga
mediator messages sagas
Last synced: 6 months ago
JSON representation
Simple Saga Management library for .Net
- Host: GitHub
- URL: https://github.com/AMVSoftware/NSaga
- Owner: AMVSoftware
- License: mit
- Created: 2016-08-25T16:40:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T01:13:07.000Z (about 7 years ago)
- Last Synced: 2024-05-29T10:11:41.189Z (over 1 year ago)
- Topics: mediator, messages, sagas
- Language: C#
- Size: 497 KB
- Stars: 118
- Watchers: 3
- Forks: 19
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NSaga
Lightweight Saga management framework for .Net. Provides an easy way to create sagas in your application. A Saga is a long-running operation or a transaction;
Sagas have dependencies and state. NSaga provides you with easy means to inject dependencies and persist saga state.Please read more on how to use this framework in [Documentation](https://github.com/AMVSoftware/NSaga/wiki).
Samples can be found in [NSaga.Samples](https://github.com/AMVSoftware/NSaga.Samples)
[](https://ci.appveyor.com/project/trailmax/nsaga/branch/master)
[](https://badge.fury.io/nu/nsaga)