davzucky / prefect_presentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

License:MIT License


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.2%Language:Shell 0.4%