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.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
ADVICE

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.
ADVICE

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.
ADVICE

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.
Get the Snipd Podcast app to discover more snips from this episode
Get the app