SimpleCQRS
SimpleCQRS copied to clipboard
Implementation of Azure Blob Event Store
- Added new Project SimpleCqrs.EventStore.AzureBlob ** Implementation of Azure Blob Event Store using class AzureBlobEventStore
- Added new unit test SimpleCqrs.EventStore.AzureBlob.Tests ** Holistic test that inserts 3 domain events, retrieves them and checks for equality ** All tests pass
Should be trivial for anyone to use the AzureBlob event store as constructor parameters are both strings
Wow, cool!