Tarak-Chandra-Sarkar / newsletter-orchestrated-saga

Orchestrated Saga example with Rebus, RabbitMQ, and SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orchestrated Saga Example

Orchestrated Saga example with:

  • Rebus
  • RabbitMQ
  • SQL Server

Showcasing how to create a saga with multiple steps, and even deferring messages to the future.

Running this project

Running should be easy enough since I added orchestration with docker compose.

However, you'll need to manually connect to the SQL Server instance in the container to create the database.

Default database name is Newsletter.

About

Orchestrated Saga example with Rebus, RabbitMQ, and SQL Server


Languages

Language:C# 88.9%Language:Dockerfile 11.1%