@hackage eventstore0.8.0.0
EventStore TCP Client
Installation
Dependencies (16)
- aeson >=0.8 && <0.10
- async >=2.0 && <2.1
- attoparsec
- base >=4.7 && <5
- bytestring >=0.10.4 && <0.11
- cereal >=0.4 && <0.5 Show all…
Dependents (2)
@hackage/eventsource-geteventstore-store, @hackage/acme-everything
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