Hey guys! I want to use dagster to orchestrate th...
# ask-community
r
Hey guys! I want to use dagster to orchestrate the data pipelines of the team I work on. The idea is to use docker containers for this. I got an example from the Dagster repository on Github, but it only works for a single repository. How can I work with just one instance of Dagster, but running jobs from multiple repositories? Is there any article or documentation, with examples, that can explain this flow?
c
we don’t have a particular example for this case - but you could certainly do it. It really depends on your particular architecture - the key thing is that you’ll probably need a central dagster repository which can pull in code from all your constituent repos
👍 1