Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including mongoose-hose with all npm packages installed. Try it out:

var mongooseHose = require("mongoose-hose")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

mongoose-hose v2.1.0

Hose is plugin for your Mongoose schema that allows a fixed length array of nested docs. Useful for storing only the newest subdocs while leaving he oldest to be lost. When a doc is pushed into the array, if length is more than the limit the oldest will be deteted. First in First out (deleted). However this is done as a single atomic Mongo query to prevent race conditions.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free