Skip to content

A Simple Extract, Transform, Load Pipeline in Node js

Notifications You must be signed in to change notification settings

fmainga/ETL-Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Demonstration of an ETL Pipeline in Node Js

How to Run Demo

  1. npm install
  2. npm start

A new json file will be created in the root directory with transformed dataset.

The demo covers:

1. Data extraction

From jsonplaceholder api

2. Data Transformation

  1. Removed some datapoints
  2. Renamed some datapoints

3. Load

Wrote the transformed dataset to a json file. Could be a db or API

This is just a simple demo to demonstrate the ETL Pipeline concept:)

About

A Simple Extract, Transform, Load Pipeline in Node js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published