This is a simple data pipeline project.
Python 3.x
venv (for creating a virtual environment)
Dependencies (listed in requirements.txt)
Clone the repository:
git clone https://github.com/chellick/DataPipelineHW.git
cd DataPipelineHWCreate a virtual environment:
python -m venv venvActivate the virtual environment:
On Windows:
.\venv\Scripts\activateOn Mac/Linux:
source venv/bin/activateInstall dependencies:
pip install -r requirements.txtRun the pipeline:
python main.py