Streamstone 2.3.1
Streamstone is a lightweight library which implements a low-level mechanics of Event Store on top of Windows Azure Table Storage. Handles concurrency conflicts via optimistic locking. Supports custom event and stream metadata. Optimized for batch processing.
Install-Package Streamstone -Version 2.3.1
dotnet add package Streamstone --version 2.3.1
<PackageReference Include="Streamstone" Version="2.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Streamstone --version 2.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Streamstone, 2.3.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.7
- Microsoft.Azure.Cosmos.Table (>= 1.0.0)
-
.NETStandard 2.0
- Microsoft.Azure.Cosmos.Table (>= 1.0.0)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Streamstone:
Package | Downloads |
---|---|
PerfectShuffle.EventSourcing.AzureTableStorage
A provider for Azure table storage for the Perfect Shuffle Eventsourcing Library
|
|
Timelapse.Persistence.Streamstone
Persistence layer using Streamstone, thus azure table.
|
|
Fiffi.Streamstone
Exploration kit for eventdriven services
|
|
DddAzure
Implementation of Ddd intefaces on Azure storage using streastone event sourcing
|
|
RolePlayedGamesHelper.Cqrs.EventSourcing
Package Description
|
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Streamstone:
Repository | Stars |
---|---|
OrleansContrib/Orleankka
Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka/
|