Skip to content

Shrividya/dbprojects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

dbprojects

A collection of Databricks projects, managed as Databricks Asset Bundles.

Projects

A medallion-architecture lakehouse for NYC taxi trip data (bronze → silver → gold) built with PySpark and Databricks Delta tables.

  • Bronze — raw ingestion of taxi trips (streaming, Auto Loader) and taxi zone lookups (batch CSV) into retail_lakehouse.bronze.*
  • Silver — deduplicates trips and enriches them with pickup/dropoff borough and zone info into retail_lakehouse.silver.*
  • Gold — aggregates enriched trips into a daily revenue table (retail_lakehouse.gold.daily_revenue_table) by date and pickup borough

Each stage is deployed as a Databricks job defined in retail_lakehouse/resources/. See retail_lakehouse/README.md for setup and deployment instructions using the Databricks CLI.

Prerequisites

  • Databricks CLI
  • uv for Python dependency management
  • Access to a Databricks workspace

About

Databricks hands on projects

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages