mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
21 lines
No EOL
958 B
Markdown
21 lines
No EOL
958 B
Markdown
# Fleet architecture documentation
|
|
|
|
This directory contains high-level architecture documentation for Fleet.
|
|
|
|
## Overview
|
|
|
|
- [High-level architecture](high-level-architecture.md) - Overview of Fleet's architecture
|
|
- [Infrastructure](infrastructure.md) - Documentation on Fleet's infrastructure
|
|
- [Modular monolith](modular-monolith/README.md) - Fleet's transition to a modular monolith with bounded contexts
|
|
|
|
## Product group architecture
|
|
|
|
Each product group has its own architecture documentation:
|
|
|
|
- [MDM Architecture](mdm/README.md) - Architecture documentation for MDM
|
|
- [Orchestration Architecture](orchestration/README.md) - Architecture documentation for Orchestration
|
|
- [Software Architecture](software/README.md) - Architecture documentation for Software
|
|
|
|
## Architectural Decision Records
|
|
|
|
For significant architectural decisions, we use [Architectural Decision Records (ADRs)](../adr/README.md) to document the context, decision, and consequences. |