EventStore Haskell TCP client

That driver supports:
- Read event(s) from regular or $all stream (forward or backward).
- Write event(s) to regular stream.
- Delete regular stream.
- Transactional writes to regular stream.
- Volatile subscriptions to regular or $all stream.
- Catch-up subscriptions to regular or $all stream.
- Competing consumers (a.k.a Persistent subscriptions) to regular stream.
- Authenticated communication with EventStore server.
- Read stream metadata (ACL and custom properties).
- Write stream metadata (ACLÂ and custom properties).
TODO
- SSL
Requirements
- GHC >= 7.8.3
- Cabal >= 1.18
- EventStore >= 3.0.0 (>= 3.1.0 if you want competing consumers)
Tested on Linux and OSX Yosemite.
BSD3 License