haskell-disque: Client library for the Disque datastore
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]
Downloads
- haskell-disque-0.0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 | 1677 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] |