SlideShare a Scribd company logo
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Live Data Visualization
with Tableau and
MongoDB
David Spezia (dspezia@tableau.com)
Andrew Morgan (andrew.morgan@mongodb.com)
13th January 2016
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
What is Tableau?
Help people
see and understand
their data
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Origins of Tableau
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
MongoDB + Tableau
The power of Tableau + MongoDB
+ Analyze JSON data structures
+ Analyze data without transformation and ETL
+ Connect directly to and Visualize your data
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
MongoDB 3.2 – a BIG Release
Hash-Based Sharding
Roles
Kerberos
On-Prem Monitoring
2.2 2.4 2.6 3.0 3.2
Agg. Framework
Location-Aware Sharding
$out
Index Intersection
Text Search
Field-Level Redaction
LDAP & x509
Auditing
Document Validation
Fast Failover
Simpler Scalability
Aggregation ++
Encryption At Rest
In-Memory Storage
Engine
BI Connector
$lookup
MongoDB Compass
APM Integration
Profiler Visualization
Auto Index Builds
Backups to File System
Doc-Level Concurrency
Compression
Storage Engine API
≤50 replicas
Auditing ++
Ops Manager
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
MongoDB Connector for BI
Visualize and explore multi-dimensional
documents using SQL-based BI tools. The
connector does the following:
• Provides the BI tool with the schema of the
MongoDB collection to be visualized
• Translates SQL statements issued by the BI tool
into equivalent MongoDB queries that are sent to
MongoDB for processing
• Converts the results into the tabular format
expected by the BI tool, which can then visualize
the data based on user requirements
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Location & Flow of Data
MongoDB
BI
Connector
Mapping meta-data Application data
{name:
“Andrew”,
address:
{street:…
}}
DocumentTableAnalytics & visualization
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Defining Data Mapping
mongodrdl --host 192.168.1.94 --port 27017 -d clusterdb 
-o clusterdb.drdl
mongobischema import billy clusterdb.drdl
DRDL
mongodrdl mongobischema
PostgreSQL
MongoDB-
specific
Foreign Data
Wrapper
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Optionally Manually Edit DRDL File
• Redact attributes
• Use more appropriate types
(sampling can get it wrong)
• Rename tables (v1.1+)
• Rename columns (v1.1+)
• Build new views using MongoDB
Aggregation Framework
– e.g., $lookup to join 2 tables
- table: homesales
collection: homeSales
pipeline: []
columns:
- name: _id
mongotype: bson.ObjectId
sqlname: _id
sqltype: varchar
- name: address.county
mongotype: string
sqlname: address_county
sqltype: varchar
- name:
address.nameOrNumber
mongotype: int
sqlname:
address_nameornumber
sqltype: varchar
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Data, Data Every WhereDemo
Start a conversation. Tweet @MongoDB using #MongoDBWebinar
Next Steps
• Download the MongoDB 3.2 Whitepaper
– https://www.mongodb.com/collateral/mongodb-3-2-whats-new
• Try the MongoDB Connector for BI
– https://www.mongodb.com/lp/download/mongodb-enterprise
• Try Tableau Desktop with the MongoDB Connector for BI
– http://www.tableau.com/products/desktop

More Related Content

What's hot (20)

PPTX
Jumpstart: Introduction to MongoDB
MongoDB
 
PPTX
Azure Database Options - NoSql vs Sql
Anne Bougie
 
PPTX
MongoDB Evenings Minneapolis: MongoDB is Cool But When Should I Use It?
MongoDB
 
PPTX
MongoDB Days Silicon Valley: Jumpstart: The Right and Wrong Use Cases for Mon...
MongoDB
 
PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PPTX
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
MongoDB
 
PPTX
Benefits of Using MongoDB Over RDBMSs
MongoDB
 
PDF
MongoDB .local Munich 2019: MongoDB Atlas Auto-Scaling
MongoDB
 
PPTX
How Thermo Fisher Is Reducing Mass Spectrometry Experiment Times from Days to...
MongoDB
 
