From the course: Build a No-Code ETL Pipeline with Google BigQuery
Unlock this course with a free trial
Join today to access over 24,500 courses taught by industry experts.
Real-world project in BigQuery - BigQuery Tutorial
From the course: Build a No-Code ETL Pipeline with Google BigQuery
Real-world project in BigQuery
- [Instructor] In this course, we're not just talking theory, we're getting hands-on with a real-world project. The entire focus of this course is to build a practical end-to-end data pipeline in BigQuery. Each chapter going forward, will guide you through this project step by step until we have a fully functional solution that automates data ingestion, transformation, and visualization. For this project, we'll be working on a dataset of global stock prices sourced from Kaggle that provides daily updates on some of the world's most prominent stocks. This makes it a rich source for analysis and a great way to learn how to work with ever-changing data. This project mirrors what many companies do daily, setting up systems to process and analyze vast amounts of data, ensuring they always have the freshest insights available. To start, we'll focus on the data load process, ensuring we have a reliable way to get data from the source into our project on a regular basis. For this purpose, we…