0 Forks
10 Stars
10 Watchers

SqlTransactionalOutbox

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. serverless or load balanced).

How to download and setup SqlTransactionalOutbox

Open terminal and run command
git clone https://github.com/cajuncoding/SqlTransactionalOutbox.git
git clone is used to create a copy or clone of SqlTransactionalOutbox repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with SqlTransactionalOutbox https://github.com/cajuncoding/SqlTransactionalOutbox/archive/master.zip

Or simply clone SqlTransactionalOutbox with SSH
[email protected]:cajuncoding/SqlTransactionalOutbox.git

If you have some problems with SqlTransactionalOutbox

You may open issue on SqlTransactionalOutbox support forum (system) here: https://github.com/cajuncoding/SqlTransactionalOutbox/issues