eventstore: EventStore Haskell TCP Client

[ bsd3, database, library ] [ Propose Tags ]

EventStore Haskell TCP Client


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.1.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.6.0.0, 0.6.0.1, 0.7.0.0, 0.7.0.1, 0.7.1.0, 0.7.2.0, 0.7.2.1, 0.8.0.0, 0.9.0.0, 0.9.1.0, 0.9.1.1, 0.9.1.2, 0.9.1.3, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.11.0.0, 0.12.0.0, 0.13.0.0, 0.13.0.1, 0.13.1.0, 0.13.1.1, 0.13.1.2, 0.13.1.3, 0.13.1.4, 0.13.1.5, 0.13.1.6, 0.13.1.7, 0.14.0.0, 0.14.0.1, 0.14.0.2, 0.15.0.0, 0.15.0.1, 0.15.0.2, 1.0.0, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.4.0, 1.4.1, 1.4.2, 1.4.3 (info)
Dependencies aeson (>=0.8 && <0.9), async (>=2.0 && <2.1), attoparsec (>=0.12 && <0.13), base (>=4.7 && <4.8), bytestring (>=0.10.4 && <0.10.5), cereal (>=0.4 && <0.5), containers (>=0.5 && <0.6), network (>=2.6 && <2.7), protobuf (>=0.2 && <0.3), random (>=1 && <2), sodium (>=0.11 && <0.12), stm (>=2.2 && <2.5), text (>=1.1.1 && <1.2), time (>=1.4 && <1.6), uuid (>=1.3 && <1.4) [details]
License BSD-3-Clause
Author Yorick Laupa
Maintainer yo.eight@gmail.com
Category Database
Source repo head: git clone git://github.com/YoEight/eventstore.git
Uploaded by YorickLaupa at 2014-12-25T20:15:05Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 41543 total (157 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2014-12-25 [all 1 reports]

Readme for eventstore-0.1.1.0

[back to package description]

EventStore Haskell TCP client

Basically, all we have for now are:

  1. NewEvent
  2. DeleteStream
  3. Transaction
  4. ReadEvent
  5. ReadStreamEvents (Forward and Backward)
  6. ReadAllEvents (Forward and Backward)
  7. Volatile subscriptions

TODO

  1. All kind of Subscriptions
  2. Authentication
  3. SSL

Requirements

  1. GHC >= 7.8.3
  2. Cabal >= 1.20
  3. EventStore >= 3.0.0

(Don't know if it works on Windows)