Shuttle.Recall.Sql.EventProcessing 16.1.1

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

// Install Shuttle.Recall.Sql.EventProcessing as a Cake Tool
#tool nuget:?package=Shuttle.Recall.Sql.EventProcessing&version=16.1.1

Sql Server

PM> Install-Package Shuttle.Recall.Sql.EventProcessing

A Sql Server implementation of the Shuttle.Recall event sourcing mechanism.

Configuration

services.AddSqlEventProcessing(builder => 
{
	builder.Options.EventProjectionConnectionStringName = "event-projection-connection-string-name";
	builder.Options.EventStoreConnectionStringName = "event-store-connection-string-name";
});

services.AddEventStore(builder =>
{
    builder.AddEventHandler<ProjectionNameHandler>("ProjectionName");
});

The default JSON settings structure is as follows:

{
  "Shuttle": {
    "EventProcessing": {
      "EventProjectionConnectionStringName": "event-projection-connection-string-name",
      "EventStoreConnectionStringName": "event-store-connection-string-name"
    }
  }
}

Database

In order to create the relevant database structures execute the relevant ProjectionCreate.sql script:

%userprofile%\.nuget\packages\shuttle.recall.sql.eventprocessing\{version}\scripts\{provider}\ProjectionCreate.sql

Supported providers

  • Microsoft.Data.SqlClient
  • System.Data.SqlClient

If you'd like support for another SQL-based provider please feel free to give it a bash and send a pull request if you do go this route. You are welcome to create an issue and assistance will be provided where possible.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
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
16.1.1 190 12/1/2022
16.0.1 281 9/18/2022
16.0.0 261 9/4/2022
14.0.0 317 5/29/2022
13.1.0 308 5/6/2022
13.0.2 334 4/9/2022
13.0.1 315 4/9/2022
13.0.0 304 3/21/2022
12.0.2 370 2/4/2021
12.0.1 384 11/8/2020
11.0.0 530 8/21/2019
10.2.0 477 5/27/2019
10.1.4 695 9/22/2018
10.1.3 693 9/16/2018
10.0.3 722 8/7/2018
10.0.2 805 7/8/2018
10.0.0 2,028 2/13/2018
8.0.12 774 10/14/2017
8.0.10 787 8/6/2017
8.0.9 818 7/2/2017
8.0.8 815 7/1/2017