Archinsight project tends to implement architecture-as-code definition
of a standard c4 architecture model. This project offers a new Insight
language designed in such way that an Architect can focus on
architecture definition, not visualization. Compared to UML,
the Insight language is more specific and is unable to describe an
arbitrary entity, but shorter and probably easier to use.
Unlike other UML software, such as PlantUML, Archinsight would offer it's user:
- A specific Insight language to describe c4 model
- Model integrity check by compiler
- Model interactivity
- Architecture introspections from highest to lowest level in one place
Preview language and features in Playground
To build Archinsight from source, you need:
- JDK 17
- Docker
To run a build use command:
./gradlew clean dockerBuild
This will build Compiler, Renderer and Editor UI services into docker images and place them into your local docker repository
Archinsight - c4 architecture as code.
Copyright (C) 2022 Alexey Zaytsev <lonelylockley@gmail.com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.