Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

README.md 797 B

You have to be logged in to leave a comment. Sign In

View on Medium

Prefect + DVC Demo

A demo on how to use Prefect with DVC

Tools Used in This Project

  • DVC: Data version control
  • Prefect: Orchestrate and observe dataflow

Project Structure

  • src: consists of Python scripts
  • config: consists of configuration files
  • data: consists of data
  • notebook: consists of Jupyter Notebooks
  • tests: consists of test files

Set Up the Project

  • Install requirements:
pip install -r requirements.txt

Run the Project

To run all flows, type:

python src/main.py
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...