Hi all! We're starting to dip our toes into prefec...
# prefect-getting-started
d
Hi all! We're starting to dip our toes into prefect for orchestrating our production pipelines and where wondering if there where any skeletons / references / best practices around how to split our modules, and our repo structure in general?
👍 1
n
hi @Demian Licht - here an example, although I'd say it really depends on a lot of things what the ideal repo structure is. in this case, I want to have a library
prefect-pack
where I can define utilities for both my deployment process, as well as utilities for the flows themselves to use
👀 1