SlideShare ist ein Scribd-Unternehmen logo
1 von 34
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Ähnlich wie 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 Analysis
MongoDB
 
Group Project 650 Report2
Group Project 650 Report2Group Project 650 Report2
Group Project 650 Report2
Yazeed Alkarzai
 
User Data Management with MongoDB
User Data Management with MongoDB User Data Management with MongoDB
User Data Management with MongoDB
MongoDB
 
Single View of the Customer
Single View of the Customer Single View of the Customer
Single View of the Customer
MongoDB
 
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
MongoDB
 
Schema Design
Schema DesignSchema Design
Schema Design
MongoDB
 

Ähnlich wie 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
 

Mehr von MongoDB

Mehr von 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...
 

Kürzlich hochgeladen

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Kürzlich hochgeladen (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

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