eventsource-geteventstore-store-1.2.0: GetEventStore store implementation.

Copyright(C) 2016 Yorick Laupa
License(see the file LICENSE)
MaintainerYorick Laupa <yo.eight@gmail.com>
Stabilityprovisional
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

EventSource.Store.GetEventStore

Description

This module exposes a GetEventStore implementation of Store interface.

Synopsis

Documentation

gesStore :: Settings -> ConnectionType -> IO GetEventStore Source #

Returns a GetEventStore based store implementation.

fromGesEvent :: ResolvedEvent -> SavedEvent Source #

Converts a GetEventStore event to a more abstract SavedEvent event.