You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark Seemann edited this page Sep 17, 2014
·
1 revision
AtomEventStore works well with Platform-as-a-Service (PaaS) offerings such as Microsoft Azure, because it doesn't rely on a server component. AtomEventStore is a client library that utilizes a well-known storage format (Atom Syndication Format). Since the client library writes directly to files or the like, it can also be used with e.g. Azure BLOB storage. This is PaaS friendly because you don't have to install and maintain a virtual machine to host a database server.
The optional AtomEventsOnAzure storage class supports Microsoft Azure BLOB storage.