Skip to main content

11 docs tagged with "mongodb"

View all tags

ADR-020: Multi-Region MongoDB Strategy via Per-Region Clusters

Serve EU and US clients via per-region MongoDB Atlas clusters with app-side tenant routing instead of a single MongoDB Atlas Global Cluster, with an explicit control-plane / tenant-data-plane split and region-tagged connector API keys to keep all hot-path lookups region-local.

ADR-021: Delegated-Agent Audit Log Storage

Pick a persistent store for delegated_agent audit log entries. Recommend Grafana Cloud Loki (already adopted by ADR-019, free at pilot scale) for general-purpose audit retention, with a small Mongo audit_logs collection reserved only for the customer-facing 'who did what' query surface once a tenant asks for one.

Database Architecture

MongoDB schema definition for SecurityV0 including collections (entities, entity_versions, events, baseline_metadata, baseline_entities, execution_evidence, execution_chains, findings, evidence_pac...

Multi-Region Database Deployment

How a single global app domain (app.securityv0.com) serves tenants in different regions via per-region MongoDB Atlas clusters with application-side tenant routing — with phased deployment topology, request flow walkthroughs, and cost progression.