I have a codebase (standard cookiecutter DS projec...
# ask-metaflow
w
I have a codebase (standard cookiecutter DS project ) that I want to start refactoring into workflows with Metaflow. Should I build another repo?
v
not necessarily. You can get started by adding one file with a flow in your existing repo
if you have existing modules in your repo, it might be beneficial to add the flow file there so you can use all the existing functionality with minimal effort See here for ideas how to structure projects
🙌 1