Last active
April 7, 2023 16:59
-
-
Save vilaca/8514a37bced4e260bb3ed8d93b9b888b to your computer and use it in GitHub Desktop.
Architectural Characteristics (Non-Functional Requirements)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- Consistency | |
- Data Freshness | |
--- | |
- Observability | |
- Alerts & Monitoring | |
- L1 / L2 / L3 | |
- Logging | |
--- | |
- Security | |
- Auditability | |
- Legality | |
- Authentication & Authorization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- Scability | |
- Traffic Pattern | |
- Diurnal Pattern | |
- Thundering Herd | |
- Peak Time | |
- Densely Populated Area | |
--- | |
- Availability | |
- Deployment Stamps | |
- Geodes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
Notes | |
- https://en.wikipedia.org/wiki/List_of_system_quality_attributes | |
- https://blog.devgenius.io/top-10-architecture-characteristics-non-functional-requirements-with-cheatsheat-7ad14bbb0a9b | |
- https://en.wikipedia.org/wiki/ISO/IEC_9126#Developments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- Extensibility | |
- Modular / Reusability | |
- Pluggability | |
--- | |
- Usability | |
- API Contract | |
- Learnability | |
- Accessibility | |
--- | |
- Resilency | |
- Recoverability | |
- Disaster Recovery | |
- Design Patterns | |
- Bulkhead | |
- Circuit Breaker | |
- Leader Elections | |
--- | |
- Agility | |
- Deployability | |
- Installability | |
- Upgradeability | |
- Portability | |
- Configurability | |
- Compatibility | |
- Maintainability | |
- Testability | |
- Ease of Development |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment