mongodb-queue: message queue using MongoDB

[ database, library, mit ] [ Propose Tags ]

simple messaging queue using MongoDB. Designed to be worse than real queueing infrastructure but easy to start using if you are already running MongoDB. Rather than polling it Uses tailable cursors, which should actually make this fairly efficient. However, tailable cursors have a bug that makes them use a large amount of CPU when the system is idle.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.1, 0.2.2, 0.2.2.1, 0.2.3.0, 0.2.3.1, 0.2.4, 0.2.5, 0.2.5.1, 0.2.5.2, 0.2.5.3, 0.3, 0.4, 0.4.0.1 (info)
Dependencies base (>4.5 && <5), data-default, lifted-base, monad-control, mongoDB (>=1.4.1.1 && <1.5), network, text, transformers [details]
License MIT
Copyright Daggerboard Inc. makers of docmunch.com
Author Daggerboard Inc. Greg Weber
Maintainer Greg Weber <greg@gregweber.info>
Category Database
Home page https://github.com/docmunch/haskell-mongodb-queue
Source repo head: git clone git://github.com/docmunch/haskell-mongodb-queue.git
Uploaded by GregWeber at 2013-11-17T19:06:37Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11657 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]