How to filter related components from other containers in component view? #228
-
Considering the following example, where 2 Services interact with different Schemas on the same DB instance, I have not found out how to filter the component view as I would like to:
In the component view for container In the component view for I think I get why the component view only shows the other containers as black-boxes per default, but it feels like it should be possible to get this "filtered white-box" view at the component level. The docs on container view inspired me to try this, now I am kind of stuck. Help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It depends on the technology you're using, but I'd probably model the database schemas as containers rather than components, since the schemas can be deployed onto the same DB server instance (one deployment node), or separate DB server instances (two deployment nodes). If you modify your DSL to adopt this approach, you'll likely find it easier to create the views you're looking for. |
Beta Was this translation helpful? Give feedback.
-
Updated workspace:
Thanks for taking the time to answer! |
Beta Was this translation helpful? Give feedback.
It depends on the technology you're using, but I'd probably model the database schemas as containers rather than components, since the schemas can be deployed onto the same DB server instance (one deployment node), or separate DB server instances (two deployment nodes). If you modify your DSL to adopt this approach, you'll likely find it easier to create the views you're looking for.