AggregateSource
AggregateSource copied to clipboard
Lightweight infrastructure for doing eventsourcing using aggregates
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
NuGet packages for .NET Core would be nice :)
I'm planning to use F# intrinsics to pretty much all testing/impl of Aggregates a la [FsUno](https://github.com/thinkbeforecoding/FsUno). Within the sample are switchable GES/InMemory 'Store' impl consisting of two [F#] functions:- -...
Meet a new citizen ``` csharp public interface IEventConverter { IEnumerable Convert(TEvent @event); } ``` Requires that the IEventDeserializer relaxes a bit as well ``` csharp public interface IEventDeserializer {...
Add the nuget packages to the teamcity nuget feed. Add eventstore log output to build artifacts.
Add support for taking and restoring a snapshot of an aggregate.
Build a set of resources, explore collection api, explore atomfeed, expose them using a NancyModule. The resources revolve around events, streams, causations, correlations, etc ...
Similar to what we did for GetEventStore, download, unzip, rename this dependency.