Nowadays data sources that we as Software Engineers process become larger and larger. Due to this reason, we need efficient ways to be able to process it in small quantities and sequential manner. One of the ways to receive that – using Node.js internal structure which is called streams. This presentation investigates how this aforementioned Node.js functionality could help us tackle nowadays problems in a clean, composable, and efficient way.