Akka.Persistence.MongoDb
1.4.12
Prefix Reserved
See the version list below for details.
dotnet add package Akka.Persistence.MongoDb --version 1.4.12
NuGet\Install-Package Akka.Persistence.MongoDb -Version 1.4.12
<PackageReference Include="Akka.Persistence.MongoDb" Version="1.4.12" />
paket add Akka.Persistence.MongoDb --version 1.4.12
#r "nuget: Akka.Persistence.MongoDb, 1.4.12"
// Install Akka.Persistence.MongoDb as a Cake Addin #addin nuget:?package=Akka.Persistence.MongoDb&version=1.4.12 // Install Akka.Persistence.MongoDb as a Cake Tool #tool nuget:?package=Akka.Persistence.MongoDb&version=1.4.12
Akka Persistence journal and snapshot store backed by MongoDB database.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Akka.Persistence.Query (>= 1.4.12)
- akka.streams (>= 1.4.12)
- MongoDB.Driver (>= 2.11.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Akka.Persistence.MongoDb:
Package | Downloads |
---|---|
Akka.Persistence.MongoDb.Hosting
Akka Persistence journal and snapshot store backed by MongoDB database. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.30 | 1,618 | 10/3/2024 |
1.5.29 | 167 | 10/1/2024 |
1.5.28 | 1,052 | 9/11/2024 |
1.5.26 | 9,884 | 7/15/2024 |
1.5.12.1 | 7,573 | 9/15/2023 |
1.5.12 | 2,672 | 8/10/2023 |
1.5.8 | 2,071 | 6/30/2023 |
1.5.7 | 19,067 | 5/31/2023 |
1.5.1.1 | 4,126 | 3/24/2023 |
1.5.1 | 296 | 3/21/2023 |
1.5.0.2 | 1,659 | 9/18/2023 |
1.5.0.1 | 205 | 9/15/2023 |
1.5.0 | 2,265 | 3/4/2023 |
1.4.48 | 15,444 | 1/24/2023 |
1.4.40 | 16,114 | 7/27/2022 |
1.4.40-RC1 | 374 | 7/4/2022 |
1.4.39 | 3,157 | 6/6/2022 |
1.4.38-beta2 | 170 | 5/27/2022 |
1.4.38-beta1 | 227 | 4/15/2022 |
1.4.37 | 3,792 | 4/15/2022 |
1.4.31 | 3,567 | 12/21/2021 |
1.4.25 | 7,729 | 9/9/2021 |
1.4.21 | 1,402 | 7/7/2021 |
1.4.19 | 1,302 | 5/4/2021 |
1.4.17 | 3,082 | 3/18/2021 |
1.4.14 | 5,635 | 1/13/2021 |
1.4.12 | 2,023 | 11/26/2020 |
1.4.5 | 8,386 | 5/12/2020 |
1.4.2 | 716 | 5/12/2020 |
1.4.1 | 1,859 | 3/11/2020 |
1.4.1-rc3 | 401 | 3/10/2020 |
1.4.1-rc1 | 461 | 3/2/2020 |
1.4.1-beta637187777031872868 | 403 | 3/2/2020 |
1.4.0-beta637164660515503459 | 572 | 2/5/2020 |
1.4.0-beta637081438609899777 | 1,092 | 10/31/2019 |
1.4.0-beta637080731519918032 | 462 | 10/30/2019 |
1.3.14 | 13,474 | 10/4/2019 |
1.3.13 | 1,946 | 9/24/2019 |
1.3.12 | 5,127 | 4/5/2019 |
1.3.5 | 7,428 | 3/24/2018 |
1.1.0.3-beta | 2,281 | 8/2/2016 |
1.0.5.2-beta | 7,873 | 1/5/2016 |
1.0.4.1-beta | 1,298 | 8/8/2015 |
Bump Akka version to 1.4.12
Corrected `CurrentPersistentIds` query and `AllPersistentIds` queries to be more memory efficient and query entity ID data directly from Mongo
Introduced `AllEvents` and `CurrentEvents` query to read the entire MongoDb journal
Deprecated previous `GetMaxSeqNo` behavior - we no longer query the max sequence number directly from the journal AND the metadata collection. We only get that data directly from the metadata collection itself, which should make this query an O(1) operation rather than O(n)