Sep 03 2011
∞
Attachments.Me: A Fast, Simple, Queue Built on MongoDB
Karait is a fast and simple queue API built on top of capped collections in MongoDB.
Why did we build this instead of using an existing solution, such as SQS, Redis, or RabbitMQ?
We need a messaging queue for some fairly specific, and not very high load things:
- Shutting down an entire set of…