How to implement ETL Application using Hasura GraphQL Engine And Next.js

1 · Aswin VB · Feb. 8, 2019, 10:56 a.m.
How to Implement ETL Application using Hasura GraphQL Engine And Next.jsWhat is ETL 💭?ETL is short for extract, transform, load, three database functions that are combined into one tool to pull data out of one database and place it into another database.Extract is the process of reading data from a database. In this stage, the data is collected, often from multiple and different types of sources.Transform is the process of converting the extracted data from its previous form into the form it nee...