
Data Engineering Podcast From Legacy to AI-Ready: How MongoDB AMP Accelerates Modernization
47 snips
Feb 8, 2026 Shilpa Kolhar, SVP of Product and Engineering at MongoDB who built large-scale data and ML infrastructure, explains modernizing legacy relational systems to a document-first, AI-ready platform. She covers AMP, Atlas Vector Search and embeddings, schema validation and versioning patterns, incremental migration units, and balancing LLM automation with human governance.
AI Snips
Chapters
Transcript
Episode notes
Use JSON Schema And Versioning
- Enforce JSON schema validation at the database to prevent uncontrolled schema drift.
- Use schema versioning and aggregation pipelines to let applications handle older document versions gracefully.
Generate Shared JSON Schemas Early
- Derive a recommended JSON schema from code and runtime analysis to standardize interfaces.
- Feed that schema into code-conversion agents to accelerate automated transformation.
Modernize In Scoped Units
- Migrate one modernization unit at a time to limit scope and reduce surprises.
- Consolidate relevant data backends for that unit onto MongoDB before rewriting the service.
