https://github.com/joaosouzaaa/outboxpattern
Outbox Pattern in .NET
https://github.com/joaosouzaaa/outboxpattern
design-patterns microservices microservices-architecture outbox outbox-pattern solid
Last synced: 7 months ago
JSON representation
Outbox Pattern in .NET
- Host: GitHub
- URL: https://github.com/joaosouzaaa/outboxpattern
- Owner: joaosouzaaa
- Created: 2024-02-22T15:09:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T21:44:23.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T10:24:00.933Z (10 months ago)
- Topics: design-patterns, microservices, microservices-architecture, outbox, outbox-pattern, solid
- Language: C#
- Homepage: https://www.linkedin.com/posts/joaosouzza_outbox-pattern-in-net-activity-7181615575104688128-Nup7?utm_source=share&utm_medium=member_desktop
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: Support.Microservice/Constants/CorsPoliciesNamesConstants.cs
Awesome Lists containing this project
README
# OutboxPattern
The goal of this project is to demonstrate a common microservices pattern, the Outbox pattern, by implementing it alongside the Unit of Work pattern and utilizing RabbitMQ as a message-broker.
# Technologies used
- .NET 8
- C#
- EntityFrameworkCore
- SQL Server
- xUnit
- Moq
- Docker
- RabbitMQ