An open API service indexing awesome lists of open source software.

https://github.com/gautada/structurizr

A self-contained local copy of structurizr.
https://github.com/gautada/structurizr

code container design

Last synced: 2 months ago
JSON representation

A self-contained local copy of structurizr.

Awesome Lists containing this project

README

          

# structurizr

[structurizr](https://structurizr.com) builds upon "diagrams as code",
allowing you to create multiple software architecture diagrams from a single
model. There are a number of tools for creating Structurizr compatible
workspaces, with the Structurizr DSL being the recommended option for most
teams. This Structurizr DSL example creates two diagrams, based upon a single
set of elements and relationships

[GitHub](https://github.com/structurizr)

## Notes

- 2025-03-04 - Issue with Java/OpenJDK on Alpine and working on M-series
Macs. This image uses early-release of [OpenJDK](https://openjdk.org)
from [jdk.java.net](https://jdk.java.net) to handle the issue. Make sure to
provide a build argument for `JAVA_VERSION` to download the appropriate build.
- 2025-10-08 - Above issue resolved and moving back to Alpine Linux.