SlideShare a Scribd company logo
@
#MDBlocal
Ken W. Alger
Developer Advocate, MongoDB
kenwalger
SAN FRANCISCO
#MDBLocal
Safe Harbor Statement
This presentation contains “forward-looking statements” within the meaning of Section 27A of the Securities
Act of 1933, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended. Such
forward-looking statements are subject to a number of risks, uncertainties, assumptions and other factors that
could cause actual results and the timing of certain events to differ materially from future results expressed or
implied by the forward-looking statements. Factors that could cause or contribute to such differences include,
but are not limited to, those identified our filings with the Securities and Exchange Commission. You should
not rely upon forward-looking statements as predictions of future events. Furthermore, such forward-looking
statements speak only as of the date of this presentation.
In particular, the development, release, and timing of any features or functionality described for MongoDB
products remains at MongoDB’s sole discretion. This information is merely intended to outline our general
product direction and it should not be relied on in making a purchasing decision nor is this a commitment,
promise or legal obligation to deliver any material, code, or functionality. Except as required by law, we
undertake no obligation to update any forward-looking statements to reflect events or circumstances after the
date of such statements.
#MDBLocal
MongoDB Atlas — Global Cloud Database
Self-service & elastic
Deploy, modify, and upgrade on demand with
best-in-class operational automation
Automated database maintenance
Database and infrastructure resources as code,
optionally via Kubernetes OSB
Scale up, out, or down in a few clicks or API calls
Global & cloud-agnostic
Available in 60+ regions across AWS, Azure, GCP
Global clusters for read/write anywhere
deployments and multi-region fault tolerance
Easy migrations with a consistent experience
across cloud providers
Enterprise-grade security & SLAs
Network isolation, VPC peering, end-to-end
encryption, and role-based access controls
Encryption key management, LDAP integration,
granular database auditing
SOC 2 / ISO27001 / Privacy Shield / HIPAA / PCI
Guaranteed reliability with SLAs
Comprehensive monitoring
Deep visibility into 100+ KPIs with proactive
alerting
Real-time performance tracking and
Performance Advisor
APIs to integrate with monitoring dashboards
Managed backup
Point-in-time data recovery
Queryable backup snapshots
Consistent snapshots of sharded deployments
Cloud data mobility
Sync and Serverless
Simple, serverless functions for backend logic,
service integrations, and APIs
Database access from your frontend secured by
straightforward, field-level access rules
Database and authentication triggers to react to
changes in real time
#MDBLocal
Intelligently put data where you need it
Locality
Declare data locality
rules for governance
(e.g. data sovereignty),
class of service & local
low latency access
Scalability
Elastic horizontal
scalability – add/remove
capacity dynamically
without downtime
Workload Isolation
Ability to run both
operational & analytics
workloads on same
cluster, for timely insight
and lower cost
Highly Availability
Built-in multi-region high
availability, replication &
automated failover
#MDBLocal
MongoDB Atlas can put your entire database
right next to users
10 ms
2 ms
10 ms
4 ms
4 ms
2 ms
10 ms
2 ms
#MDBLocal
Put data where you need it: Locality
Intelligent Distribution via
Zoned Sharding
• Policies to define data placement
• Name a server by region, tag
your documents by region and
MongoDB does the rest
• Documents automatically
migrated as shard key ranges are
modified
• Global queries across all data in
all zones
Governance Class of Service Latency
#MDBLocal
Jumpstart Objectives
• Sign up for Atlas
• Setup an Organization
• Configure a Project
• Deploy a Cluster
• Explore MongoDB Atlas Features
• Connect to a production-ready environment
Where are we headed?
#MDBLocal
Production-Ready
• Deploy a cluster
• Load Sample Data
• Set Access
• Analytics
• Backups
• Connection
In 45 minutes?!?
DEMO
MongoDB Atlas
#MDBLocal
Connect with Python
import pymongo
from random import randint
client = MongoClient(<<ATLAS CONNECTION STRING>>)
num_docs = 5000
db = client.sflocal
sites = ["Golden Gate Bridge", "Alcatraz", "Pier 39"]
locations = ["AU", "US-CA", "US-OR", "CA", "DE", "GB", "IE", "IN", "MX"]
for x in range(1, num_docs+1):
attraction = {
'site' : sites[randint(0, (len(sites)-1))],
'location' : locations[randint(0, (len(locations)-1))],
'rating' : randint(1, 5)
}
result = db.reviews.insert_one(attraction)
print('Saved {0} of {1} as {2}'.format(x, num_docs, result))
print('Rating creation completed')
https://alger.me/mongodb-university
Next Steps
TEST (with reckless abandon!)
§ Try the tutorials
§ Find us at the Leaf Lounge!
§ MongoDB University!
THANK YOU
MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart

