文件名称:Orleans.EventSourcing.Snapshot:快照存储提供者,用于奥尔良事件源
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-17 14:20:19
snapshot eventsourcing orleans C#
Orleans.EventSourcing.Snapshot 快照存储提供者,用于奥尔良事件源 该提供程序使用可以独立配置的标准存储提供程序来存储粒度状态快照和事件序列。 用法 从nuget安装: dotnet add package Orleans.EventSourcing.Snapshot 将此提供程序添加到SiloBuilder: builder.AddSnapshotStorageBasedLogConsistencyProviderAsDefault((op, name) => { // Take snapshot every five events op.SnapshotStrategy = strategyInfo => strategyInfo.CurrentConfirmedVersion - strategyInfo.SnapshotVers
【文件预览】:
Orleans.EventSourcing.Snapshot-master
----.gitignore(5KB)
----src()
--------Orleans.EventSourcing.Snapshot()
----samples()
--------SimpleSample.Silo()
--------SimpleSample.GrainInterfaces()
--------SimpleSample.Client()
--------SimpleSample.Grains()
----README.md(2KB)
----Orleans.EventSourcing.Snapshot.sln(4KB)
----azure-pipelines.yml(1KB)
----nuget.config(192B)