dsl icon indicating copy to clipboard operation
dsl copied to clipboard

Structurizr DSL

Results 14 dsl issues
Sort by recently updated
recently updated
newest added

I have a use case were we can to show to software systems in the container view like so: I know this is not entirely aligned with the C4 model...

It seems that the use of an `element` with a relationship results in exports that are invalid. Here's the simplest example I could reduce it to: ``` workspace { model...

Hi! I wonder why the language doesn't provide any means to connect two perspectives between each other ? I have been using perspectives to describe processes within a system for...

Hi! Thanks for this great tool I'm trying to document an architecture for microservices using docs and markdown I want to document each microservice on a separate file and then...

Hello! Thanks for this great tool, I'm trying it out for my first time right now. :) It doesn't seem that everything is colorable - this is disappointing, as I...

Is there a way to have multiline strings in the DSL ? This would allow for easier readability of long fields such as descriptions or perspectives. Also what is the...

What's the best way to represent a set of ECS clusters on AWS using the Structurizr DSL? https://docs.aws.amazon.com/AmazonECS/latest/userguide/clusters.html

Hey :wave: I have recently been using Structurizr DSL a bit and have been finding it a little tricky to navigate the markdown pages in Github so I thought I...

Given the following example of dynamic view including parallel sequence: ``` workspace { model { a = softwareSystem "A" b = softwareSystem "B" c = softwareSystem "C" d = softwareSystem...