OpenSleigh.Persistence.Mongo 3.0.0-alpha

This is a prerelease version of OpenSleigh.Persistence.Mongo.
dotnet add package OpenSleigh.Persistence.Mongo --version 3.0.0-alpha
NuGet\Install-Package OpenSleigh.Persistence.Mongo -Version 3.0.0-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OpenSleigh.Persistence.Mongo" Version="3.0.0-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenSleigh.Persistence.Mongo --version 3.0.0-alpha
#r "nuget: OpenSleigh.Persistence.Mongo, 3.0.0-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OpenSleigh.Persistence.Mongo as a Cake Addin
#addin nuget:?package=OpenSleigh.Persistence.Mongo&version=3.0.0-alpha&prerelease

// Install OpenSleigh.Persistence.Mongo as a Cake Tool
#tool nuget:?package=OpenSleigh.Persistence.Mongo&version=3.0.0-alpha&prerelease

OpenSleigh.Persistence.Mongo

Nuget

Description

MongoDB Persistence library for OpenSleigh

Installation

This library can be installed from Nuget: https://www.nuget.org/packages/OpenSleigh.Persistence.Mongo/

How-to

The first thing to do is build an instance of MongoConfiguration with the connection details. This can be done by reading the current app configuration. Once done, all you have to do is to call the UseMongoPersistence extension method:


services.AddOpenSleigh(cfg =>{ 
    var mongoSection = Configuration.GetSection("Mongo");
    var mongoCfg = new MongoConfiguration(mongoSection["ConnectionString"],
        mongoSection["DbName"]);
    cfg.UseMongoPersistence(mongoCfg);
    
    // register the Sagas here
});

Of course it can be used in conjunction with any other Transport library as well (eg. InMemory or RabbitMQ).


Do you like this project? Then consider giving a donation! Donate

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-alpha 120 4/22/2023
2.0.1 404 8/30/2022
2.0.0 364 12/30/2021
1.3.1 381 8/27/2021
1.2.1 314 4/26/2021
1.2.0 283 3/30/2021
1.1.0 270 3/27/2021
1.0.1 368 3/11/2021
1.0.0 332 2/15/2021
0.9.0 454 1/27/2021
0.8.0 379 1/19/2021
0.7.0 294 1/14/2021
0.6.0 338 1/11/2021
0.5.1 339 1/8/2021
0.5.0 387 1/8/2021
0.4.0 349 1/7/2021
0.3.0 324 1/5/2021
0.2.0 378 1/3/2021
0.1.0 297 12/31/2020
0.0.1 324 12/31/2020