Quick question, when creating a new project, can t...
# ask-community
t
Quick question, when creating a new project, can that be over-arching for say like a team that will be using Dagster or are the projects meant to be broken out? Say I have 5 repo's each with different code to perform a different function, would I create a different project for each one of those or would I be able to encompass all of them under one project?
c
you would absolutely be able to encompass them all within the same project. The only reason you would need to put them in different projects was if you wanted some level of code isolation between them - but if that is not a concern they can all live in the same project. You can have them deployed separately by having each repo live in its own code location, and if that’s even unnecessary you can use different asset groups to separate out your different functions