Monday, 4 February 2019

Flowage NPM package - simplified transformations and filtering of NodeJS streams

Hi everybody,I want to share a package I made to simplify transformations and filtering of NodeJS streams. Think about it as Underscore.js for streams. I hope that it's going to be helpful.Check it out at https://github.com/mtrunkat/flowageThe basic use case I faced many times was a transformation of a large number of JSON objects that are finally stored in some database. Transformation is the quick part but then you have to then chunk data in size allowed by your database to limit the number of queries and control the flow of the whole stream based on how fast you are able to save the transformed data.Feedback welcome :)

Submitted February 04, 2019 at 10:10AM by marek_prg

No comments:

Post a Comment