# archguard **Repository Path**: hwlsniper/archguard ## Basic Information - **Project Name**: archguard - **Description**: ArchGuard 是一个架构治理工具,用于管理和分析组织级别的软件架构。 结合 C4 模型,进行依赖分析,含容器级别(服务级别)、组件级别(/模块级别)、代码级别、数据库级别等。 同时,可以创建系统的架构适应度函数,度量系统的各项指标。 - **Primary Language**: Kotlin - **License**: MIT - **Default Branch**: master - **Homepage**: https://archguard.org/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 25 - **Created**: 2022-04-23 - **Last Updated**: 2022-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ArchGuard backend [![CI](https://github.com/archguard/archguard-backend/actions/workflows/ci.yml/badge.svg)](https://github.com/archguard/archguard-backend/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/archguard/archguard-backend/branch/master/graph/badge.svg?token=QS5H866CWH)](https://codecov.io/gh/archguard/archguard-backend) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/archguard/archguard-backend) > ArchGuard is a architecture governance tool which can analysis architecture in container, component, code level, database, create architecture fitness functions, and test for architecture rules. Chinese: ArchGuard 是一个架构治理工具,用于管理和分析组织级别的软件架构。 结合 [C4 模型](https://c4model.com),进行依赖分析,含容器级别(服务级别)、组件级别(/模块级别)、代码级别、数据库级别等。 同时,可以创建系统的架构适应度函数,度量系统的各项指标。 Document: [https://archguard.org/](https://archguard.org/) Others: - [ArchGuard Frontend](https://github.com/archguard/archguard-frontend) - [ArchGuard Scanner](https://github.com/archguard/scanner) - [Chapi](https://github.com/modernizing/chapi) source code analysis Screenshots:
1 2
3
Languages parse by [Chapi](https://github.com/modernizing/chapi) | Features/Languages | Java | Python | Go | Kotlin | TypeScript | C | C# | Scala | C++ | |---------------------|------|--------|-----|--------|------------|-----|-----|-------|-----| | http api decl | ✅ | 🆕 | 🆕 | ✅ | ✅ | 🆕 | ✅ | 🆕 | 🆕 | | syntax parse | ✅ | ✅ | ✅ | ✅ | ✅ | 🆕 | ✅ | ✅ | 🆕 | | function call | ✅ | 🆕 | | ✅ | ✅ | | | | | | arch/package | ✅ | | | ✅ | ✅ | | ✅ | ✅ | | | real world validate | ✅ | | | | ✅ | | | | | ### Chat 欢迎加入我们: (PS:如果群满,请添加微信 `phodal02`,并注明 ArchGuard) License --- @2020~2022 Thoughtworks. This code is distributed under the MPL license. See `LICENSE` in this directory.