Analytics - Code Challenge Repo
docker build -t glofox-lead-challenge-db ./
docker run -d --name my-postgresdb-container -p 5432:5432 glofox-lead-challenge-db
URL: jdbc:postgresql://localhost:5432/glofox USERNAME: postgres PASSWORD: docker
Python 3.9 or higher
pip (Python package installer)
python main.py
Source data CSVs found in /data/ folder.