SlideShare a Scribd company logo
Delivering The Complete Customer View:
Today’s Table Stakes
#mongodbretail
Director, Business Development, Infusion
Director, Solution Architecture, MongoDB
Edouard Servan-Schreiber
Stephen Eyre
Global Business Architect, MongoDB
Rebecca Bucnis
“It’s not information overload.
It’s filter failure.”
- Clay Shirky, author, teacher, consultant
Presenters
Rebecca Bucnis
Global Business Architect
- Business Strategy
- Former Retailer
rebecca.bucnis@mongodb.com
Edouard Servan-Schreiber
Director, Solution Architecture
- Delivery of Solutions, Pre-Sales
-  North America, APAC
-  edouard@mongodb.com
@rebeccabucnis @infusiontweets @edouardss
Stephen Eyre
Director, Business Development
-  Delivering Consumer Experience
-  Europe
-  Seyre@infusion.com
Agenda
Introduction
Why Infusion & MongoDB
The 4 Imperatives
The Differentiators
Customer Successes
Q&A
Infusion & MongoDB Together
Technology/
Infrastructure
Brand
(the
experience)
People/
Processes
Consumer Business is evolving across dimensions
Consumer driving Digital Experience
Retail: Your chance to drive…
xx
Retail: …or at least,
create some roads to follow
xx
1.  Know the Consumer = Consumer 360°
Theme: Understand customer and personas
Challenge: Device proliferation, legacy silo systems
MongoDB Examples: Pearson Intl, Otto, Bouygues Telecom
4 Imperatives for the Digital Consumer
1.  Know the Consumer = Consumer 360°
4 Imperatives for the Digital Consumer
2. Be Relevant and Pertinent:
Real-time Content with relevant messaging
Theme: Every customer is unique
Challenges: Varied content, insufficient access to analytics
MongoDB Examples: Otto, Craigslist, Retail Industry
4 Imperatives for the Digital Consumer
3. Be available for the Consumer:
Time, Space & Geo-Aware Selling = Mobility
Digital Consumer Apps Knowledgeable Associates
Theme: Relevance and convenience
Challenge: Information availability & expectations
Examples: Retail giants, Retail Banks, European Bank
4 Imperatives for the Digital Consumer
4. Social Selling Experience = Entertainment & Trust
Theme: “The Brand is a Platform”
Challenge: Capture & Share appropriate details
MongoDB Examples: Foursquare, eBay, European Bank
4 Imperatives for the Digital Consumer
Then
Brand push Customer on demand
Drive to Location Always & Mobility
Weekly Ads Personalized Info
Company Info Social feedback
Now
Enabling agile delivery of seamless interactions & selling
MongoDB Strategic Advantages
Horizontally Scalable
-Sharding
Agile
Flexible
High Performance &
Strong Consistency
Application"
Highly
Available
-Replica Sets
{ customer: “roger”,
date: new Date(),
comment: “Spirited Away”,
tags: [“Tezuka”, “Manga”]}
Documents let you build your data to fit
your application
Relational MongoDB
{ !customer_id : 1,!
!name : "Mark Smith",!
!city : "San Francisco",!
!orders: [ !{!
! !order_number : 13,!
! !store_id : 10,!
! !date: “2014-01-03”,!
! !products: [!
! ! !{SKU: 24578234,!
! ! ! Qty: 3,!
! ! ! Unit_price: 350},!
! ! !{SKU: 98762345,!
! ! ! Qty: 1,!
! ! ! Unit_Price: 110}!
! ! !]!
! !},!
! !{ <...> }!
!]!
}!
CustomerID	
   First	
  Name	
   Last	
  Name	
   City	
  
0	
   John	
   Doe	
   New	
  York	
  
1	
   Mark	
   Smith	
   San	
  Francisco	
  
2	
   Jay	
   Black	
   Newark	
  
3	
   Meagan	
   White	
   London	
  
4	
   Edward	
   Danields	
   Boston	
  
Order	
  Number	
   Store	
  ID	
   	
  Product	
   Customer	
  ID	
  
10	
   100	
   Tablet	
   0	
  
11	
   101	
   Smartphone	
   0	
  
12	
   101	
   Dishwasher	
   0	
  
13	
   200	
   Sofa	
   1	
  
