Async map, reduce, and filter data transformations
npm install abacus-transformabacus-transform
===
Simple async map, reduce, and filter date transformation functions with
callbacks. These functions are very similar to the underscore.js map, reduce,
and filter functions but they can take async functions with callbacks,
generators and promises.