anonimongo icon indicating copy to clipboard operation
anonimongo copied to clipboard

mongo queue

Open timotheecour opened this issue 3 years ago • 1 comments

feel free to close as off topic, but just wanted to open this as a placeholder for discussion, or in case someone has already built it and is willing to share, to link to here.

mongodb can be used as a queuing service, eg https://github.com/chilts/mongodb-queue, with benefits of simplicity for people already using mongodb.

This should be a separate package from anonimongo (separation of concerns) that would depend on anonimongo but seems like a nice self-contained utility.

links

  • https://github.com/chilts/mongodb-queue
  • http://mongodb.github.io/node-mongodb-native/schema/chapter7/
  • https://stackoverflow.com/questions/9274777/mongodb-as-a-queue-service

timotheecour avatar Aug 23 '20 20:08 timotheecour