An implementation of the Transactional Outbox Pattern with Cosmos DB
-
Updated
Jan 16, 2025 - C#
An implementation of the Transactional Outbox Pattern with Cosmos DB
Message and Job Storage with Outbox Design Pattern
A lightweight library for implementing the Transactional Outbox pattern in .NET with default implementation in SQL Server & Azure Service Bus. Key benefits offered are support for running in Azure Functions serverless environments and support for enforcing FIFO ordering of processing & publishing even in horizontally scaled environments (e.g. se…
A RESTful API server for the application about managing, hosting events and selling their tickes. Implementing Clean Architecture, DDD, CQRS, Repository, Unit of Work Patterns, Caching with Redis and Decorator Pattern, Idempotency and Outbox Pattern, Real-time Chat and Notification.
An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_rel…
A sample Transactional Outbox Pattern implementation written with .NET Core.
Transactional Outbox Pattern with Azure Cosmos DB
Implementation of transactional outbox pattern
demo of transactional outbox
Guaranteed message processing, including message filtering and synchronized consistency with the service's local database transaction (aka atomic message delivery).
Upcoming .Net asynchronous event storage as a queue and outbox library.
The code demonstrates an implementation of the "transactional outbox" approach.
User profiles and identities.
transactional outbox pattern with lambda/serverless and SQS
Add a description, image, and links to the transactional-outbox topic page so that developers can more easily learn about it.
To associate your repository with the transactional-outbox topic, visit your repo's landing page and select "manage topics."