More Related Content

What's hot (20)

PDF
MongoDB .local Bengaluru 2019: The Journey of Migration from Oracle to MongoD...
MongoDB
 
PDF
MongoDB .local Paris 2020: Les bonnes pratiques pour sécuriser MongoDB
MongoDB
 
PDF
MongoDB .local Toronto 2019: MongoDB Atlas Jumpstart
MongoDB
 
PPTX
Power Real Estate Property Analytics with MongoDB + Spark
MongoDB
 
PDF
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
PDF
MongoDB .local Bengaluru 2019: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
PDF
10 - MongoDB
Kangaroot
 
PPTX
A Free New World: Atlas Free Tier and How It Was Born
MongoDB
 
PDF
MongoDB .local Paris 2020: Les bonnes pratiques pour travailler avec les donn...
MongoDB
 
PDF
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB
 
PPTX
Private Cloud Self-Service at Scale
MongoDB
 
PPTX
Introducing Stitch
MongoDB
 
PPTX
Introducing MongoDB Atlas
MongoDB
 
PDF
MongoDB .local Bengaluru 2019: Realm: The Secret Sauce for Better Mobile Apps
MongoDB
 
PDF
MongoDB World 2019: MongoDB in Data Science: How to Build a Scalable Product ...
MongoDB
 
PDF
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB
 
PPTX
MongoDB .local Munich 2019: Telediagnosis@Daimler powered by MongoDB
MongoDB
 
PPTX
AWS Lambda, Step Functions & MongoDB Atlas Tutorial
MongoDB
 
PDF
From RDBMS to MongoDB
MongoDB
 
PDF
MongoDB on Azure
Norberto Leite
 
MongoDB .local Bengaluru 2019: The Journey of Migration from Oracle to MongoD...
MongoDB
 
MongoDB .local Paris 2020: Les bonnes pratiques pour sécuriser MongoDB
MongoDB
 
MongoDB .local Toronto 2019: MongoDB Atlas Jumpstart
MongoDB
 
Power Real Estate Property Analytics with MongoDB + Spark
MongoDB
 
MongoDB .local Paris 2020: Realm : l'ingrédient secret pour de meilleures app...
MongoDB
 
MongoDB .local Bengaluru 2019: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
10 - MongoDB
Kangaroot
 
A Free New World: Atlas Free Tier and How It Was Born
MongoDB
 
MongoDB .local Paris 2020: Les bonnes pratiques pour travailler avec les donn...
MongoDB
 
MongoDB .local Paris 2020: Tout savoir sur le moteur de recherche Full Text S...
MongoDB
 
Private Cloud Self-Service at Scale
MongoDB
 
Introducing Stitch
MongoDB
 
Introducing MongoDB Atlas
MongoDB
 
MongoDB .local Bengaluru 2019: Realm: The Secret Sauce for Better Mobile Apps
MongoDB
 
MongoDB World 2019: MongoDB in Data Science: How to Build a Scalable Product ...
MongoDB
 
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB
 
MongoDB .local Munich 2019: Telediagnosis@Daimler powered by MongoDB
MongoDB
 
AWS Lambda, Step Functions & MongoDB Atlas Tutorial
MongoDB
 
From RDBMS to MongoDB
MongoDB
 
MongoDB on Azure
Norberto Leite
 

Similar to MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart (20)

PDF
MongoDB .local Chicago 2019: MongoDB Atlas Jumpstart
MongoDB
 
PPTX
Jumpstart: Introduction to MongoDB
MongoDB
 
PPTX
Jumpstart: Your Introduction to MongoDB
MongoDB
 
PDF
MongoDB - General Purpose Database
Ashnikbiz
 
PDF
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
PPTX
Jumpstart: Your Introduction To MongoDB
MongoDB
 
PPTX
Jumpstart: Building Your First App with MongoDB
MongoDB
 
PPTX
When to Use MongoDB
MongoDB
 
PPTX
Webinar: General Technical Overview of MongoDB for Ops Teams
MongoDB
 
PPTX
When to Use MongoDB...and When You Should Not...
MongoDB
 
PDF
MongoDB .local Chicago 2019: Practical Data Modeling for MongoDB: Tutorial
MongoDB
 
PPTX
MongoDB Evenings Minneapolis: MongoDB is Cool But When Should I Use It?
MongoDB
 
