Complete AI TrainingYourJobSkills for your job

Skills / monopoly

tech-matrix

Reference document for monopoly tech-matrix.

MONOPOLY — Technology Decision Matrix

When to Use

  • Use this skill when the task matches this description: Reference document for monopoly tech-matrix.

Table of Contents

  1. Database Selection
  2. Cache Selection
  3. Message Queue / Event Streaming
  4. API Protocol
  5. Search Engine
  6. Object Storage
  7. Container Orchestration
  8. Load Balancer
  9. Observability Stack
  10. CDN

1. Database Selection

Relational (SQL)

DatabaseBest ForAvoid WhenScale Ceiling
PostgreSQLComplex queries, JSONB, GIS, strong consistency, most default use casesUltra-high write throughput (>100K writes/s)~10TB single node; use Citus for horizontal
MySQL / MariaDBRead-heavy apps, legacy systems, WordPress/Drupal ecosystemComplex queries, full ACID at scale~10TB; use Vitess for sharding
CockroachDBGlobal distributed SQL, geo-partitioning, multi-regionSimple single-region apps (overkill)Petabyte-scale
PlanetScaleMySQL-compatible, serverless, branch-based workflowComplex JOINs (foreign keys removed by design)Very high — Vitess based
Amazon AuroraAWS-native apps, managed PostgreSQL/MySQL, high availabilityNon-AWS environmentsUp to 128TB, 15 replicas

NoSQL

DatabaseBest ForAvoid WhenScale Ceiling

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcecommunity
License
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-09-04

Related skills

patterns

Reference document for monopoly patterns.

scale-benchmarks

Reference document for monopoly scale-benchmarks.

security-checklist

Reference document for monopoly security-checklist.