Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

I’m implementing a streaming platform for my capstone project with a microservices architecture (Auth, Registration/Identity, Catalog, Search, Playback/Streaming, Payment, Subscription/Entitlement, ...
0 votes
2 answers
476 views

How can I use !include within Structurizr, allowing more than one file to be added within the same workspace, my attempt: File 1 workspace { # Inclui o outro arquivo antes do model !include /...
user avatar
1 vote
0 answers
68 views

I want to create a C4 diagram using Structurizr Lite and I want to use a different language. The docs say Terminology... This terminology can be changed (e.g. via the DSL terminology keyword, ...
2 votes
1 answer
2k views

I am currently trying to render mermaid C4 diagrams using asciidoctor. Mermaid itself can be rendered using asciidoctor. The following example is working as expected. [mermaid,test] .... timeline ...
1 vote
0 answers
91 views

For programing languages like java/php/.net etc we always have api doc, by going through which we can find out what parameter/argument a method/constructor etc takes. I don't find anything like that ...
cbot's user avatar
  • 162
0 votes
1 answer
893 views

In below plantuml code, i am defining [a] -> [b] after component A, still it is getting rendered before (i.e left of) component A. I want [a] -> [b] to be drawn after (i.e to the right side of) ...
cbot's user avatar
  • 162
11 votes
2 answers
2k views

I am playing with mermaid to build C4 diagrams in GitHub. I cannot find any good way to place elements correctly. I have tried putting 2 elements with a relation between them (see live editor). Both ...
0 votes
0 answers
2k views

For a project I'm working on I'd like to adopt the C4 diagramming language to illustrate technical designs. In order to manage changes to the designs I'd like to use PlantUML so that I can express the ...
4 votes
1 answer
420 views

In my organization we're trying to design our microservices based on the Bounded Context (BC) pattern (part of Domain-driven design). While we're doing this we also try to use another DDD pattern ...
0 votes
1 answer
924 views

I am using the "C4 DSL Extension" of VSCode to show previews of my architecture diagrams. The previews are rendered through the WebviewPanel. The source code can be found here: https://...
1 vote
1 answer
695 views

This is my issue: I'm trying out creating an C4 Model for my personal project and it got me thinking if cloud databases like MongoDB Atlas or authentication services like Auth0 are considered an ...
8 votes
2 answers
4k views

After reading about C4 model and listening Simon Brown's talk I still don't understand how to use it in practice. AFAIK, the main contribution of C4 model is "agreement" on simple ...
VB_'s user avatar
  • 45.9k
2 votes
0 answers
694 views

So I have made a simple React Native recipe app for my Bachelor Thesis to use as a base for implementing analytic tools. I have been getting questions about what the architecture is of my demo ...
1 vote
0 answers
331 views

I am creating a DSL for C4 model diagrams. 1st stab at it is here I decided it would make more sense to separate software concepts and diagram. What this means is the position on the canvas only need ...

AltStyle によって変換されたページ (->オリジナル) /