Replies: 2 comments 2 replies
-
If each sub-project has its own |
Beta Was this translation helpful? Give feedback.
-
@kendonB if you are open to using an S3 backend as your cache, you could just set all of the subprojects to use the same bucket as the backend. Then, in effect, you have a global cache for all your projects. I hope that's clear, if it is not let me know and I'll try break it down a bit. |
Beta Was this translation helpful? Give feedback.
-
One of my teams has a large project that consists of many disparate analyses, with very few interactions between these subprojects.
Currently, each subproject has its own
drake
cache, in its subfolder.However, to keep us sane, we made an early choice to always have the assumed working directory be the root folder of the project. The cache location is set explicitly in each
drake
project.If we were to convert this project to
targets
or start a new subproject usingtargets
, what would be the best approach to take?Obviously the desirable features are:
Beta Was this translation helpful? Give feedback.
All reactions