Skip to content

davzucky/prefect_presentation

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published