context-map-generator icon indicating copy to clipboard operation
context-map-generator copied to clipboard

A graphical DDD Context Map Generator based on Graphviz

Results 7 context-map-generator issues
Sort by recently updated
recently updated
newest added

How can I show the aggregate root in the context map? e.g. this picture from Domain Driven Design Distilled ![Context Map with Aggregates](https://user-images.githubusercontent.com/5517/135974168-e02d6ea0-881d-48fe-ad35-2b8e681ba761.png)

ContextMapper requires GraphViz for rendering the context maps. This can be difficult in a corporate environment both on the local developer pc due to missing admin rights as well as...

An aggregate might be present in multiple bounded contexts, in different forms. For example, as described in https://docs.microsoft.com/en-us/dotnet/architecture/microservices/architect-microservice-container-applications/identify-microservice-domain-model-boundaries (Figure 4-10), a `User` from one bounded context can be a `Buyer`...

When modeling three contexts `ContextA`, `ContextB`, `ContextC` with `ContextA` providing an OHS `ServiceA` to both `ContextB` and `ContextC` where the relationships `ContextA -> ContextB` and `ContextA -> ContextC` have the...

It would be great to have the kroki server (https://kroki.io/) generate the context map diagram. This would allow build workflows without the need to install Graphviz on the local system.

Environment MacOS Catalina 10.15.3 Eclipse 2019-12 (4.14.0) ContextMapper plugin installed as per instructions graphviz installed via home brew (brew install graphviz) $which dot returns /usr/local/bin/dot Create .cml with an example...

Is it possible or could be added the capability of displaying the exposed aggregates in the relationship between 2 bounded context like it's currently being done with the "implementationTechnology" pattern?...