May 2015 Summaries
2 posts from MongoDB
Filter
Month:
Year:
Post Summaries
Back to Blog
In a retail reference architecture, a solid central inventory system is crucial for improving and enriching the customer experience. However, legacy inventory systems commonly used by major retailers present real challenges due to their inflexible data structures and high transaction volumes. MongoDB can help address these challenges with its flexible schema, horizontal scalability, and high performance capabilities. A key aspect of this approach is creating a unified view of inventory that is accessible across stores and applications in real-time. This involves designing a schema for the stores collection to associate locations with inventory and creating an inventory collection to track actual inventory counts of each item and its variants. The use of indices optimizes queries and reduces data duplication, ensuring a high degree of accuracy and availability. By leveraging MongoDB's geoNear command, retailers can query stores by proximity to a location, enabling features like in-store pick-up at a particular location or detecting the need for intra-day replenishment if there is a run on an item.
May 12, 2015
1,344 words in the original blog post.
MongoDB is helping retailers build a modern product catalog with a single view of customer data, scalability, flexibility, and search capabilities. The document model provides a flexible way to store and query product data, including variants and pricing information. MongoDB's Atlas Search provides features such as fuzzy matching, autocomplete, faceted search, highlighting, relevance scoring, geospatial queries, and synonyms, all backed by support for multiple analyzers and languages. This enables retailers to deliver rich and personalized experiences to their users, boost user engagement, and improve customer satisfaction with their applications. The Atlas Search solution is part of the MongoDB Atlas multi-cloud application data platform, which combines transactional processing, relevance-based search, real-time analytics, mobile edge computing, cloud sync, and cloud data lake in an elegant and integrated data architecture.
May 04, 2015
3,396 words in the original blog post.