CurryOn.Akka.Persistence.Elasticsearch
0.1.8-beta
This is a prerelease version of CurryOn.Akka.Persistence.Elasticsearch.
dotnet add package CurryOn.Akka.Persistence.Elasticsearch --version 0.1.8-beta
NuGet\Install-Package CurryOn.Akka.Persistence.Elasticsearch -Version 0.1.8-beta
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="CurryOn.Akka.Persistence.Elasticsearch" Version="0.1.8-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CurryOn.Akka.Persistence.Elasticsearch --version 0.1.8-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CurryOn.Akka.Persistence.Elasticsearch, 0.1.8-beta"
#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 CurryOn.Akka.Persistence.Elasticsearch as a Cake Addin #addin nuget:?package=CurryOn.Akka.Persistence.Elasticsearch&version=0.1.8-beta&prerelease // Install CurryOn.Akka.Persistence.Elasticsearch as a Cake Tool #tool nuget:?package=CurryOn.Akka.Persistence.Elasticsearch&version=0.1.8-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CurryOn.Akka.Persistence.Elasticsearch
Akka.net Persistence Plug-in for Elasticsearch. Includes Event Journal, Snapshot Store, and Query Read Journal. Built on the CurryOn.Akka.Persistence.Streaming Framework and utilizing the CurryOn.Elastic.FSharp library to interface with Elasticsearch from F#.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Akka (>= 1.2.3)
- Akka.FSharp (>= 1.2.3)
- Akka.Persistence (>= 1.2.3.43-beta)
- Akka.Persistence.FSharp (>= 1.2.3.43-beta)
- Akka.Persistence.Query (>= 1.2.3.43-beta)
- Akka.Serialization.Hyperion (>= 1.2.3.43-beta)
- Akka.Streams (>= 1.2.3)
- CurryOn.Akka.Persistence.Streaming (>= 0.1.0-beta)
- CurryOn.Common (>= 0.1.1)
- CurryOn.Elastic.FSharp (>= 0.1.3)
- FsPickler (>= 3.2.0)
- FsPickler.Json (>= 3.2.0)
- FSPowerPack.Core.Community (>= 3.0.0)
- NEST (>= 5.6.0)
- Newtonsoft.Json (>= 9.0.1)
- Reactive.Streams (>= 1.0.2)
- System.Collections.Immutable (>= 1.3.1)
- System.ValueTuple (>= 4.3.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 |
---|---|---|
0.1.8-beta | 909 | 2/2/2018 |
0.1.7-beta | 829 | 2/2/2018 |
0.1.5-beta | 829 | 1/31/2018 |
0.1.4-beta | 843 | 1/30/2018 |
0.1.3-beta | 738 | 1/25/2018 |
0.1.2-beta | 936 | 1/23/2018 |
0.1.1-beta | 916 | 1/22/2018 |
Refactored to use CurryOn.Akka.Persistence.Streaming library.