an opinionated implementation of resque in node
git@github.com:stalniy/ucast.git
git@github.com:stalniy/ucast.git
A database migration tool for MongoDB in Node
MongoDB session store for Express and Connect
Sanitize your express payload to prevent MongoDB operator injection.
An API for interacting with a MongoDB document or modifier
Transform objects to MongoDB update instructions
TypeScript definitions for migrate-mongo
Resque Queue for AdonisJS v6
Helper to sanitize mongodb queries against query selector injections
[](https://circleci.com/gh/mycodeself/mongo-migrate-ts)
The ultimate Node.js library for populating your MongoDB database.
Casbin Watcher based on MongoDB Change Streams
TypeScript definitions for mongo-sanitize
Make it easy to return cursor-paginated results from a Mongo collection
MongoDB database adapter for ShareDB
Mongo family descriptor for Prisma Next
Mongo adapter for Better Auth
Contract types and validation for Prisma Next MongoDB support
Provides a Mongo store for the express-rate-limit middleware.
Adapter and driver interfaces for Prisma Next MongoDB lowering
Primitive value types for Prisma Next MongoDB support
tbc
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Mongo-Resque is the same thing, but for mongo. It would not exist without the work of defunkt and ctrochalakis on github.
Resque-mongo is a fork of resque that uses mongo as a queue backend. Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Provides a way of keeping track of batches of jobs, completion status, start time etc. using a MongoDb collection
Resque-mongo is a MongoDB-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. \ Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: \ * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Light weight job scheduling on top of Resque Mongo. Adds methods enqueue_at/enqueue_in to schedule jobs in the future. Also supports queueing jobs on a fixed, cron-like schedule.
Resque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Resque-igo is the same thing, but for mongo. It would not exist without the work of defunkt and ctrochalakis on github. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers.
Workflow library with DSL to define workflows, activities and integration with Mongo and Resque/Redis