ETL: Extract Data with Node.js

Опубликовано: 25 Январь 2021
на канале: Hey Node
3,074
37

See the written version of this tutorial for links to prerequisites and related tutorials: https://heynode.com/tutorial/extract-...

The first step in a Node ETL (Extract, Transform, Load) pipeline is to extract the data that we will be transforming and loading. In this tutorial, we will be creating the extract step in our ETL pipeline in order to extract the data we need from the data source and write the query for extraction.

By the end of this tutorial, you should be able to create an extract step for a Node ETL pipeline.

Heynode.com: The best online Node.js courses and tutorials to help you solve hard problems fast.