-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Domain Driven Design diagrams and syntax #1624
Comments
+1 |
1 similar comment
+1 |
+1 |
2 similar comments
+1 |
+1 |
Hello everyone, I'm available to help implement something or assist anyone who needs it. Has anyone started working on this issue or are there any updates? |
FYI: You might want to look at riddl, which defines bounded contexts, domains, adaptors (acls), message processors, and many other concepts via a textual language. It has a validating compiler that produces an Abstract Syntax Tree (AST) and various passes to do whatever you want with it. One of those things is a DIagramsPass to develop mermaid diagrams from the AST. This is a pre-1.0 project but its been through 30+ pre-releases already. All that is left before 1.0 is finishing the diagrams pass and correcting the documentation. Documentation is |
+1 |
Would it be possible to provide syntax and diagram styles for Domain Driven Design.
Good example: https://contextmapper.org/
Where there is a lot of existing support from Mermaid, but some DDD concepts like ACL or similar building-block objects it's a bit inconvenient to do code/draw.
The text was updated successfully, but these errors were encountered: