Skip to content

Commit b77bcf3

Browse files
feat: includes a centralized section with icons representing key technologies and a table
explaining the role of each in comanda's architecture.
1 parent d2cb726 commit b77bcf3

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,31 @@ The repository is intentionally structured to reflect Comanda’s architectural
2727

2828
All bounded contexts live in `Boundaries/` directory (e.g., Comanda.Stores, Comanda.Subscriptions).
2929
Each directory represents an independent system with its own solution, source code, tests, Docker configuration, and deployment pipeline. Every boundary builds, evolves, and deploys autonomously.
30+
31+
32+
<h4 align="center">THE TECHNOLOGY STACK BEHIND COMANDA</h4>
33+
34+
<div align="center">
35+
<!-- Stacks -->
36+
<img src="https://www.vectorlogo.zone/logos/dotnet/dotnet-tile.svg" width="25" alt=".NET" />
37+
<img src="https://www.vectorlogo.zone/logos/mongodb/mongodb-icon.svg" width="25" alt="MongoDB" />
38+
<img src="https://www.vectorlogo.zone/logos/docker/docker-icon.svg" width="25" alt="Docker" />
39+
40+
<!-- DevOps -->
41+
<img src="https://www.vectorlogo.zone/logos/sentryio/sentryio-ar21.svg" width="60" alt="Sentry" />
42+
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/icons/githubactions/githubactions-original.svg" width="25" alt="GitHub Actions" />
43+
</div>
44+
45+
46+
<div align="center">
47+
48+
| Layer | Technology | Purpose |
49+
|:-------------:|:------------:|:--------------------------------------------------:|
50+
| Backend | .NET 9 | High-performance APIs and long-term maintainability |
51+
| Persistence | MongoDB | Aggregate-oriented, boundary-aligned persistence |
52+
| Resilience | Polly | Retries, circuit breakers, and explicit QoS policies |
53+
| Observability | Sentry · Seq | Real-time errors, tracing, and structured diagnostics |
54+
| Containerization | Docker | Isolation and reproducible deployments |
55+
| CI/CD | GitHub Actions | Autonomous pipelines per bounded context |
56+
57+
</div>

0 commit comments

Comments
 (0)