khuyentran1401 / prefect-dvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 77.8%Language:HTML 10.4%Language:CSS 5.8%Language:Makefile 4.7%Language:Dockerfile 1.3%