/SimpleCqrs.EventStore.AzureTable

Implementation of IEventStore for the SimpleCqrs library.

Primary LanguageC#

SimpleCqrs.EventStore.AzureTable

Azure Table Storage implementation of the IEventStore interface for the SimpleCQRS library.

This code depends on the AzureCloudTableContext.Api library which is included in the Nuget package but the source code can be found here: https://github.com/Hallmanac/AzureCloudTable

To install via Nuget...

PM> Install-Package SimpleCqrs.EventStore.AzureTable -Pre