OpenSleigh.Persistence.Mongo
2.0.1
See the version list below for details.
dotnet add package OpenSleigh.Persistence.Mongo --version 2.0.1
NuGet\Install-Package OpenSleigh.Persistence.Mongo -Version 2.0.1
<PackageReference Include="OpenSleigh.Persistence.Mongo" Version="2.0.1" />
paket add OpenSleigh.Persistence.Mongo --version 2.0.1
#r "nuget: OpenSleigh.Persistence.Mongo, 2.0.1"
// Install OpenSleigh.Persistence.Mongo as a Cake Addin #addin nuget:?package=OpenSleigh.Persistence.Mongo&version=2.0.1 // Install OpenSleigh.Persistence.Mongo as a Cake Tool #tool nuget:?package=OpenSleigh.Persistence.Mongo&version=2.0.1
OpenSleigh.Persistence.Mongo
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).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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. |
-
net6.0
- Mongodb.Driver (>= 2.17.1)
- OpenSleigh.Abstractions (>= 1.0.0)
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 | 151 | 4/22/2023 |
2.0.1 | 442 | 8/30/2022 |
2.0.0 | 385 | 12/30/2021 |
1.3.1 | 409 | 8/27/2021 |
1.2.1 | 337 | 4/26/2021 |
1.2.0 | 306 | 3/30/2021 |
1.1.0 | 300 | 3/27/2021 |
1.0.1 | 392 | 3/11/2021 |
1.0.0 | 356 | 2/15/2021 |
0.9.0 | 477 | 1/27/2021 |
0.8.0 | 404 | 1/19/2021 |
0.7.0 | 319 | 1/14/2021 |
0.6.0 | 365 | 1/11/2021 |
0.5.1 | 367 | 1/8/2021 |
0.5.0 | 413 | 1/8/2021 |
0.4.0 | 380 | 1/7/2021 |
0.3.0 | 351 | 1/5/2021 |
0.2.0 | 405 | 1/3/2021 |
0.1.0 | 320 | 12/31/2020 |
0.0.1 | 348 | 12/31/2020 |