Streaming Magic: Unleashing the Power of Node.js Streams for Data Processing - Brian Evans at LNUG

Описание к видео Streaming Magic: Unleashing the Power of Node.js Streams for Data Processing - Brian Evans at LNUG

NodeJS provides a brilliant built-in "stream" module for working with data streams. It is well suited for processing large data files and its promises API super-charges working with async iterables, such as paginating items from an API. This talk will feature a real time coding demo of how I've written simple data processing scripts for quick analysis at work, rapidly and effectively crafted using the node:stream/promises module. I'll also present some bonus developer tips on other use cases for the highly flexible Readable stream API.

Brian Evans is a full stack software engineer working in London using Javascript/Typescript.

https://brianevans.tech

Комментарии

Информация по комментариям в разработке