14	
   200	
   Coffee	
  table	
   1	
  
15	
   201	
   Suit	
   2	
  
Notions
RDBMS MongoDB
Database Database
Table Collection
Row Document
Column Field
{ customer_id: 4839475638,!
name: { first: “Dwight”, last: “Merriman” },!
email: { primary: dwight@mongodb.com, !
! other: [dwight.merriman@mongodb.com, dwight@10gen.com]!
! },!
phone: { mobile : <…>, fixed : <…> }!
post: { “229 W 43rd St, NY NY 10036”, ... },!
social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],!
orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],!
clickstream: [ <SKU1>, <SKU2>, …],!
last_login: <date>,!
attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],!
primary_location: [ <latitude> , <longitude> ],!
… }!
“Single View of Customer” Schema
{ customer_id: 4839475638,!
name: { first: “Dwight”, last: “Merriman” },!
email: { primary: dwight@mongodb.com, !
! other: [dwight.merriman@mongodb.com, dwight@10gen.com]!
! },!
phone: { mobile : <…>, fixed : <…> }!
post: { “229 W 43rd St, NY NY 10036”, ... },!
social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],!
orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],!
clickstream: [ <SKU1>, <SKU2>, …],!
last_login: <date>,!
attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],!
primary_location: [ <latitude> , <longitude> ],!
… }!
“Single View of Customer” Schema
Key for the document
{ customer_id: 4839475638,!
name: { first: “Dwight”, last: “Merriman” },!
email: { primary: dwight@mongodb.com, !
! other: [dwight.merriman@mongodb.com, dwight@10gen.com]!
! },!
phone: { mobile : <…>, fixed : <…> }!
post: { “229 W 43rd St, NY NY 10036”, ... },!
social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],!
orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],!
clickstream: [ <SKU1>, <SKU2>, …],!
last_login: <date>,!
attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],!
primary_location: [ <latitude> , <longitude> ],!
… }!
“Single View of Customer” Schema
Contact Information
{ customer_id: 4839475638,!
name: { first: “Dwight”, last: “Merriman” },!
email: { primary: dwight@mongodb.com, !
! other: [dwight.merriman@mongodb.com, dwight@10gen.com]!
! },!
phone: { mobile : <…>, fixed : <…> }!
post: { “229 W 43rd St, NY NY 10036”, ... },!
social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],!
orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],!
clickstream: [ <SKU1>, <SKU2>, …],!
last_login: <date>,!
attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],!
primary_location: [ <latitude> , <longitude> ],!
… }!
“Single View of Customer” Schema
Activity and Purchases
{ customer_id: 4839475638,!
name: { first: “Dwight”, last: “Merriman” },!
email: { primary: dwight@mongodb.com, !
! other: [dwight.merriman@mongodb.com, dwight@10gen.com]!
! },!
phone: { mobile : <…>, fixed : <…> }!
post: { “229 W 43rd St, NY NY 10036”, ... },!
social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],!
orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],!
clickstream: [ <SKU1>, <SKU2>, …],!
last_login: <date>,!
attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],!
primary_location: [ <latitude> , <longitude> ],!
… }!
“Single View of Customer” Schema
Analytic Scores
{ customer_id: 4839475638,!
name: { first: “Dwight”, last: “Merriman” },!
email: { primary: dwight@mongodb.com, !
! other: [dwight.merriman@mongodb.com, dwight@10gen.com]!
! },!
phone: { mobile : <…>, fixed : <…> }!
post: { “229 W 43rd St, NY NY 10036”, ... },!
social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],!
orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],!
clickstream: [ <SKU1>, <SKU2>, …],!
last_login: <date>,!
attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],!
primary_location: [ <latitude> , <longitude> ],!
… }!
“Single View of Customer” Schema
Geolocation
• A multi-channel, multi-
service telecomm
provider
• Desire to better service
them from a customer
insight perspective
• Previously unable to
create a total view
• Super-set view of
customer with
MongoDB
Customer Examples
• A social platform
• Provides social and
geographic context to
people
• Entertaining them and
rewarding them for
business
• Manage check-ins and
capture & distribute
content with MongoDB
Customer Examples
•  Retail Insurance
•  150 years of history and policy data,
70+ source systems
•  Unable to consolidate view of
customer over multiple years
•  Created “The Wall” for 360° view of customer
Customer Examples
Selling the Idea
• 2 week “Vision Prototype”
• Supported with marketing
material (designed to go
viral) in order to drive
further buy-in
• Produced commitment
from the business to
deploy ASAP
Our Approach: GO FAST
Delivering the App.
• Highly collaborative
• 70+ person project
team
• 5 team members
from Infusion
• 90 days
Dramatic Productivity Enhancements
How to start –
Adapt, don’t abandon your process...
Drive Consumer Digital Strategy
1.  Know your customer
2.  Be relevant and pertinent
3.  Be available for your customer
4.  Create the social selling
experience
5.  Move forward swiftly with
trustworthy strategy & platform
Questions?
Resources
White Paper: Big Data: Examples and
Guidelines for the Enterprise Decision Maker
http://www.mongodb.com/lp/
whitepaper/big-data-nosql
Recorded Webinar Series: Thrive with Big
Data
http://www.mongodb.com/lp/
big-data-series
Recorded Webinar: What’s New with
MongoDB Hadoop Integration
http://www.mongodb.com/
presentations/webinar-whats-
new-mongodb-hadoop-
integration
Recorded Webinar: Omni-Channel Retailing
One Step at a Time
http://www.mongodb.com/
presentations/webinar-omni-
channel-retailing
White Paper: Bringing Online Big Data to BI
& Analytics
http://info.mongodb.com/rs/
mongodb/images/
MongoDB_BI_Analytics.pdf
All things Infusion www.infusion.com
Resource Location
Join us again!
Webinar #3:
“Mobility: It’s Time to be Available”
When:
Wednesday, May 15
Link:
www.mongodb.com/webinar
Thank You!
@rebeccabucnis @infusiontweets @edouardss

