Crystal Sharp framework - Saga Choreography
code example with Microsoft SQL Server
.
This example uses EventStoreDB
for storing events and Microsoft SQL Server
as a saga store.
- Change the event store connectionstring in
appsettings.json
file. - Saga Store database must exist in
Microsoft SQL Server
. - Change the saga store connectionstring in
appsettings.json
file. - Run the
WebAPI
project.