PDF
MongoDB .local Paris 2020: Les bonnes pratiques pour travailler avec les donn...
MongoDB
 
PPTX
Data Analytics: Understanding Your MongoDB Data
MongoDB
 
PPTX
The Right (and Wrong) Use Cases for MongoDB
MongoDB
 
PPTX
Addressing Your Backup Needs Using Ops Manager and Atlas
MongoDB
 
PPTX
Jumpstart: Introduction to Schema Design
MongoDB
 
PDF
MongoDB Atlas Workshop - Singapore
Ashnikbiz
 
PDF
MongoDB Evenings Dallas: What's the Scoop on MongoDB & Hadoop
MongoDB
 
PDF
Using MongoDB + Hadoop Together
MongoDB
 
PPTX
MongoDB and Hadoop: Driving Business Insights
MongoDB
 
PPTX
MongoDB Schema Design: Practical Applications and Implications
MongoDB
 
PDF
MongoDB on Azure
Norberto Leite
 
Jumpstart: Introduction to MongoDB
MongoDB
 
Azure Database Options - NoSql vs Sql
Anne Bougie
 
MongoDB Evenings Minneapolis: MongoDB is Cool But When Should I Use It?
MongoDB
 
MongoDB Days Silicon Valley: Jumpstart: The Right and Wrong Use Cases for Mon...
MongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
MongoDB
 
Benefits of Using MongoDB Over RDBMSs
MongoDB
 
MongoDB .local Munich 2019: MongoDB Atlas Auto-Scaling
MongoDB
 
How Thermo Fisher Is Reducing Mass Spectrometry Experiment Times from Days to...
MongoDB
 
MongoDB .local Paris 2020: Les bonnes pratiques pour travailler avec les donn...
MongoDB
 
Data Analytics: Understanding Your MongoDB Data
MongoDB
 
The Right (and Wrong) Use Cases for MongoDB
MongoDB
 
Addressing Your Backup Needs Using Ops Manager and Atlas
MongoDB
 
Jumpstart: Introduction to Schema Design
MongoDB
 
MongoDB Atlas Workshop - Singapore
Ashnikbiz
 
MongoDB Evenings Dallas: What's the Scoop on MongoDB & Hadoop
MongoDB
 
Using MongoDB + Hadoop Together
MongoDB
 
MongoDB and Hadoop: Driving Business Insights
MongoDB
 
MongoDB Schema Design: Practical Applications and Implications
MongoDB
 
MongoDB on Azure
Norberto Leite
 

Viewers also liked (20)

PPTX
Tableau & MongoDB: Visual Analytics at the Speed of Thought
MongoDB
 
PDF
The Rise of Microservices
MongoDB
 
PDF
Webinar: Working with Graph Data in MongoDB
MongoDB
 
PPTX
MongoDB Days UK: Building an Enterprise Data Fabric at Royal Bank of Scotland...
MongoDB
 
PPTX
How Auto Trader enables the UK's largest digital automotive marketplace
MongoDB
 
PDF
The importance of efficient data management for Digital Transformation
MongoDB
 
PPTX
Back to Basics: My First MongoDB Application
MongoDB
 
PPTX
Webinar: Transitioning from SQL to MongoDB
MongoDB
 
PPTX
Back to Basics Webinar 3: Introduction to Replica Sets
MongoDB
 
PPTX
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
PDF
Creating a Modern Data Architecture for Digital Transformation
MongoDB
 
PPTX
Back to Basics Webinar 2: Your First MongoDB Application
MongoDB
 
PPTX
Back to Basics Webinar 4: Advanced Indexing, Text and Geospatial Indexes
MongoDB
 
PPTX
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
PPTX
Webinar: Back to Basics: Thinking in Documents
MongoDB
 
PDF
Using MongoDB as a high performance graph database
Chris Clarke
 
PPT
Introduction to MongoDB
Ravi Teja
 
PDF
Introduction to MongoDB
Mike Dirolf
 
PDF
MongoDB World 2016: Poster Sessions eBook
MongoDB
 
