SimpleCQRS icon indicating copy to clipboard operation
SimpleCQRS copied to clipboard

Implementation of Azure Blob Event Store

Open stemarie opened this issue 13 years ago • 1 comments

  • 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

stemarie avatar Jul 27 '12 23:07 stemarie

Wow, cool!

darrencauthon avatar Jul 28 '12 03:07 darrencauthon