SqlStreamStore 0.5.1
See the version list below for details.
dotnet add package SqlStreamStore --version 0.5.1
NuGet\Install-Package SqlStreamStore -Version 0.5.1
<PackageReference Include="SqlStreamStore" Version="0.5.1" />
paket add SqlStreamStore --version 0.5.1
#r "nuget: SqlStreamStore, 0.5.1"
// Install SqlStreamStore as a Cake Addin #addin nuget:?package=SqlStreamStore&version=0.5.1 // Install SqlStreamStore as a Cake Tool #tool nuget:?package=SqlStreamStore&version=0.5.1
A libray for writing and reading streams (also known as an 'event store') with a focus
on SQL based implementations. This contains the core interfaces, abstractions and an#
in-memory implementation for tests.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (26)
Showing the top 5 NuGet packages that depend on SqlStreamStore:
Package | Downloads |
---|---|
SqlStreamStore.MsSql
SQL Server (2012+) provider for SQL Stream Store |
|
Be.Vlaanderen.Basisregisters.Api
Common API infrastructure and helpers. |
|
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore
Lightweight projection handling infrastructure. |
|
Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner
Lightweight projection handling infrastructure. |
|
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore
Lightweight infrastructure for doing command handling and eventsourcing using aggregates. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on SqlStreamStore:
Repository | Stars |
---|---|
mehdihadeli/food-delivery-microservices
🍔 A practical and imaginary food delivery microservices, built with .Net 8, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
BitTacklr/Projac
A set of .NET projection libraries
|
Version | Downloads | Last updated | |
---|---|---|---|
1.2.1-alpha.3 | 26,613 | 7/20/2020 | |
1.2.1-alpha.2 | 1,883 | 7/9/2020 | |
1.2.1-alpha.1 | 377 | 7/9/2020 | |
1.2.0 | 1,226,879 | 6/26/2020 | |
1.2.0-beta.8 | 128,509 | 12/18/2019 | |
1.2.0-beta.7 | 2,410 | 12/9/2019 | |
1.2.0-beta.6 | 91,485 | 10/29/2019 | |
1.2.0-beta.5 | 10,294 | 10/23/2019 | |
1.2.0-beta.4 | 10,072 | 6/21/2019 | |
1.2.0-beta.3 | 3,507 | 2/1/2019 | |
1.2.0-beta.2 | 20,807 | 12/17/2018 | |
1.1.3 | 549,315 | 10/26/2018 | |
1.1.2 | 40,929 | 5/27/2018 | |
1.1.1 | 16,963 | 10/2/2017 | |
1.1.0 | 2,153 | 9/6/2017 | |
1.0.2 | 35,568 | 8/21/2017 | |
1.0.0 | 5,052 | 6/26/2017 | |
0.9.0 | 1,688 | 5/12/2017 | |
0.8.1 | 1,642 | 4/7/2017 | |
0.7.1 | 6,139 | 3/6/2017 | |
0.6.1 | 2,407 | 1/19/2017 | |
0.5.1 | 3,703 | 11/8/2016 | |
0.4.3 | 5,310 | 10/11/2016 | |
0.4.2 | 2,362 | 10/5/2016 | |
0.4.1 | 1,836 | 10/3/2016 | |
0.3.2 | 2,067 | 9/30/2016 | |
0.3.1 | 1,843 | 9/29/2016 | |
0.2.1 | 2,033 | 9/17/2016 | |
0.2.0 | 2,094 | 9/13/2016 | |
0.1.1 | 1,793 | 9/12/2016 | |
0.1.0 | 2,704 | 8/28/2016 |
- AppendStream returns an AppendResult
- JsonData loading is async with ability to disable prefecthing
- Subscription callbacks include the subscription instance
- Subscriptions dispose themselves when the underlying store is disposed