structurizr / dsl

Structurizr DSL
https://docs.structurizr.com/dsl
Apache License 2.0
1.41k stars 266 forks source link

Custom relationship between instances #345

Closed nikola-zivkov closed 11 months ago

nikola-zivkov commented 11 months ago

Question

Hi @simonbrowndotje

I have a problem which is similar to that discussed in https://github.com/structurizr/dsl/issues/39.

The best way to describe my problem is to use your "Big Bank plc" live deployment diagram. Namely, is it possible to have a different text in the relationship between the "API Application" instance and the "Secondary Database" instance?. More specifically, I would like for the text in that relationship to be "Reads from" while the one between the "API Application" instance and the "Primary Database" instance to remain "Reads from and writes to".

Thanks, Nikola