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);
v1.1.1•Published 9 years ago
This package has not had recent updates. Please investigate it's current state before committing to using it in your project.
MongoDB aggregation pipeline implementation in JavaScript. Wrapper around meteorhacks/js-pipes node module.
1var pipeline = new Pipeline(stages); 2var result = pipeline.apply(dataset);