Skip to content

A template to quickly set up the prefect workflow orchestration engine.

Notifications You must be signed in to change notification settings

anshajk/prefect-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prefect orchestration boilerplate

The focus of this project is to create a complete data engineering solution using the Prefect workflow engine.

Requirements

Development setup

  • Create a python environment with conda create -n prefect-env python=3.8
  • Activate the python environment with conda activate prefect-env
  • Install the requirements with pip install -r requirements.txt
  • Create a user token and add it to the prefect CLI with prefect auth login -t <COPIED_TOKEN>
  • Create a runner token and save this token in the .env file
  • Start an agent with prefect agent start --name "<Name of the agent>" --token <RUNNER TOKEN>

About

A template to quickly set up the prefect workflow orchestration engine.

Topics

Resources

Stars

Watchers

Forks