Warning
π§ Work in Progress: This page is currently under construction. Content may be incomplete or subject to change. To contribute, see the contribution guide.
Architecture Decision Records (ADRs)
ADRs record significant architectural decisions: what was decided, why, and which alternatives were considered.
Why use ADRs?
With team turnover and an evolving system landscape, itβs common to lose context around technical decisions. ADRs create an organizational memory that answers the question: βwhy did we do it this way?β
How to create an ADR
- Copy the template:
standards/templates/template-adr.md - Name it
ADR-NNN-short-title.md(sequential numbering) - Fill in all fields
- Open a PR on GitHub for architecture team review
Recorded ADRs
| ID | Title | Status | Date |
|---|---|---|---|
| ADR-001 | Data lake on BigQuery (GCP) | β Accepted | 2024 |
| ADR-002 | Authentication via Entra ID | β Accepted | 2024 |
| ADR-003 | Documentation portal: MkDocs + Azure Static Web Apps | β Accepted | 2025 |
Possible statuses
- Proposed β under discussion
- Accepted β decision made and in effect
- Deprecated β replaced by another ADR
- Superseded β replaced; reference the new ADR