https://github.com/justinjsd/analytics-engineering
📊 A repository focusing on analytics engineering, particularly using dbt on the Northwind Sample dataset
https://github.com/justinjsd/analytics-engineering
bigquery dbt sql
Last synced: 10 days ago
JSON representation
📊 A repository focusing on analytics engineering, particularly using dbt on the Northwind Sample dataset
- Host: GitHub
- URL: https://github.com/justinjsd/analytics-engineering
- Owner: justinjsd
- Created: 2024-11-04T06:51:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-15T13:17:14.000Z (over 1 year ago)
- Last Synced: 2025-04-04T16:44:23.963Z (about 1 year ago)
- Topics: bigquery, dbt, sql
- Homepage:
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 Analytics Engineering Bootcamp
Welcome to the Analytics Engineering Bootcamp project! This repository serves as a collection of my work and learnings throughout the bootcamp, focusing on developing skills in analytics engineering, particularly using dbt.
## 🛠️ Tech Stack




## 🚀 Project Structure
- **northwind_analytics/**: This folder contains all the project files and code developed during the bootcamp.
- **resources/**: This directory includes essential files and documentation needed for the project.
## 📁 Folder Overview
### ae_bootcamp/
In this directory, you will find:
- **dbt Models**: SQL models that transform raw data into usable analytics.
- **Documentation**: Information on how to use the models, including setup instructions and usage guidelines.
- **Tests**: Unit tests to ensure the quality and reliability of the models.
### resources/
This folder includes:
- **CSV Files**: Essential datasets required for the project.
- **Documentation**: Basic guides and references to support the project.
## 📚 Getting Started
To get started with the project, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/yourusername/analytics-engineer-bootcamp.git