/local_dev_doocker_de

Setting up a local development environment for python data projects using Docker

Primary LanguagePython

Local development environment for python data projects, with Docker

Code for the post: Setting up local dev environment with Docker

Pre-requisite

To run the code, you will need

  1. Docker and Docker Compose
  2. git

Clone the git repo and run the ETL as shown below.

git clone https://github.com/josephmachado/local_dev.git
cd local_dev
make up
make ci # run tests and format code
make run-etl # run the ETL process
make down # spins down the containers

For more details, please read the post: Setting up local dev environment with Docker.