In your terminal, clone this repository by running the following command:
git clone https://github.com/mage-ai/demo_etl_pipeline
Docker
./scripts/start.sh demo_etl_pipeline
pip
mage start demo_etl_pipeline
Open http://localhost:6789 in your browser.
On the left side in the file browser underneath the folder demo_etl_pipeline/pipelines
,
click the pipeline named etl_demo
.
Go back to the tutorial and use the existing code to follow along.