EventFlow.MongoDB
0.83.4713
Prefix Reserved
.NET Standard 1.6
.NET Framework 4.5.2
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package EventFlow.MongoDB -Version 0.83.4713
dotnet add package EventFlow.MongoDB --version 0.83.4713
<PackageReference Include="EventFlow.MongoDB" Version="0.83.4713" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EventFlow.MongoDB --version 0.83.4713
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EventFlow.MongoDB, 0.83.4713"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install EventFlow.MongoDB as a Cake Addin
#addin nuget:?package=EventFlow.MongoDB&version=0.83.4713
// Install EventFlow.MongoDB as a Cake Tool
#tool nuget:?package=EventFlow.MongoDB&version=0.83.4713
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MongoDB ReadStore and Snapshot Persistence for EventFlow
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5.2
- EventFlow (>= 0.83.4713)
- MongoDB.Driver (>= 2.10.4)
-
.NETStandard 1.6
- EventFlow (>= 0.83.4713)
- MongoDB.Driver (>= 2.10.4)
- NETStandard.Library (>= 1.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on EventFlow.MongoDB:
Repository | Stars |
---|---|
twzhangyang/RestAirline
DDD+CQRS+EventSourcing+Hypermedia API+ASP.NET Core 3.1+Masstransit+terraform+docker+k8s
|
|
OKTAYKIR/EventFlow.Example
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
|
Version | Downloads | Last updated |
---|---|---|
1.0.5001-alpha | 39 | 3/15/2022 |
0.83.4713 | 25,395 | 9/7/2021 |
0.82.4684 | 642 | 8/30/2021 |
0.82.4659 | 4,141 | 6/17/2021 |
0.81.4483 | 17,591 | 12/14/2020 |
0.80.4377 | 15,916 | 10/1/2020 |
0.79.4216 | 10,646 | 5/13/2020 |
0.78.4205 | 393 | 5/11/2020 |
0.77.4077 | 22,470 | 12/10/2019 |
0.76.4014 | 2,712 | 10/19/2019 |
0.75.3970 | 1,737 | 9/12/2019 |
0.74.3948 | 891 | 7/1/2019 |
0.73.3933 | 1,450 | 6/11/2019 |
0.72.3914 | 789 | 5/28/2019 |
0.71.3834 | 598 | 4/17/2019 |
0.70.3824 | 505 | 4/11/2019 |
0.69.3772 | 1,705 | 2/12/2019 |
0.68.3728 | 8,844 | 12/3/2018 |
0.1.26 | 1,354 | 10/23/2017 |
0.1.19 | 1,009 | 9/14/2017 |
0.1.15 | 709 | 9/13/2017 |
0.0.2 | 840 | 7/21/2017 |
0.0.1 | 897 | 6/19/2017 |
New: Queue name used by HangfireJobScheduler can be overridden:
```csharp
eventFlowOptions.UseHangfireJobScheduler(o => o.UseQueueName("myqueue"))
```
Fixed: Do not throw `MetadataKeyNotFoundException` if there is no meta data on
`previous_source_ids` in snapshots