More Related Content

PDF
Designing Social Investment - Cabinet Office UK, Snook & The Point People
Camilla Buchanan
 
PDF
MongoDB Digital Transformation 2015: Government Digital Service
MongoDB
 
PDF
Service Design in Government 2016
Christina Li
 
PPTX
Mobility: It's Time to Be Available for HER
MongoDB
 
PPTX
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
MongoDB
 
PPTX
Creating a Single View Part 1: Overview and Data Analysis
MongoDB
 
PPTX
Creating a Single View: Overview and Analysis
MongoDB
 
PPTX
Calculating ROI with Innovative eCommerce Platforms
MongoDB
 
Designing Social Investment - Cabinet Office UK, Snook & The Point People
Camilla Buchanan
 
MongoDB Digital Transformation 2015: Government Digital Service
MongoDB
 
Service Design in Government 2016
Christina Li
 
Mobility: It's Time to Be Available for HER
MongoDB
 
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
MongoDB
 
Creating a Single View Part 1: Overview and Data Analysis
MongoDB
 
Creating a Single View: Overview and Analysis
MongoDB
 
Calculating ROI with Innovative eCommerce Platforms
MongoDB
 

Similar to Webinar: Delivering the Complete Customer View - Today’s Table Stakes by Infusion & MongoDB (20)

PPTX
Webinar: How Financial Firms Create a Single Customer View with MongoDB
MongoDB
 
PPT
Webinar: Making A Single View of the Customer Real with MongoDB
MongoDB
 
PPTX
Prepare for Peak Holiday Season with MongoDB
MongoDB
 
PPTX
Retail referencearchitecture productcatalog
MongoDB
 
PPTX
Unify Your Selling Channels in One Product Catalog Service
MongoDB
 
PDF
Expanding Retail Frontiers with MongoDB
Norberto Leite
 
PPT
Webinar: Expanding Retail Frontiers with MongoDB
MongoDB
 
PPTX
Big Data Analytics 1: Driving Personalized Experiences Using Customer Profiles
MongoDB
 
PDF
How Financial Services Organizations Use MongoDB
MongoDB
 
PPTX
Systems of engagement
Bryan Reinero
 
PDF
Single View of the Customer
MongoDB
 
PPTX
Powering Systems of Engagement
MongoDB
 
PDF
Simplifying & accelerating application development with MongoDB's intelligent...
Maxime Beugnet
 
KEY
Optimize drupal using mongo db
Vladimir Ilic
 
PPTX
Retail Reference Architecture
MongoDB
 
