Devlooped.CloudActors.Streamstone 0.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Devlooped.CloudActors.Streamstone --version 0.3.0
NuGet\Install-Package Devlooped.CloudActors.Streamstone -Version 0.3.0
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="Devlooped.CloudActors.Streamstone" Version="0.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Devlooped.CloudActors.Streamstone --version 0.3.0
#r "nuget: Devlooped.CloudActors.Streamstone, 0.3.0"
#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 Devlooped.CloudActors.Streamstone as a Cake Addin
#addin nuget:?package=Devlooped.CloudActors.Streamstone&version=0.3.0

// Install Devlooped.CloudActors.Streamstone as a Cake Tool
#tool nuget:?package=Devlooped.CloudActors.Streamstone&version=0.3.0

Streamstone storage provider for Orleans grain persistence, supporting Cloud Actors on Azure Table Storage.

Features

  • Supports plain CLR objects as grain state
  • Supports event sourced actors
  • Supports automatic snapshots for faster state reading

See Streamstone for more details.

Usage

var builder = WebApplication.Create(args);

// other config, specially Orleans and Cloud Actors

// 👇 register provider as default for all grains/actors
builder.Services.AddSingletonNamedService<IGrainStorage, StreamstoneStorage>(ProviderConstants.DEFAULT_STORAGE_PROVIDER_NAME);

// 👇 register provider with a specific name, alternatively
builder.Services.AddSingletonNamedService<IGrainStorage, StreamstoneStorage>("streamstone");

If the storage provider is registered with a specific name, actors can then specify the name of the provider to use:

[Actor(nameof(Account), "streamstone")]
public partial class Account : IEventSourced

Sponsors

Clarius Org C. Augusto Proiete Kirill Osenkov MFB Technologies, Inc. SandRock Andy Gocke Stephen Shaw Torutek

Sponsor this project  

Learn more about GitHub Sponsors

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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
0.3.0 178 8/8/2023
0.2.2 116 8/7/2023
0.2.1 123 8/7/2023
0.2.0 133 8/7/2023