Skip to content

Data workflows using Airflow, dbt, Jupyter, Docker, and DuckDB

License

Notifications You must be signed in to change notification settings

christophermanning/data-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

data-workspace

A workspace for data engineering, data analytics, and data science workflows.

Components

Running

  • make dev to start a tmux session with windows for vim and docker-compose to run the services
  • make shell to open an console for interacting with dbt
  • make dbt-build to run dbt build
  • make dbt-test to run dbt test
  • make format to autoformat sql files with sqlfluff
  • http://localhost:3000 to list services

Notes

  • Geo data is stored in the EPSG:3857 format i.e. POINT(longitude, lattitude)

About

Data workflows using Airflow, dbt, Jupyter, Docker, and DuckDB

Resources

License

Stars

Watchers

Forks