PPTX
Back to Basics Webinar 5: Introduction to the Aggregation Framework
MongoDB
 
Tableau & MongoDB: Visual Analytics at the Speed of Thought
MongoDB
 
The Rise of Microservices
MongoDB
 
Webinar: Working with Graph Data in MongoDB
MongoDB
 
MongoDB Days UK: Building an Enterprise Data Fabric at Royal Bank of Scotland...
MongoDB
 
How Auto Trader enables the UK's largest digital automotive marketplace
MongoDB
 
The importance of efficient data management for Digital Transformation
MongoDB
 
Back to Basics: My First MongoDB Application
MongoDB
 
Webinar: Transitioning from SQL to MongoDB
MongoDB
 
Back to Basics Webinar 3: Introduction to Replica Sets
MongoDB
 
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
Creating a Modern Data Architecture for Digital Transformation
MongoDB
 
Back to Basics Webinar 2: Your First MongoDB Application
MongoDB
 
Back to Basics Webinar 4: Advanced Indexing, Text and Geospatial Indexes
MongoDB
 
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
Webinar: Back to Basics: Thinking in Documents
MongoDB
 
Using MongoDB as a high performance graph database
Chris Clarke
 
Introduction to MongoDB
Ravi Teja
 
Introduction to MongoDB
Mike Dirolf
 
MongoDB World 2016: Poster Sessions eBook
MongoDB
 
Back to Basics Webinar 5: Introduction to the Aggregation Framework
MongoDB
 
Ad

Similar to Webinar: Live Data Visualisation with Tableau and MongoDB (20)

PDF
MongoDB .local London 2019: Managing Diverse User Needs with MongoDB and SQL
MongoDB
 
PPTX
Jumpstart: MongoDB BI Connector & Tableau
MongoDB
 
PDF
Mdb dn 2017_17_bi_connector2
Daniel M. Farrell
 
PPTX
MongoDB BI Connector & Tableau
MongoDB
 
PPTX
Webinar: MongoDB and Analytics: Building Solutions with the MongoDB BI Connector
MongoDB
 
PPTX
Big Data Day LA 2016/ NoSQL track - MongoDB 3.2 Goodness!!!, Mark Helmstetter...
Data Con LA
 
PPTX
MongoDB 3.4 webinar
Andrew Morgan
 
PDF
MongoDB World 2018: Data Analytics with MongoDB
MongoDB
 
PPTX
Elevate MongoDB with ODBC/JDBC
MongoDB
 
PPTX
Data Analytics with MongoDB - Jane Fine
MongoDB
 
PDF
MongoDB .local Houston 2019: Wide Ranging Analytical Solutions on MongoDB
MongoDB
 
PPTX
Webinar on MongoDB BI Connectors
Sumit Sarkar
 
PDF
MongoDB What's new in 3.2 version
Héliot PERROQUIN
 
PDF
MongoDB - General Purpose Database
Ashnikbiz
 
PDF
Which Questions We Should Have
Oracle Korea
 
PPTX
introtomongodb
saikiran
 
PDF
Getting to Insights Faster with the MongoDB Connector for BI
MongoDB
 
PDF
10 - MongoDB
Kangaroot
 
PPTX
MongoDB for the SQL Server
Paulo Fagundes
 
PPTX
Migrating from RDBMS to MongoDB
MongoDB
 
MongoDB .local London 2019: Managing Diverse User Needs with MongoDB and SQL
MongoDB
 
Jumpstart: MongoDB BI Connector & Tableau
MongoDB
 
Mdb dn 2017_17_bi_connector2
Daniel M. Farrell
 
MongoDB BI Connector & Tableau
MongoDB
 
Webinar: MongoDB and Analytics: Building Solutions with the MongoDB BI Connector
MongoDB
 
Big Data Day LA 2016/ NoSQL track - MongoDB 3.2 Goodness!!!, Mark Helmstetter...
Data Con LA
 
MongoDB 3.4 webinar
Andrew Morgan
 
MongoDB World 2018: Data Analytics with MongoDB
MongoDB
 
