Is it common practice to have Dagster projects exi...
# ask-community
c
Is it common practice to have Dagster projects exist in a monorepo? I'm trying to figure out the best way to organize all of our Dagster projects and dependencies across tenants
j
hey @Chris S a monorepo is a great choice! you should be able to get multiple repos working as well, but it’s really up to you and what works best for your project
❤️ 1
z
I'll second that monorepos are a great way to organize Dagster deployments. If you have the skillset / manpower on your team investing in a tool like Pants (with each user code location modeled as a separate target) can be a really great way to manage your Dagster monorepo.
❤️ 1