PPTX
Retail Reference Architecture Part 1: Flexible, Searchable, Low-Latency Produ...
MongoDB
 
PPTX
How to deliver a Single View in Financial Services
MongoDB
 
PPTX
Intro to MongoDB Workshop
Lauren Hayward Schaefer
 
PPTX
Webinar: How Financial Services Organizations Use MongoDB
MongoDB
 
PPTX
MongoDB Days UK: Building Apps with the MEAN Stack
MongoDB
 
Webinar: How Financial Firms Create a Single Customer View with MongoDB
MongoDB
 
Webinar: Making A Single View of the Customer Real with MongoDB
MongoDB
 
Prepare for Peak Holiday Season with MongoDB
MongoDB
 
Retail referencearchitecture productcatalog
MongoDB
 
Unify Your Selling Channels in One Product Catalog Service
MongoDB
 
Expanding Retail Frontiers with MongoDB
Norberto Leite
 
Webinar: Expanding Retail Frontiers with MongoDB
MongoDB
 
Big Data Analytics 1: Driving Personalized Experiences Using Customer Profiles
MongoDB
 
How Financial Services Organizations Use MongoDB
MongoDB
 
Systems of engagement
Bryan Reinero
 
Single View of the Customer
MongoDB
 
Powering Systems of Engagement
MongoDB
 
Simplifying & accelerating application development with MongoDB's intelligent...
Maxime Beugnet
 
Optimize drupal using mongo db
Vladimir Ilic
 
Retail Reference Architecture
MongoDB
 
Retail Reference Architecture Part 1: Flexible, Searchable, Low-Latency Produ...
MongoDB
 
How to deliver a Single View in Financial Services
MongoDB
 
Intro to MongoDB Workshop
Lauren Hayward Schaefer
 
Webinar: How Financial Services Organizations Use MongoDB
MongoDB
 
MongoDB Days UK: Building Apps with the MEAN Stack
MongoDB
 
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
PDF
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
PDF
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
PDF
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
PDF
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB
 
PDF
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
PDF
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
PDF
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
PDF
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
MongoDB SoCal 2020: MongoDB Atlas Jump Start
MongoDB
 
MongoDB .local San Francisco 2020: Powering the new age data demands [Infosys]
MongoDB
 
MongoDB .local San Francisco 2020: Using Client Side Encryption in MongoDB 4.2
MongoDB
 
MongoDB .local San Francisco 2020: Using MongoDB Services in Kubernetes: any ...
MongoDB
 
MongoDB .local San Francisco 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart
MongoDB
 
MongoDB .local San Francisco 2020: Tips and Tricks++ for Querying and Indexin...
MongoDB
 
MongoDB .local San Francisco 2020: Aggregation Pipeline Power++
MongoDB
 
MongoDB .local San Francisco 2020: A Complete Methodology of Data Modeling fo...
MongoDB
 
MongoDB .local San Francisco 2020: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
MongoDB .local San Francisco 2020: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
Ad

Recently uploaded (20)

PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PDF
The Future of Artificial Intelligence (AI)
Mukul
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
OFFOFFBOX™ – A New Era for African Film | Startup Presentation
ambaicciwalkerbrian
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Get More from Fiori Automation - What’s New, What Works, and What’s Next.pdf
Precisely
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
The Future of Artificial Intelligence (AI)
Mukul
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 