Elevate MongoDB with ODBC/JDBC
MongoDB
 
Data Analytics with MongoDB - Jane Fine
MongoDB
 
MongoDB .local Houston 2019: Wide Ranging Analytical Solutions on MongoDB
MongoDB
 
Webinar on MongoDB BI Connectors
Sumit Sarkar
 
MongoDB What's new in 3.2 version
Héliot PERROQUIN
 
MongoDB - General Purpose Database
Ashnikbiz
 
Which Questions We Should Have
Oracle Korea
 
introtomongodb
saikiran
 
Getting to Insights Faster with the MongoDB Connector for BI
MongoDB
 
10 - MongoDB
Kangaroot
 
MongoDB for the SQL Server
Paulo Fagundes
 
Migrating from RDBMS to MongoDB
MongoDB
 
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
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
 
PDF
MongoDB .local Paris 2020: Les bonnes pratiques pour sécuriser MongoDB
MongoDB
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
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
 
MongoDB .local Paris 2020: Les bonnes pratiques pour sécuriser MongoDB
MongoDB
 

Recently uploaded (20)

PDF
Survival Models: Proper Scoring Rule and Stochastic Optimization with Competi...
Paris Women in Machine Learning and Data Science
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
ICONIQ State of AI Report 2025 - The Builder's Playbook
Razin Mustafiz
 
PPTX
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
PDF
Linux schedulers for fun and profit with SchedKit
Alessio Biancalana
 
PDF
Software Development Company Keene Systems, Inc (1).pdf
Custom Software Development Company | Keene Systems, Inc.
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Modern Decentralized Application Architectures.pdf
Kalema Edgar
 
PDF
“ONNX and Python to C++: State-of-the-art Graph Compilation,” a Presentation ...
Edge AI and Vision Alliance
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
Bitkom eIDAS Summit | European Business Wallet: Use Cases, Macroeconomics, an...
Carsten Stoecker
 
PDF
NASA A Researcher’s Guide to International Space Station : Earth Observations
Dr. PANKAJ DHUSSA
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
NASA A Researcher’s Guide to International Space Station : Fundamental Physics
Dr. PANKAJ DHUSSA
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
Survival Models: Proper Scoring Rule and Stochastic Optimization with Competi...
Paris Women in Machine Learning and Data Science
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
ICONIQ State of AI Report 2025 - The Builder's Playbook
Razin Mustafiz
 
Agentforce World Tour Toronto '25 - MCP with MuleSoft
Alexandra N. Martinez
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
CIFDAQ Market Wrap for the week of 4th July 2025
CIFDAQ
 
Linux schedulers for fun and profit with SchedKit
Alessio Biancalana
 
Software Development Company Keene Systems, Inc (1).pdf
Custom Software Development Company | Keene Systems, Inc.
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Modern Decentralized Application Architectures.pdf
Kalema Edgar
 
“ONNX and Python to C++: State-of-the-art Graph Compilation,” a Presentation ...
Edge AI and Vision Alliance
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Bitkom eIDAS Summit | European Business Wallet: Use Cases, Macroeconomics, an...
Carsten Stoecker
 
NASA A Researcher’s Guide to International Space Station : Earth Observations
Dr. PANKAJ DHUSSA
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
NASA A Researcher’s Guide to International Space Station : Fundamental Physics
Dr. PANKAJ DHUSSA
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 

