AsyncHandler.EventSourcing 1.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package AsyncHandler.EventSourcing --version 1.0.4                
NuGet\Install-Package AsyncHandler.EventSourcing -Version 1.0.4                
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="AsyncHandler.EventSourcing" Version="1.0.4" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AsyncHandler.EventSourcing --version 1.0.4                
#r "nuget: AsyncHandler.EventSourcing, 1.0.4"                
#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 AsyncHandler.EventSourcing as a Cake Addin
#addin nuget:?package=AsyncHandler.EventSourcing&version=1.0.4

// Install AsyncHandler.EventSourcing as a Cake Tool
#tool nuget:?package=AsyncHandler.EventSourcing&version=1.0.4                

asynchandler

A lightweight event sourcing framework with event-store of choice.

Github follow Github follow In follow Nuget Package Nuget Github follow build Status

Overview

asynchandler is a high-performance event sourcing framework. combining consistency with schema flexibility, asynchandler aims to simplify event sourcing for everyone. Currently supports Azure Sql database and Sql Server, with Postgres in the upcoming releases.

Prerequisites

My Skills

asynchandler runs on the stable release of .Net 8 and requires the SDK installed.

https://dotnet.microsoft.com/en-us/download/dotnet/8.0

My Skills

Use docker to run sqlserver or postgres databases, execute docker-compose.

docker compose --project-name some-name up -d

Usage

My Skills

Install the package

Simply install AsyncHandler.EventSourcing package.

dotnet add package AsyncHandler.EventSourcing
Use AddAsyncHandler service collection extension
builder.Services.AddAsyncHandler(asynchandler =>
{
    asynchandler.AddEventSourcing(source =>
    {
        source.SelectEventSource(EventSources.AzureSql, connectionString);
    });
});

Select your event source of choice from SelectEventSource, currently AzureSql and SqlServer are supported.

To continue please visit our GitHub space.

Give us a star ⭐

If you are an event sourcer and love OSS, give us a star. 💜

License

This project is licensed under the terms of the MIT license.

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 (1)

Showing the top 1 NuGet packages that depend on AsyncHandler.EventSourcing:

Package Downloads
AsyncHandler.Workflows

Github workflows and packages

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5 92 10/1/2024
1.0.4 101 9/22/2024
1.0.3 105 9/19/2024
1.0.2 131 9/14/2024
1.0.1 113 9/11/2024
1.0.0 160 9/9/2024
1.0.0-alpha.0 210 9/5/2024