PDF
MongoDB .local Paris 2020: Devenez explorateur de données avec MongoDB Charts
MongoDB
 
PPTX
MongoDB.local Atlanta: MongoDB on Z
MongoDB
 
PPTX
Webinar: When to Use MongoDB
MongoDB
 
PPTX
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
MongoDB
 
PDF
MongoDB webiner01
Creationline,inc.
 
PPTX
Webinar: How to Drive Business Value in Financial Services with MongoDB
MongoDB
 
PPTX
Migrating from RDBMS to MongoDB
MongoDB
 
PDF
MongoDB .local Munich 2019: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
MongoDB .local Chicago 2019: MongoDB Atlas Jumpstart
MongoDB
 
Jumpstart: Introduction to MongoDB
MongoDB
 
Jumpstart: Your Introduction to MongoDB
MongoDB
 
MongoDB - General Purpose Database
Ashnikbiz
 
MongoDB SoCal 2020: Migrate Anything* to MongoDB Atlas
MongoDB
 
Jumpstart: Your Introduction To MongoDB
MongoDB
 
Jumpstart: Building Your First App with MongoDB
MongoDB
 
When to Use MongoDB
MongoDB
 
Webinar: General Technical Overview of MongoDB for Ops Teams
MongoDB
 
When to Use MongoDB...and When You Should Not...
MongoDB
 
MongoDB .local Chicago 2019: Practical Data Modeling for MongoDB: Tutorial
MongoDB
 
MongoDB Evenings Minneapolis: MongoDB is Cool But When Should I Use It?
MongoDB
 
MongoDB .local Paris 2020: Devenez explorateur de données avec MongoDB Charts
MongoDB
 
MongoDB.local Atlanta: MongoDB on Z
MongoDB
 
Webinar: When to Use MongoDB
MongoDB
 
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
MongoDB
 
MongoDB webiner01
Creationline,inc.
 
Webinar: How to Drive Business Value in Financial Services with MongoDB
MongoDB
 
Migrating from RDBMS to MongoDB
MongoDB
 
MongoDB .local Munich 2019: MongoDB Atlas Data Lake Technical Deep Dive
MongoDB
 
Ad

More from MongoDB (20)

PDF
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
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 .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: 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: 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: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
PDF
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
PDF
MongoDB .local Paris 2020: Adéo @MongoDB : MongoDB Atlas & Leroy Merlin : et ...
MongoDB
 
PDF
MongoDB .local Paris 2020: La puissance du Pipeline d'Agrégation de MongoDB
MongoDB
 
PDF
MongoDB .local Toronto 2019: Keep your Business Safe and Scaling Holistically...
MongoDB
 
PDF
MongoDB .local Toronto 2019: MongoDB – Powering the new age data demands
MongoDB
 
PDF
MongoDB .local Toronto 2019: Tips and Tricks for Effective Indexing
MongoDB
 
PDF
MongoDB .local Toronto 2019: Using Change Streams to Keep Up with Your Data
MongoDB
 
PDF
MongoDB .local Toronto 2019: MongoDB Atlas Search Deep Dive
MongoDB
 
MongoDB SoCal 2020: Go on a Data Safari with MongoDB Charts!
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 .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: 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: 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: Developing Alexa Skills with MongoDB & Golang
MongoDB
 
MongoDB .local Paris 2020: Upply @MongoDB : Upply : Quand le Machine Learning...
MongoDB
 
MongoDB .local Paris 2020: Adéo @MongoDB : MongoDB Atlas & Leroy Merlin : et ...
MongoDB
 
MongoDB .local Paris 2020: La puissance du Pipeline d'Agrégation de MongoDB
MongoDB
 
MongoDB .local Toronto 2019: Keep your Business Safe and Scaling Holistically...
MongoDB
 
MongoDB .local Toronto 2019: MongoDB – Powering the new age data demands
MongoDB
 
MongoDB .local Toronto 2019: Tips and Tricks for Effective Indexing
MongoDB
 
MongoDB .local Toronto 2019: Using Change Streams to Keep Up with Your Data
MongoDB
 
MongoDB .local Toronto 2019: MongoDB Atlas Search Deep Dive
MongoDB
 
Ad

Recently uploaded (20)

DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PPTX
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
Seamless Tech Experiences Showcasing Cross-Platform App Design.pptx
presentifyai
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
How do you fast track Agentic automation use cases discovery?
DianaGray10
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Automating Feature Enrichment and Station Creation in Natural Gas Utility Net...
Safe Software
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Digital Circuits, important subject in CS
contactparinay1
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 