Webinar: Delivering the Complete Customer View - Today’s Table Stakes by Infusion & MongoDB

  • 1. Delivering The Complete Customer View: Today’s Table Stakes #mongodbretail Director, Business Development, Infusion Director, Solution Architecture, MongoDB Edouard Servan-Schreiber Stephen Eyre Global Business Architect, MongoDB Rebecca Bucnis
  • 2. “It’s not information overload. It’s filter failure.” - Clay Shirky, author, teacher, consultant
  • 3. Presenters Rebecca Bucnis Global Business Architect - Business Strategy - Former Retailer [email protected] Edouard Servan-Schreiber Director, Solution Architecture - Delivery of Solutions, Pre-Sales -  North America, APAC -  [email protected] @rebeccabucnis @infusiontweets @edouardss Stephen Eyre Director, Business Development -  Delivering Consumer Experience -  Europe -  [email protected]
  • 4. Agenda Introduction Why Infusion & MongoDB The 4 Imperatives The Differentiators Customer Successes Q&A
  • 5. Infusion & MongoDB Together Technology/ Infrastructure Brand (the experience) People/ Processes Consumer Business is evolving across dimensions
  • 7. Retail: Your chance to drive… xx
  • 8. Retail: …or at least, create some roads to follow xx
  • 9. 1.  Know the Consumer = Consumer 360° Theme: Understand customer and personas Challenge: Device proliferation, legacy silo systems MongoDB Examples: Pearson Intl, Otto, Bouygues Telecom 4 Imperatives for the Digital Consumer
  • 10. 1.  Know the Consumer = Consumer 360° 4 Imperatives for the Digital Consumer
  • 11. 2. Be Relevant and Pertinent: Real-time Content with relevant messaging Theme: Every customer is unique Challenges: Varied content, insufficient access to analytics MongoDB Examples: Otto, Craigslist, Retail Industry 4 Imperatives for the Digital Consumer
  • 12. 3. Be available for the Consumer: Time, Space & Geo-Aware Selling = Mobility Digital Consumer Apps Knowledgeable Associates Theme: Relevance and convenience Challenge: Information availability & expectations Examples: Retail giants, Retail Banks, European Bank 4 Imperatives for the Digital Consumer
  • 13. 4. Social Selling Experience = Entertainment & Trust Theme: “The Brand is a Platform” Challenge: Capture & Share appropriate details MongoDB Examples: Foursquare, eBay, European Bank 4 Imperatives for the Digital Consumer
  • 14. Then Brand push Customer on demand Drive to Location Always & Mobility Weekly Ads Personalized Info Company Info Social feedback Now Enabling agile delivery of seamless interactions & selling
  • 15. MongoDB Strategic Advantages Horizontally Scalable -Sharding Agile Flexible High Performance & Strong Consistency Application" Highly Available -Replica Sets { customer: “roger”, date: new Date(), comment: “Spirited Away”, tags: [“Tezuka”, “Manga”]}
  • 16. Documents let you build your data to fit your application Relational MongoDB { !customer_id : 1,! !name : "Mark Smith",! !city : "San Francisco",! !orders: [ !{! ! !order_number : 13,! ! !store_id : 10,! ! !date: “2014-01-03”,! ! !products: [! ! ! !{SKU: 24578234,! ! ! ! Qty: 3,! ! ! ! Unit_price: 350},! ! ! !{SKU: 98762345,! ! ! ! Qty: 1,! ! ! ! Unit_Price: 110}! ! ! !]! ! !},! ! !{ <...> }! !]! }! CustomerID   First  Name   Last  Name   City   0   John   Doe   New  York   1   Mark   Smith   San  Francisco   2   Jay   Black   Newark   3   Meagan   White   London   4   Edward   Danields   Boston   Order  Number   Store  ID    Product   Customer  ID   10   100   Tablet   0   11   101   Smartphone   0   12   101   Dishwasher   0   13   200   Sofa   1   14   200   Coffee  table   1   15   201   Suit   2  
  • 17. Notions RDBMS MongoDB Database Database Table Collection Row Document Column Field
  • 18. { customer_id: 4839475638,! name: { first: “Dwight”, last: “Merriman” },! email: { primary: [email protected], ! ! other: [[email protected], [email protected]]! ! },! phone: { mobile : <…>, fixed : <…> }! post: { “229 W 43rd St, NY NY 10036”, ... },! social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],! orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],! clickstream: [ <SKU1>, <SKU2>, …],! last_login: <date>,! attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],! primary_location: [ <latitude> , <longitude> ],! … }! “Single View of Customer” Schema
  • 19. { customer_id: 4839475638,! name: { first: “Dwight”, last: “Merriman” },! email: { primary: [email protected], ! ! other: [[email protected], [email protected]]! ! },! phone: { mobile : <…>, fixed : <…> }! post: { “229 W 43rd St, NY NY 10036”, ... },! social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],! orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],! clickstream: [ <SKU1>, <SKU2>, …],! last_login: <date>,! attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],! primary_location: [ <latitude> , <longitude> ],! … }! “Single View of Customer” Schema Key for the document
  • 20. { customer_id: 4839475638,! name: { first: “Dwight”, last: “Merriman” },! email: { primary: [email protected], ! ! other: [[email protected], [email protected]]! ! },! phone: { mobile : <…>, fixed : <…> }! post: { “229 W 43rd St, NY NY 10036”, ... },! social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],! orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],! clickstream: [ <SKU1>, <SKU2>, …],! last_login: <date>,! attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],! primary_location: [ <latitude> , <longitude> ],! … }! “Single View of Customer” Schema Contact Information
  • 21. { customer_id: 4839475638,! name: { first: “Dwight”, last: “Merriman” },! email: { primary: [email protected], ! ! other: [[email protected], [email protected]]! ! },! phone: { mobile : <…>, fixed : <…> }! post: { “229 W 43rd St, NY NY 10036”, ... },! social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],! orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],! clickstream: [ <SKU1>, <SKU2>, …],! last_login: <date>,! attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],! primary_location: [ <latitude> , <longitude> ],! … }! “Single View of Customer” Schema Activity and Purchases
  • 22. { customer_id: 4839475638,! name: { first: “Dwight”, last: “Merriman” },! email: { primary: [email protected], ! ! other: [[email protected], [email protected]]! ! },! phone: { mobile : <…>, fixed : <…> }! post: { “229 W 43rd St, NY NY 10036”, ... },! social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],! orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],! clickstream: [ <SKU1>, <SKU2>, …],! last_login: <date>,! attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],! primary_location: [ <latitude> , <longitude> ],! … }! “Single View of Customer” Schema Analytic Scores
  • 23. { customer_id: 4839475638,! name: { first: “Dwight”, last: “Merriman” },! email: { primary: [email protected], ! ! other: [[email protected], [email protected]]! ! },! phone: { mobile : <…>, fixed : <…> }! post: { “229 W 43rd St, NY NY 10036”, ... },! social: [ {twitter: dmerriman}, {facebook: dmerriman}, … ],! orders: [{order_id : 13, …, items: [{SKU: 24578234,…},…] }, …],! clickstream: [ <SKU1>, <SKU2>, …],! last_login: <date>,! attributes: [“val_hi”, “behav_timepoor”, “nbo_offer34”, … ],! primary_location: [ <latitude> , <longitude> ],! … }! “Single View of Customer” Schema Geolocation
  • 24. • A multi-channel, multi- service telecomm provider • Desire to better service them from a customer insight perspective • Previously unable to create a total view • Super-set view of customer with MongoDB Customer Examples
  • 25. • A social platform • Provides social and geographic context to people • Entertaining them and rewarding them for business • Manage check-ins and capture & distribute content with MongoDB Customer Examples
  • 26. •  Retail Insurance •  150 years of history and policy data, 70+ source systems •  Unable to consolidate view of customer over multiple years •  Created “The Wall” for 360° view of customer Customer Examples
  • 27. Selling the Idea • 2 week “Vision Prototype” • Supported with marketing material (designed to go viral) in order to drive further buy-in • Produced commitment from the business to deploy ASAP Our Approach: GO FAST Delivering the App. • Highly collaborative • 70+ person project team • 5 team members from Infusion • 90 days
  • 29. How to start – Adapt, don’t abandon your process...
  • 30. Drive Consumer Digital Strategy 1.  Know your customer 2.  Be relevant and pertinent 3.  Be available for your customer 4.  Create the social selling experience 5.  Move forward swiftly with trustworthy strategy & platform
  • 32. Resources White Paper: Big Data: Examples and Guidelines for the Enterprise Decision Maker http://www.mongodb.com/lp/ whitepaper/big-data-nosql Recorded Webinar Series: Thrive with Big Data http://www.mongodb.com/lp/ big-data-series Recorded Webinar: What’s New with MongoDB Hadoop Integration http://www.mongodb.com/ presentations/webinar-whats- new-mongodb-hadoop- integration Recorded Webinar: Omni-Channel Retailing One Step at a Time http://www.mongodb.com/ presentations/webinar-omni- channel-retailing White Paper: Bringing Online Big Data to BI & Analytics http://info.mongodb.com/rs/ mongodb/images/ MongoDB_BI_Analytics.pdf All things Infusion www.infusion.com Resource Location
  • 33. Join us again! Webinar #3: “Mobility: It’s Time to be Available” When: Wednesday, May 15 Link: www.mongodb.com/webinar