Data Pipeline: moving records from CSV to MySQL using ORM framework (Node.js, Sequelize, MySQL).



Data Pipeline: moving records from CSV to MySQL using ORM framework (Node.js, Sequelize, MySQL).

Data Pipeline: moving records from CSV to MySQL using ORM framework (Node.js, Sequelize, MySQL).

Importing data from a data source to another is quiet important activity. Here we are going to build an example which data comes from a csv file and it is going to be loaded in a structured table from mysql. It is also part of ETL process, which we are going to extract just the data that is important to a certain context, loading just relevant that to our RDBMS.

Lets explore the Sequelize ORM framework for node.js. Here we are going to play together with the possibilities this framework provides when handling data from another data sources, such as mysql database as we are going to explore here.

Hope you enjoy the video and can utilize this content for helping you in the achievement of you personal and professional goals.

Knowledge is one of few things we can share without reducing or subtracting it. This channel is an attempt to bring education about technology, without costs, to all corners of the planet. We believe technology knowledge in good hands, like yours, can assist to build a better world.

Do you want to support this channel? Please just subscribe.

It is not what you gather but what you scatter that tells what kind of life you have lived.
Helen Walton

Live as if you were to die tomorrow. Learn as if you were to live forever.
Mahatma Gandhi

Comments are closed.