Skip to content

Awesome Markdy Showcase

Yell edited this page Aug 25, 2026 · 2 revisions

Awesome Markdy Architecture Templates

A curated catalog of production-grade architecture patterns, security boundaries, and data pipelines built with Markdy.


⚑ High-Throughput & Distributed Systems

1. Cache-Aside Pattern (Redis + PostgreSQL)

Cache-Aside Pattern

  • Engine: type=architecture β€’ theme=paper
  • Pattern: Sub-2ms Redis cache lookup, cache-miss fallback, asynchronous cache warming.
  • Open in Live Studio β†—

2. Twitter Timeline Fan-Out Architecture

Twitter Timeline Fan-Out

  • Engine: type=architecture β€’ theme=paper
  • Pattern: Asynchronous fan-out on write, Kafka stream ingestion, Redis cluster home timeline hydration.
  • Open in Live Studio β†—

πŸ” Identity & Zero-Trust Security

3. OAuth 2.0 & OIDC Authorization Code Flow

OAuth 2.0 & OIDC Flow

  • Engine: type=sequence β€’ theme=paper
  • Pattern: SHA256 PKCE code challenge verification, token exchange, and authenticated user profile retrieval.
  • Open in Live Studio β†—

4. Zero-Trust Secure Paved Road & Perimeter

Zero-Trust Paved Road

  • Engine: type=architecture β€’ theme=editorial
  • Pattern: Concentric perimeter defense, WAF DDoS shield, mTLS verified RPCs, and immutable audit logs.
  • Open in Live Studio β†—

☸️ Cloud Native & Kubernetes

5. Production Kubernetes Platform Architecture

Kubernetes Cluster Blueprint

  • Engine: type=architecture β€’ theme=blueprint
  • Pattern: Ingress traffic routing, horizontal pod autoscaling, PersistentVolume attachment, and control plane reconciliation.
  • Open in Live Studio β†—

6. Automated CI/CD Canary Delivery Pipeline

CI/CD Pipeline

  • Engine: type=architecture β€’ theme=paper
  • Pattern: Parallel build matrix, container registry push, GitOps ArgoCD sync, and Datadog telemetry verification.
  • Open in Live Studio β†—

πŸ“Š Big Data & FinTech Engines

7. Lakehouse Medallion Streaming Pipeline

Lakehouse Medallion Pipeline

  • Engine: type=medallion β€’ theme=editorial
  • Pattern: Streaming Bronze (Raw) $\rightarrow$ Silver (Cleaned & Deduplicated) $\rightarrow$ Gold (Aggregates & Feature Store).
  • Open in Live Studio β†—

8. Zero-Trust FinTech Core Banking & Ledger

FinTech Governance Engine

  • Engine: type=architecture β€’ theme=blueprint
  • Pattern: Dual-perimeter WAF, mTLS JWT claim verification, Aurora ACID settlement, and Kafka regulatory compliance.
  • Open in Live Studio β†—

🀝 Contributing Your Templates

Have you created a great Markdy diagram for your project or blog? Share it in our GitHub Discussions Show & Tell!