SlideShare a Scribd company logo
1 of 34
Download to read offline
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

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

Creating a Single View Part 1: Overview and Data Analysis
Creating a Single View Part 1: Overview and Data AnalysisCreating a Single View Part 1: Overview and Data Analysis
Creating a Single View Part 1: Overview and Data AnalysisMongoDB
 
Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...
Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...
Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...MongoDB
 
Group Project 650 Report2
Group Project 650 Report2Group Project 650 Report2
Group Project 650 Report2Yazeed Alkarzai
 
tranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And When
tranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And WhentranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And When
tranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And WhenDavid Peyruc
 
JSON Data Modeling - July 2018 - Tulsa Techfest
JSON Data Modeling - July 2018 - Tulsa TechfestJSON Data Modeling - July 2018 - Tulsa Techfest
JSON Data Modeling - July 2018 - Tulsa TechfestMatthew Groves
 
ETL for Pros: Getting Data Into MongoDB
ETL for Pros: Getting Data Into MongoDBETL for Pros: Getting Data Into MongoDB
ETL for Pros: Getting Data Into MongoDBMongoDB
 
User Data Management with MongoDB
User Data Management with MongoDB User Data Management with MongoDB
User Data Management with MongoDB MongoDB
 
[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] KeynoteMongoDB
 
Single View of the Customer
Single View of the Customer Single View of the Customer
Single View of the Customer MongoDB
 
Using MongoDB As a Tick Database
Using MongoDB As a Tick DatabaseUsing MongoDB As a Tick Database
Using MongoDB As a Tick DatabaseMongoDB
 
Systems of engagement
Systems of engagementSystems of engagement
Systems of engagementBryan Reinero
 
Freeing Yourself from an RDBMS Architecture
Freeing Yourself from an RDBMS ArchitectureFreeing Yourself from an RDBMS Architecture
Freeing Yourself from an RDBMS ArchitectureDavid Hoerster
 
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a TimeWebinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a TimeMongoDB
 
Offline First Apps With Couchbase Mobile and Xamarin
Offline First Apps With Couchbase Mobile and XamarinOffline First Apps With Couchbase Mobile and Xamarin
Offline First Apps With Couchbase Mobile and XamarinMartin Esmann
 
Building Your First MongoDB Application
Building Your First MongoDB ApplicationBuilding Your First MongoDB Application
Building Your First MongoDB ApplicationTugdual Grall
 
How Retail Banks Use MongoDB
How Retail Banks Use MongoDBHow Retail Banks Use MongoDB
How Retail Banks Use MongoDBMongoDB
 
Schema Design
Schema DesignSchema Design
Schema DesignMongoDB
 

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

Creating a Single View Part 1: Overview and Data Analysis
Creating a Single View Part 1: Overview and Data AnalysisCreating a Single View Part 1: Overview and Data Analysis
Creating a Single View Part 1: Overview and Data Analysis
 
Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...
Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...
Retail Reference Architecture Part 3: Scalable Insight Component Providing Us...
 
Group Project 650 Report2
Group Project 650 Report2Group Project 650 Report2
Group Project 650 Report2
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
tranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And When
tranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And WhentranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And When
tranSMART Community Meeting 5-7 Nov 13 - Session 2: MongoDB: What, Why And When
 
JSON Data Modeling - July 2018 - Tulsa Techfest
JSON Data Modeling - July 2018 - Tulsa TechfestJSON Data Modeling - July 2018 - Tulsa Techfest
JSON Data Modeling - July 2018 - Tulsa Techfest
 
ETL for Pros: Getting Data Into MongoDB
ETL for Pros: Getting Data Into MongoDBETL for Pros: Getting Data Into MongoDB
ETL for Pros: Getting Data Into MongoDB
 
User Data Management with MongoDB
User Data Management with MongoDB User Data Management with MongoDB
User Data Management with MongoDB
 
[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote[MongoDB.local Bengaluru 2018] Keynote
[MongoDB.local Bengaluru 2018] Keynote
 
Single View of the Customer
Single View of the Customer Single View of the Customer
Single View of the Customer
 
mongoDB at Visibiz
mongoDB at VisibizmongoDB at Visibiz
mongoDB at Visibiz
 
Using MongoDB As a Tick Database
Using MongoDB As a Tick DatabaseUsing MongoDB As a Tick Database
Using MongoDB As a Tick Database
 
Systems of engagement
Systems of engagementSystems of engagement
Systems of engagement
 
Super spike
Super spikeSuper spike
Super spike
 
Freeing Yourself from an RDBMS Architecture
Freeing Yourself from an RDBMS ArchitectureFreeing Yourself from an RDBMS Architecture
Freeing Yourself from an RDBMS Architecture
 
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a TimeWebinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
Webinar: Realizing Omni-Channel Retailing with MongoDB - One Step at a Time
 
Offline First Apps With Couchbase Mobile and Xamarin
Offline First Apps With Couchbase Mobile and XamarinOffline First Apps With Couchbase Mobile and Xamarin
Offline First Apps With Couchbase Mobile and Xamarin
 
Building Your First MongoDB Application
Building Your First MongoDB ApplicationBuilding Your First MongoDB Application
Building Your First MongoDB Application
 
How Retail Banks Use MongoDB
How Retail Banks Use MongoDBHow Retail Banks Use MongoDB
How Retail Banks Use MongoDB
 
Schema Design
Schema DesignSchema Design
Schema Design
 

More from MongoDB

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

More from MongoDB (20)

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

Recently uploaded

Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 

Recently uploaded (20)

Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 

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 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
  • 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: 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
  • 19. { 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
  • 20. { 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
  • 21. { 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
  • 22. { 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
  • 23. { 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
  • 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