Webinar: Live Data Visualisation with Tableau and MongoDB

  • 1. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Live Data Visualization with Tableau and MongoDB David Spezia ([email protected]) Andrew Morgan ([email protected]) 13th January 2016
  • 2. Start a conversation. Tweet @MongoDB using #MongoDBWebinar What is Tableau? Help people see and understand their data
  • 3. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Origins of Tableau
  • 4. Start a conversation. Tweet @MongoDB using #MongoDBWebinar MongoDB + Tableau The power of Tableau + MongoDB + Analyze JSON data structures + Analyze data without transformation and ETL + Connect directly to and Visualize your data
  • 5. Start a conversation. Tweet @MongoDB using #MongoDBWebinar MongoDB 3.2 – a BIG Release Hash-Based Sharding Roles Kerberos On-Prem Monitoring 2.2 2.4 2.6 3.0 3.2 Agg. Framework Location-Aware Sharding $out Index Intersection Text Search Field-Level Redaction LDAP & x509 Auditing Document Validation Fast Failover Simpler Scalability Aggregation ++ Encryption At Rest In-Memory Storage Engine BI Connector $lookup MongoDB Compass APM Integration Profiler Visualization Auto Index Builds Backups to File System Doc-Level Concurrency Compression Storage Engine API ≤50 replicas Auditing ++ Ops Manager
  • 6. Start a conversation. Tweet @MongoDB using #MongoDBWebinar MongoDB Connector for BI Visualize and explore multi-dimensional documents using SQL-based BI tools. The connector does the following: • Provides the BI tool with the schema of the MongoDB collection to be visualized • Translates SQL statements issued by the BI tool into equivalent MongoDB queries that are sent to MongoDB for processing • Converts the results into the tabular format expected by the BI tool, which can then visualize the data based on user requirements
  • 7. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Location & Flow of Data MongoDB BI Connector Mapping meta-data Application data {name: “Andrew”, address: {street:… }} DocumentTableAnalytics & visualization
  • 8. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Defining Data Mapping mongodrdl --host 192.168.1.94 --port 27017 -d clusterdb -o clusterdb.drdl mongobischema import billy clusterdb.drdl DRDL mongodrdl mongobischema PostgreSQL MongoDB- specific Foreign Data Wrapper
  • 9. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Optionally Manually Edit DRDL File • Redact attributes • Use more appropriate types (sampling can get it wrong) • Rename tables (v1.1+) • Rename columns (v1.1+) • Build new views using MongoDB Aggregation Framework – e.g., $lookup to join 2 tables - table: homesales collection: homeSales pipeline: [] columns: - name: _id mongotype: bson.ObjectId sqlname: _id sqltype: varchar - name: address.county mongotype: string sqlname: address_county sqltype: varchar - name: address.nameOrNumber mongotype: int sqlname: address_nameornumber sqltype: varchar
  • 10. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Data, Data Every WhereDemo
  • 11. Start a conversation. Tweet @MongoDB using #MongoDBWebinar Next Steps • Download the MongoDB 3.2 Whitepaper – https://www.mongodb.com/collateral/mongodb-3-2-whats-new • Try the MongoDB Connector for BI – https://www.mongodb.com/lp/download/mongodb-enterprise • Try Tableau Desktop with the MongoDB Connector for BI – http://www.tableau.com/products/desktop

Editor's Notes

  • #3: Load slide: So why are were here? Because our mission is to: Click 1: …help people see and understand their data. It’s what we’re absolutely committed to because we know that giving everyone the power to unlock the answers buried in data - can transform the world.
  • #4: Now that I’ve shown you how a little of how a company like Tableau might have used data visualization to help with their expansion plans, let’s take a look at where Tableau started out. The technology behind Tableau was started at Stanford University by Dr. Pat Hanrahan, who some of you might recognize as an early member of the company Pixar, and his Ph.D. student Dr. Chris Stolte. They teamed up with Christian Chabot, our CEO, and in 2003 they founded Tableau Software. The breakthrough technology they had developed was essentially the ability to translate drag-and-drop mouse actions into data queries that then are expressed visually. They called this Viz-Q-L. Viz-Q-L represents a foundational advancement in the area of data analysis and visualization. But why the focus on visual?
  • #5: With MongoDB + Tableau you can: + Analyze JSON data structures + Analyze data without transformation and ETL + Connect directly to and Visualize your data
  • #11: We have a data set of the Top Pubs from each of the London Burroughs provided from our friends at Yelp. I am sure you have heard of the Yelp Academic Challenge, they give out much of their JSON for free, and there is no better place to store and analyze that data than MongoDB + Tableau. Now let’s see Tableau + MongoDB in Action so we can make sure you…<next>