SlideShare a Scribd company logo
Eliot Horowitz
CTO & Co-Founder
@eliothorowitz
Improve, Extend, Innovate
#MDBE16
Improve: Wired Tiger
3 3.2 3.4
#MDBE16
Improve: Replica Set Election
1
2
3
#MDBE16
Extend: Document Validation
#MDBE16
Extend: $lookup
} ,
“product_details” : [{
“_id” : 7,
“title” : “My
Memoir” }]
}
{
“_id” : 2,
“product_id” : 7
,
“product_details” : [{
“_id” : 5,
“title” : “A great
book” }]
{
“_id” : 1,
“product_id” : 5
#MDBE16
Innovate: Aggregation Pipeline Improvements
$match $sum6
6
3
3
6
4
13
#MDBE16
Innovate: Mixed Storage Engine Sets
MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas
#MDBE16
……
Improve: Collation Per Operation
d,D
c,C
b,Ba,A d
c
b
a
#MDBE16
Improve: Compass
Demo: Anna Herlihy, Compass Engineer
DEMO
#MDBE16
Compass
CRUDExplainIndexesGeo
#MDBE16
Extend: BI-Connector
#MDBE16
Extend: Read-Only Views
#MDBE16
Extend: Read-Only Views
> db.rides.findOne()
{ "_id" : ObjectId("572bb8572b288919b6a47779"), "startStation" : 498,
"endStation" : 253, "bike" : 23691 }
> db.createView( "rides_safe", "march_rides", [{$project: {'user.ssn': 0}}] );
> db.rides_safe.findOne()
{ "_id" :ObjectId("572bb8572b288919b6a47779"), "startStation" : 498,
"endStation" : 253, "bike" : 23691, "user_ssn" : "123-45-6789" }
#MDBE16
Extend: Recursive $lookup
#MDBE16
Extend: Platform Support
• ARM
• Power
• zSeries
#MDBE16
Extend: Faceted Search
#MDBE16
Innovate: Zones
#MDBE16
Innovate: Zones
MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas
#MDBE16
Cloud
#MDBE16
Cloud
Monitoring
Today
2011 2012 2013 2014 2015 2016
Backup Automation
Provisioning
#MDBE16
Cloud
• Simple
• Robust
• Elastic Pricing
MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas
#MDBE16
Improve: Atlas
Demo: Sahir Azam, VP, Cloud Products & GTM
DEMO
MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas
MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas
Improve, Extend, Innovate
MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas

More Related Content

What's hot (20)

PPTX
Back to Basics: My First MongoDB Application
MongoDB
 
PDF
Webinar: Building Your First App with MongoDB and Java
MongoDB
 
PDF
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
PDF
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
MongoDB
 
PDF
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
PDF
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
MongoDB
 
PPTX
Tutorial: Building Your First App with MongoDB Stitch
MongoDB
 
PPTX
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
PPTX
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
PPTX
Webinar: Back to Basics: Thinking in Documents
MongoDB
 
PPTX
MongoDB Schema Design: Practical Applications and Implications
MongoDB
 
PPTX
Doing Joins in MongoDB: Best Practices for Using $lookup
MongoDB
 
PDF
MongoDB .local Chicago 2019: Practical Data Modeling for MongoDB: Tutorial
MongoDB
 
PPTX
Back to Basics Webinar 3: Schema Design Thinking in Documents
MongoDB
 
PPT
PhpstudyTokyo MongoDB PHP CakePHP
ichikaway
 
PPTX
User Data Management with MongoDB
MongoDB
 
PDF
Mongo Presentation by Metatagg Solutions
Metatagg Solutions
 
PDF
MongodB Internals
Norberto Leite
 
PPTX
MongoDB Days Silicon Valley: Introducing MongoDB 3.2
MongoDB
 
PPTX
How to leverage MongoDB for Big Data Analysis and Operations with MongoDB's A...
Gianfranco Palumbo
 
Back to Basics: My First MongoDB Application
MongoDB
 
Webinar: Building Your First App with MongoDB and Java
MongoDB
 
MongoDB SoCal 2020: Best Practices for Working with IoT and Time-series Data
MongoDB
 
MongoDB .local Munich 2019: Still Haven't Found What You Are Looking For? Use...
MongoDB
 
MongoDB .local San Francisco 2020: From SQL to NoSQL -- Changing Your Mindset
MongoDB
 
MongoDB .local Chicago 2019: Still Haven't Found What You Are Looking For? Us...
MongoDB
 
Tutorial: Building Your First App with MongoDB Stitch
MongoDB
 
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
Back to Basics Webinar 1: Introduction to NoSQL
MongoDB
 
Webinar: Back to Basics: Thinking in Documents
MongoDB
 
MongoDB Schema Design: Practical Applications and Implications
MongoDB
 
Doing Joins in MongoDB: Best Practices for Using $lookup
MongoDB
 
MongoDB .local Chicago 2019: Practical Data Modeling for MongoDB: Tutorial
MongoDB
 
Back to Basics Webinar 3: Schema Design Thinking in Documents
MongoDB
 
PhpstudyTokyo MongoDB PHP CakePHP
ichikaway
 
User Data Management with MongoDB
MongoDB
 
Mongo Presentation by Metatagg Solutions
Metatagg Solutions
 
MongodB Internals
Norberto Leite
 
MongoDB Days Silicon Valley: Introducing MongoDB 3.2
MongoDB
 
How to leverage MongoDB for Big Data Analysis and Operations with MongoDB's A...
Gianfranco Palumbo
 

Viewers also liked (20)

PDF
MongoDB Europe 2016 - Welcome
MongoDB
 
PDF
MongoDB Launchpad 2016: MongoDB 3.4: Your Database Evolved
MongoDB
 
PDF
MongoDB Europe 2016 - Debugging MongoDB Performance
MongoDB
 
PDF
MongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
MongoDB
 
PDF
MongoDB Europe 2016 - MongoDB Atlas
MongoDB
 
PDF
MongoDB Europe 2016 - Graph Operations with MongoDB
MongoDB
 
PDF
MongoDB Launchpad 2016: Moving Cybersecurity to the Cloud
MongoDB
 
PDF
MongoDB Europe 2016 - MongoDB, Ops Manager & Docker at SNCF
MongoDB
 
PDF
MongoDB Europe 2016 - Using MongoDB to Build a Fast and Scalable Content Repo...
MongoDB
 
PDF
MongoDB Europe 2016 - Enabling the Internet of Things at Proximus - Belgium's...
MongoDB
 
PDF
MongoDB Europe 2016 - Distributed Ledgers, Blockchain + MongoDB
MongoDB
 
PDF
MongoDB Europe 2016 - Deploying MongoDB on NetApp storage
MongoDB
 
PPTX
Back to Basics Webinar 4: Advanced Indexing, Text and Geospatial Indexes
MongoDB
 
PDF
MongoDB Europe 2016 - Choosing Between 100 Billion Travel Options – Instant S...
MongoDB
 
PDF
Webinar: Working with Graph Data in MongoDB
MongoDB
 
PPTX
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
MongoDB
 
PDF
Webinar: Introducing the MongoDB Connector for BI 2.0 with Tableau
MongoDB
 
PPTX
Introduction to MongoDB Enterprise
MongoDB
 
PDF
MongoDB Basics Unileon
Juan Antonio Roy Couto
 
PPTX
Back to Basics 2017 - Your First MongoDB Application
Joe Drumgoole
 
MongoDB Europe 2016 - Welcome
MongoDB
 
MongoDB Launchpad 2016: MongoDB 3.4: Your Database Evolved
MongoDB
 
MongoDB Europe 2016 - Debugging MongoDB Performance
MongoDB
 
MongoDB Europe 2016 - Advanced MongoDB Aggregation Pipelines
MongoDB
 
MongoDB Europe 2016 - MongoDB Atlas
MongoDB
 
MongoDB Europe 2016 - Graph Operations with MongoDB
MongoDB
 
MongoDB Launchpad 2016: Moving Cybersecurity to the Cloud
MongoDB
 
MongoDB Europe 2016 - MongoDB, Ops Manager & Docker at SNCF
MongoDB
 
MongoDB Europe 2016 - Using MongoDB to Build a Fast and Scalable Content Repo...
MongoDB
 
MongoDB Europe 2016 - Enabling the Internet of Things at Proximus - Belgium's...
MongoDB
 
MongoDB Europe 2016 - Distributed Ledgers, Blockchain + MongoDB
MongoDB
 
MongoDB Europe 2016 - Deploying MongoDB on NetApp storage
MongoDB
 
Back to Basics Webinar 4: Advanced Indexing, Text and Geospatial Indexes
MongoDB
 
MongoDB Europe 2016 - Choosing Between 100 Billion Travel Options – Instant S...
MongoDB
 
Webinar: Working with Graph Data in MongoDB
MongoDB
 
Webinar: Enterprise Data Management in the Era of MongoDB and Data Lakes
MongoDB
 
Webinar: Introducing the MongoDB Connector for BI 2.0 with Tableau
MongoDB
 
Introduction to MongoDB Enterprise
MongoDB
 
MongoDB Basics Unileon
Juan Antonio Roy Couto
 
Back to Basics 2017 - Your First MongoDB Application
Joe Drumgoole
 
Ad

Similar to MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas (20)

PPTX
[MongoDB.local Bengaluru 2018] Keynote
MongoDB
 
PPTX
Keynote - Speaker: Grigori Melnik
MongoDB
 
PPTX
Keynote: New in MongoDB: Atlas, Charts, and Stitch
MongoDB
 
PPTX
Build 2017 - B8002 - Introducing Adaptive Cards
Windows Developer
 
PPTX
Dive Into Azure Data Lake - PASS 2017
Ike Ellis
 
PDF
Building Your Own MongoDB as a Service Offering
MongoDB
 
PDF
Birst Webinar Slides: "Build vs. Buy - Making the Right Choice for a Great Da...
Birst
 
PPT
The Rough Guide to MongoDB
Simeon Simeonov
 
PDF
API-Entwicklung bei XING
Mark Schmidt
 
PDF
Neo4j Aura on AWS: The Customer Choice for Graph Databases
Neo4j
 
PPTX
How to leverage what's new in MongoDB 3.6
Maxime Beugnet
 
PDF
OPA: The Cloud Native Policy Engine
Torin Sandall
 
PPTX
Back to Basics, webinar 2: La tua prima applicazione MongoDB
MongoDB
 
PPTX
Streaming Data Pipelines with MongoDB and Kafka at ao.com
MongoDB
 
PPTX
Invisible o desaparece JSDayES 2017
Juliet Moreiro Bockhop
 
PDF
Google BigQuery for Everyday Developer
Márton Kodok
 
PDF
Web Projects: From Theory To Practice
Sergey Bolshchikov
 
PPTX
NZYP Project Casestudy using SilverStripe CMS
Cam Findlay
 
PDF
Twitter Presentation: #APIConSF
Ryan Choi
 
PDF
[부스트캠프 Tech Talk] 진명훈_datasets로 협업하기
CONNECT FOUNDATION
 
[MongoDB.local Bengaluru 2018] Keynote
MongoDB
 
Keynote - Speaker: Grigori Melnik
MongoDB
 
Keynote: New in MongoDB: Atlas, Charts, and Stitch
MongoDB
 
Build 2017 - B8002 - Introducing Adaptive Cards
Windows Developer
 
Dive Into Azure Data Lake - PASS 2017
Ike Ellis
 
Building Your Own MongoDB as a Service Offering
MongoDB
 
Birst Webinar Slides: "Build vs. Buy - Making the Right Choice for a Great Da...
Birst
 
The Rough Guide to MongoDB
Simeon Simeonov
 
API-Entwicklung bei XING
Mark Schmidt
 
Neo4j Aura on AWS: The Customer Choice for Graph Databases
Neo4j
 
How to leverage what's new in MongoDB 3.6
Maxime Beugnet
 
OPA: The Cloud Native Policy Engine
Torin Sandall
 
Back to Basics, webinar 2: La tua prima applicazione MongoDB
MongoDB
 
Streaming Data Pipelines with MongoDB and Kafka at ao.com
MongoDB
 
Invisible o desaparece JSDayES 2017
Juliet Moreiro Bockhop
 
Google BigQuery for Everyday Developer
Márton Kodok
 
Web Projects: From Theory To Practice
Sergey Bolshchikov
 
NZYP Project Casestudy using SilverStripe CMS
Cam Findlay
 
Twitter Presentation: #APIConSF
Ryan Choi
 
[부스트캠프 Tech Talk] 진명훈_datasets로 협업하기
CONNECT FOUNDATION
 
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
PDF
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
PDF
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
PDF
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
PDF
MongoDB SoCal 2020: 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: 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
 
PDF
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
MongoDB
 
MongoDB SoCal 2020: Using MongoDB Services in Kubernetes: Any Platform, Devel...
MongoDB
 
MongoDB SoCal 2020: A Complete Methodology of Data Modeling for MongoDB
MongoDB
 
MongoDB SoCal 2020: From Pharmacist to Analyst: Leveraging MongoDB for Real-T...
MongoDB
 
MongoDB SoCal 2020: 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: 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
 
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB
 

Recently uploaded (20)

PPTX
Listify-Intelligent-Voice-to-Catalog-Agent.pptx
nareshkottees
 
PDF
NIS2 Compliance for MSPs: Roadmap, Benefits & Cybersecurity Trends (2025 Guide)
GRC Kompas
 
PDF
A GraphRAG approach for Energy Efficiency Q&A
Marco Brambilla
 
PDF
The Best NVIDIA GPUs for LLM Inference in 2025.pdf
Tamanna36
 
PDF
Business implication of Artificial Intelligence.pdf
VishalChugh12
 
PDF
apidays Singapore 2025 - The API Playbook for AI by Shin Wee Chuang (PAND AI)
apidays
 
PPTX
apidays Helsinki & North 2025 - APIs at Scale: Designing for Alignment, Trust...
apidays
 
PPTX
04_Tamás Marton_Intuitech .pptx_AI_Barometer_2025
FinTech Belgium
 
PPTX
apidays Singapore 2025 - Generative AI Landscape Building a Modern Data Strat...
apidays
 
PPTX
thid ppt defines the ich guridlens and gives the information about the ICH gu...
shaistabegum14
 
PPTX
apidays Singapore 2025 - The Quest for the Greenest LLM , Jean Philippe Ehre...
apidays
 
PPTX
Powerful Uses of Data Analytics You Should Know
subhashenia
 
PPTX
apidays Helsinki & North 2025 - API access control strategies beyond JWT bear...
apidays
 
PPTX
big data eco system fundamentals of data science
arivukarasi
 
PPTX
What Is Data Integration and Transformation?
subhashenia
 
PDF
apidays Singapore 2025 - From API Intelligence to API Governance by Harsha Ch...
apidays
 
PDF
Technical-Report-GPS_GIS_RS-for-MSF-finalv2.pdf
KPycho
 
PDF
apidays Singapore 2025 - Streaming Lakehouse with Kafka, Flink and Iceberg by...
apidays
 
PPTX
03_Ariane BERCKMOES_Ethias.pptx_AIBarometer_release_event
FinTech Belgium
 
PPTX
Feb 2021 Ransomware Recovery presentation.pptx
enginsayin1
 
Listify-Intelligent-Voice-to-Catalog-Agent.pptx
nareshkottees
 
NIS2 Compliance for MSPs: Roadmap, Benefits & Cybersecurity Trends (2025 Guide)
GRC Kompas
 
A GraphRAG approach for Energy Efficiency Q&A
Marco Brambilla
 
The Best NVIDIA GPUs for LLM Inference in 2025.pdf
Tamanna36
 
Business implication of Artificial Intelligence.pdf
VishalChugh12
 
apidays Singapore 2025 - The API Playbook for AI by Shin Wee Chuang (PAND AI)
apidays
 
apidays Helsinki & North 2025 - APIs at Scale: Designing for Alignment, Trust...
apidays
 
04_Tamás Marton_Intuitech .pptx_AI_Barometer_2025
FinTech Belgium
 
apidays Singapore 2025 - Generative AI Landscape Building a Modern Data Strat...
apidays
 
thid ppt defines the ich guridlens and gives the information about the ICH gu...
shaistabegum14
 
apidays Singapore 2025 - The Quest for the Greenest LLM , Jean Philippe Ehre...
apidays
 
Powerful Uses of Data Analytics You Should Know
subhashenia
 
apidays Helsinki & North 2025 - API access control strategies beyond JWT bear...
apidays
 
big data eco system fundamentals of data science
arivukarasi
 
What Is Data Integration and Transformation?
subhashenia
 
apidays Singapore 2025 - From API Intelligence to API Governance by Harsha Ch...
apidays
 
Technical-Report-GPS_GIS_RS-for-MSF-finalv2.pdf
KPycho
 
apidays Singapore 2025 - Streaming Lakehouse with Kafka, Flink and Iceberg by...
apidays
 
03_Ariane BERCKMOES_Ethias.pptx_AIBarometer_release_event
FinTech Belgium
 
Feb 2021 Ransomware Recovery presentation.pptx
enginsayin1
 

MongoDB Europe 2016 - MongoDB 3.4 preview and introduction to MongoDB Atlas