Data Engineering DocsΒΆ
Welcome to the Data Engineering team documentation.
π Data Pipelines
Complete documentation for all project pipelines.
π Guidelines
Team coding standards and deployment guides.
π SQL Reference
Common SQL queries and optimization tips.
π Python Code
Reusable Python functions and utilities.
Architecture OverviewΒΆ
flowchart LR
A[App Scripts] --> B[BigQuery]
B --> C[LookerStudio]
style A fill:#e1f5fe
style B fill:#c8e6c9
style C fill:#fff3e0
Quick StartΒΆ
# Clone and setup
git clone https://github.com/prashanthkadasi/pi-docs.git
cd pi-docs
pip install -r requirements.txt
# Build docs
make html