meteorhacks:js-pipes

v1.1.1Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteorhacks:js-pipes

MongoDB aggregation pipeline implementation in JavaScript. Wrapper around meteorhacks/js-pipes node module.

Usage

1var pipeline = new Pipeline(stages);
2var result = pipeline.apply(dataset);