InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by data pipeline? |
|
Answer» A data pipeline is a SYSTEM for transporting data from ONE location (the source) to ANOTHER (the destination) (such as a data warehouse). Data is converted and optimized along the journey, and it eventually reaches a state that can be evaluated and used to produce business insights. The PROCEDURES involved in aggregating, organizing, and transporting data are referred to as a data pipeline. Many of the manual tasks NEEDED in processing and improving continuous data loads are automated by modern data pipelines. |
|