Skip to content

PrefectHQ/prefect-demo-stocks

Repository files navigation

Prefect 2 Demo

In this introductory Prefect demo we'll run an ETL pipeline with stock data and explore Prefect features.

Set up

On a machine with conda installed run the following commands from the terminal:

conda create -n demo python
conda deactivate
conda activate demo

pip install -U prefect, yfinance

The sequentially numbered script files are used to guide you through Prefect basics.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages