haskell-disque: Client library for the Disque datastore

[ bsd3, database, library ] [ Propose Tags ]

Disque is an ongoing experiment to build a distributed, in-memory, message broker.Its goal is to capture the essence of the "Redis as a jobs queue" use case, which is usually implemented using blocking list operations, and move it into an ad-hoc, self-contained, scalable, and fault tolerant design, with simple to understand properties and guarantees, but still resembling Redis in terms of simplicity, performance, and implementation as a C non-blocking networked server. This library is a Haskell client for the Disque datastore.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.1.1
Dependencies base (>=4.7 && <5), bytestring, hedis, string-conversions, transformers [details]
License BSD-3-Clause
Copyright 2017 Arek Czarnik
Author Arek Czarnik
Maintainer arekczarnik@gmail.com
Category Database
Home page https://github.com/ArekCzarnik/haskell-disque#readme
Bug tracker https://github.com/ArekCzarnik/haskell-disque/issues
Source repo head: git clone https://github.com/ArekCzarnik/haskell-disque
Uploaded by ArekCzarnik at 2017-07-08T08:09:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1627 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-07-08 [all 1 reports]

Readme for haskell-disque-0.0.1.1

[back to package description]

haskell-disque a client for Disque

Disque is a distributed, in memory, message broker.

NOTE: this is a early state , most of the functionality in this package are not tested and not production ready