Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 703 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 703 Bytes

Prefect presentation

This repository contain a Prefect presentation jupyter notebook that I used. I ran this presentation in about 40mins

Presentation content

This presentation go through

  • Background with prefect
  • Run a real example of downloading Index Market data
  • Show how flow definition and infrastructure are abstracted
  • Present Prefect Server/Cloud

How can I use the presentation?

You can use this presentation or change for your own use requirements.

  1. Create a virtual env
virtualenv venv
  1. Activate the virtual env
source venv/bin/activate
  1. Install dependencies
pip install -r requirement.txt
  1. Start local Jupyter
jupyter notebook .