By: Drew White
My part of a larger project located here: Team Week 2
This repository demonstrates the creation of an ELT pipeline in dbt, using city crime data sourced from public kaggle datasets.
- Python
- SQL
- BigQuery
- DBT
- Looker Studio
- Make new directory:
mkdir <new-directory> cd <new-directory>
- Clone repository:
git clone https://github.com/Drewrwhite/la_crime_analysis.git
- Set up a virtual environment in your terminal:
python3.7 -m venv venv
- Activate the environment:
source venv/bin/activate - Install requirements.txt:
pip install -r requirements.txt
- Open directory:
code .
- No known bugs
If you find any issues, please reach out at: d.white0002@gmail.com.
Copyright (c) 2023 Drew White


