@hackage eventstore0.7.2.1
EventStore TCP Client
Installation
Dependencies (16)
- aeson >=0.8 && <0.9
- 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
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)