Skip to content

irchanbani/prefect-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prefect-demo

Learning Prefect

Prepare

    make prepare-dev

Local

We need to open 4 terminal that are still in this directory, and make sure docker daemon is running:

  • Run this in terminal 1 (prefect server + UI)
    prefect backend server
    prefect server start
  • Run this in terminal 2 (supervisor)
    prefect agent install local

Copy all the text that occur to supervisord.conf, then run

    supervisord
  • Run this in terminal 3 (agent)
    prefect agent start
  • Run this in terminal 4
    prefect create project new-project-id
    pipenv run python etl-01.py

Result Local

Image 01

About

Learning Prefect

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published