MongoDB .local San Francisco 2020: MongoDB Atlas Jumpstart

  • 1. @ #MDBlocal Ken W. Alger Developer Advocate, MongoDB kenwalger SAN FRANCISCO
  • 2. #MDBLocal Safe Harbor Statement This presentation contains “forward-looking statements” within the meaning of Section 27A of the Securities Act of 1933, as amended, and Section 21E of the Securities Exchange Act of 1934, as amended. Such forward-looking statements are subject to a number of risks, uncertainties, assumptions and other factors that could cause actual results and the timing of certain events to differ materially from future results expressed or implied by the forward-looking statements. Factors that could cause or contribute to such differences include, but are not limited to, those identified our filings with the Securities and Exchange Commission. You should not rely upon forward-looking statements as predictions of future events. Furthermore, such forward-looking statements speak only as of the date of this presentation. In particular, the development, release, and timing of any features or functionality described for MongoDB products remains at MongoDB’s sole discretion. This information is merely intended to outline our general product direction and it should not be relied on in making a purchasing decision nor is this a commitment, promise or legal obligation to deliver any material, code, or functionality. Except as required by law, we undertake no obligation to update any forward-looking statements to reflect events or circumstances after the date of such statements.
  • 3. #MDBLocal MongoDB Atlas — Global Cloud Database Self-service & elastic Deploy, modify, and upgrade on demand with best-in-class operational automation Automated database maintenance Database and infrastructure resources as code, optionally via Kubernetes OSB Scale up, out, or down in a few clicks or API calls Global & cloud-agnostic Available in 60+ regions across AWS, Azure, GCP Global clusters for read/write anywhere deployments and multi-region fault tolerance Easy migrations with a consistent experience across cloud providers Enterprise-grade security & SLAs Network isolation, VPC peering, end-to-end encryption, and role-based access controls Encryption key management, LDAP integration, granular database auditing SOC 2 / ISO27001 / Privacy Shield / HIPAA / PCI Guaranteed reliability with SLAs Comprehensive monitoring Deep visibility into 100+ KPIs with proactive alerting Real-time performance tracking and Performance Advisor APIs to integrate with monitoring dashboards Managed backup Point-in-time data recovery Queryable backup snapshots Consistent snapshots of sharded deployments Cloud data mobility Sync and Serverless Simple, serverless functions for backend logic, service integrations, and APIs Database access from your frontend secured by straightforward, field-level access rules Database and authentication triggers to react to changes in real time
  • 4. #MDBLocal Intelligently put data where you need it Locality Declare data locality rules for governance (e.g. data sovereignty), class of service & local low latency access Scalability Elastic horizontal scalability – add/remove capacity dynamically without downtime Workload Isolation Ability to run both operational & analytics workloads on same cluster, for timely insight and lower cost Highly Availability Built-in multi-region high availability, replication & automated failover
  • 5. #MDBLocal MongoDB Atlas can put your entire database right next to users 10 ms 2 ms 10 ms 4 ms 4 ms 2 ms 10 ms 2 ms
  • 6. #MDBLocal Put data where you need it: Locality Intelligent Distribution via Zoned Sharding • Policies to define data placement • Name a server by region, tag your documents by region and MongoDB does the rest • Documents automatically migrated as shard key ranges are modified • Global queries across all data in all zones Governance Class of Service Latency
  • 7. #MDBLocal Jumpstart Objectives • Sign up for Atlas • Setup an Organization • Configure a Project • Deploy a Cluster • Explore MongoDB Atlas Features • Connect to a production-ready environment Where are we headed?
  • 8. #MDBLocal Production-Ready • Deploy a cluster • Load Sample Data • Set Access • Analytics • Backups • Connection In 45 minutes?!?
  • 10. #MDBLocal Connect with Python import pymongo from random import randint client = MongoClient(<<ATLAS CONNECTION STRING>>) num_docs = 5000 db = client.sflocal sites = ["Golden Gate Bridge", "Alcatraz", "Pier 39"] locations = ["AU", "US-CA", "US-OR", "CA", "DE", "GB", "IE", "IN", "MX"] for x in range(1, num_docs+1): attraction = { 'site' : sites[randint(0, (len(sites)-1))], 'location' : locations[randint(0, (len(locations)-1))], 'rating' : randint(1, 5) } result = db.reviews.insert_one(attraction) print('Saved {0} of {1} as {2}'.format(x, num_docs, result)) print('Rating creation completed')
  • 11. https://alger.me/mongodb-university Next Steps TEST (with reckless abandon!) § Try the tutorials § Find us at the Leaf Lounge! § MongoDB University!