Please enable JavaScript.
Coggle requires JavaScript to display documents.
Architecture - Coggle Diagram
Architecture
Operation Excellence
RCA
Chaos Engineering
Escalation Procedure
DR Tests
ScrumOps
Realtime alerting
Delivery
Small Frequent changes.
Zero downtime deployments
Continuous delivery
Security
Secrets Management
Encryption at rest/in-flight
Static Analysis
Performance
Selection
Architecture Specific
Event
Batch
Pipeline
ETL
Database
SQL
NO SQL
Compute
Containers
Serverless
Network
Throughput
Latency
Scalability
Scalability Cube
X axis horizontal duplication
Y axis Decomposition of responsibility
- Z axis Data sharding
Keep it simple - Simple solutions are easy to scale
Simplify 3 times over