eventstore: EventStore TCP Client

[ bsd3, database, library ] [ Propose Tags ]

EventStore TCP Client http://geteventstore.com


[Skip to Readme]

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)
Change log CHANGELOG.markdown
Dependencies 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), containers (>=0.5 && <0.6), network (>=2.6 && <2.7), protobuf (>=0.2 && <0.3), random (>=1 && <2), sodium (>=0.11 && <0.12), stm, text (>=1.1.1 && <1.3), time (>=1.4 && <1.6), unordered-containers, uuid (>=1.3 && <1.4) [details]
License BSD-3-Clause
Author Yorick Laupa
Maintainer yo.eight@gmail.com
Category Database
Home page http://github.com/YoEight/eventstore
Bug tracker http://github.com/YoEight/eventstore/issues
Source repo head: git clone git://github.com/YoEight/eventstore.git
Uploaded by YorickLaupa at 2015-06-09T22:18:05Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 41470 total (150 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-06-11 [all 1 reports]

Readme for eventstore-0.8.0.0

[back to package description]

EventStore Haskell TCP client

Join the chat at https://gitter.im/YoEight/eventstore Build Status

That driver supports:

  1. Read event(s) from regular or $all stream (forward or backward).
  2. Write event(s) to regular stream.
  3. Delete regular stream.
  4. Transactional writes to regular stream.
  5. Volatile subscriptions to regular or $all stream.
  6. Catch-up subscriptions to regular or $all stream.
  7. Competing consumers (a.k.a Persistent subscriptions) to regular stream.
  8. Authenticated communication with EventStore server.
  9. Read stream metadata (ACL and custom properties).
  10. Write stream metadata (ACL and custom properties).

TODO

  1. SSL

Requirements

  1. GHC >= 7.8.3
  2. Cabal >= 1.18
  3. EventStore >= 3.0.0 (>= 3.1.0 if you want competing consumers)

Tested on Linux and OSX Yosemite.

BSD3 License