@hackage eventstore0.5.0.0
EventStore TCP Client
Installation
Dependencies (13)
- aeson >=0.8 && <0.9
- async >=2.0 && <2.1
- base >=4.7 && <4.8
- bytestring >=0.10.4 && <0.10.5
- cereal >=0.4 && <0.5
- containers >=0.5 && <0.6 Show all…
Dependents (2)
@hackage/eventsource-geteventstore-store, @hackage/acme-everything
EventStore Haskell TCP client
Basically, all we have for now are:
- NewEvent
- DeleteStream
- Transaction
- ReadEvent
- ReadStreamEvents (Forward and Backward)
- ReadAllEvents (Forward and Backward)
- Volatile subscriptions
- Authentication
- Catchup subscriptions
TODO
- Persistent Subscriptions
- SSL
Requirements
- GHC >= 7.8.3
- Cabal >= 1.20
- EventStore >= 3.0.0
(Don't know if it works on Windows)