This document discusses using MongoDB to implement a single view of customer data across multiple source systems. It begins by explaining the challenges of maintaining a single view of customers with traditional relational databases as more data sources are added. It then outlines how MongoDB can help address these challenges by providing faster access and comparison of customer records, greater flexibility to adapt to changing data structures, and increased reliability. The document proposes a new architecture using MongoDB on top of a data lake to power single view processing and enable real-time decisioning using customer data.