Skip to content

Prefect (https://docs.prefect.io/) Task Flow paradigm base code for data science research

Notifications You must be signed in to change notification settings

debymf/task_flow_ds_base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base code using Task Flow Paradigm

Prefect (https://docs.prefect.io/) Task Flow paradigm base code for data science research

Installing the requirements

pip install -r requirements.txt
pip install -r requirements-dev.txt

Running the tests

Example test:

ENV_FOR_DYNACONF=test nosetests tests/tasks/sample_task/sample_task_test.py 

Running the flows

In order for the cache mechanism to work, run the following:

export PREFECT__FLOWS__CHECKPOINTING=true

or add it to .bashrc:

echo 'export PREFECT__FLOWS__CHECKPOINTING=true' >> ~/.bashrc 

Running the example flow:

python -m  sample.flows.sample_flow

About

Prefect (https://docs.prefect.io/) Task Flow paradigm base code for data science research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%