SlideShare a Scribd company logo
MongoDB Partner Program
Quarterly Update
November 2013
Webinar Logistics
• There is a Q&A following the webinar. You can enter questions in the
Q&A box to the ‘Host and Presenter’.
• A recording of the webinar will be available and emailed in a followup
email.
• Audio should start immediately when you log into the event via Audio
Broadcast. You will need a VOIP headset and reliable internet
connection for Audio Broadcast. If you are having issues connecting
please dial 1-877-668-4493; Access code: 662 144 306 or ask a
question in the Chat box.
• For any other issues please email webinars@mongodb.com.

2
Webinar Logistics
• Adam Kroll (me)
• Kelly Stirman, Director of Product Marketing
• Melia Jones, Event Coordinator

3
A Brief History
• By the fall 2012, MongoDB, then 10gen, had a
small group of partners, the genesis of a program
• We developed more concrete goals for our work
with partners, and started to develop a program
that could scale faster than our own team
• Started small (basic), with Program ‘v1.0’

4
As of Today
• Grew from 200 to nearly 300 partners last quarter
• Updated framework and branding
• Doubled the number of staff dedicated to partners
• Launched a partner portal
• Behind-the-scenes work to raise awareness
internally about partners within MongoDB

5
Program Framework (Updated)

MongoDB
Strategic Partners
MongoDB
Advanced Partners

MongoDB Ready
Partners

6
By the Numbers
MongoDB Partner Program, born March 2013
Total Program Size: 298

Partners, by Category
250
200

150
100
50
0
Hardware Channel
7

Cloud

Software Services
Some of Our Partners

8
New Exclusive Benefits
Partner Communications
•
•

Quarterly update webinars
Emails with information about partner program features

Partner Technical Services
•
•

Dedicated technical resources for strategic partners
Select assistance by request for specific live opportunities

Education
•
•
•

Complimentary access to MongoDB University, on-demand
Discounts on public training classes
Sales- and presales-specific education

For Advanced and Strategic Partners
•
•

Co-marketing page template
Technical resource outline for presales team
9
Spotlight on Education
• MongoDB University
– On-demand: MongoDB for Developers (M101J or
M101P) and MongoDB for DBAs (M102)

• MongoDB Public Training Class
– MongoDB for Developers
– MongoDB for DBAs
– MongoDB Essentials

mongodb.com/products/training

• Certification
– DBA, Associate
– Application Developer, Associate
10
MongoDB Partner Portal
www.mongodb.com/partners/portal

11
MongoDB Partner Portal

12
Program Roadmap
• Advanced Partner application form
• More sales and presales enablement topics
• Best practices for technology integrations
• Dynamic filtering of partner listings on
MongoDB.com

13
What Next?
• Checklist for new(er) partners:
– Register for access to the MongoDB Partner Portal
– Submit your logo through the portal for listing on MongoDB.com

– List MongoDB as a partner on your website (refer to Brand
Resources in the portal)
– Sign up for MongoDB University to get up to speed
– Review marketing opportunities to participate in conferences and
community events
– *NEW* Learn about MongoDB certification exams at
university.mongodb.com!

14
Roadmap
What’s New in MongoDB 2.4
Recent Release History
2.0
Sept ‘11

Index enhancements
to improve size and
performance

Authentication with
sharded clusters
Replica Set
Enhancements

Concurrency
improvements
17

2.2
Aug ‘12

2.4
Mar‘13

Aggregation
Framework

Hash-based
sharding

Multi-Data Center
Deployments

Text Search

Improved
Performance and
Concurrency

V8 JavaScript
engine
Faster counts

2.6
Winter ‘13
Areas of Improvement
• Developer Productivity
• Operations

• Performance
• Security

18
Developer Productivity
• Capped Arrays
– Ordered arrays of fixed length

• Geospatial Enhancements
– Polygon intersections
– More accurate spherical model
– $near and $within work with Aggregation Framework

• Text Search (beta in 2.4)
– Real-time indexes
– Stemming, tokenization, stop words for 15 languages
– Simplified application architecture

19
Operations
• Hash-based Sharding
– Simple, even distribution for reads and writes

• Working Set Analyzer
– Simplified capacity planning

• Improved Replication
– More resilient to network hiccups

• Mongo Client
– Intuitive, consistent interactions for all drivers

20
Performance
• V8 JavaScript Engine
– Greater concurrency, faster performance
• Faster Counts
– Low cardinality index-based counts up to 20x faster
• Aggregation Framework
– 3–5 x faster on average

21
Security
• SASL-based Authentication Framework
– Kerberos support included with MongoDB Enterprise
• Role-based Privileges
– Separate responsibilities for server, database and
cluster administration

22
Use Cases
Data Model

Low
Latency

Scalability

Rapid Dev

Analytics

Rich
Indexes

User Data

✔

✔

✔

✔

✔

✔

Asset Catalog

✔

✔

✔

✔

Time Series

✔

✔

✔

✔

✔

Social Feeds

✔

✔

✔

✔

Data Hub

✔

✔

✔

✔

Location
Services

✔

✔

✔

✔

Mobile Apps

✔
✔

✔

✔
✔

✔

✔

✔
User Data
•

Examples
–

Gaming systems

–

User profiles

–

Session data

–

Transaction history

–

Biometrics

•

Data Model – flexible, efficient model for sparse
metadata

•

Low Latency – instantaneous user experience

•

Scalability – quickly scale to millions of users

•

Rapid Dev – deliver new features in weeks

•

Analytics – session personalization, fraud detection

•

Rich Indexes – query on any attribute quickly
Asset Catalog
•

Examples
– User profiles
– Session data
– Transaction history
– Biometrics

•
•

Data Model – efficiently store entity attribute volatility
Low Latency – read+write to power online apps, including
inventory and price
Analytics – analyze live data with low-latency
Rich Indexes – query on any attribute quickly

•
•
Time Series
•

Examples
– Click streams
– Log data
– Sensor data
– Tick data

•

Data Model – efficiently store aggregated data for
visualization, alerting

•

Low Latency – capture, analyze and alert in real-time

•

Scalability – elastic scale out for data, writes and reads

•

Analytics – analyze live data with low-latency

•

Rich Indexes – precisely filter to critical events for
analysis
Social Feeds
•

Examples
–

Twitter-like apps

–

Pinterist-like apps

–

Gmail-like apps

•

Data Model – efficient for storing data for large-scale
celebrity:followers workload

•

Low Latency – instantaneous experience for users

•

Scalability – quickly scale to millions of users

•

Rapid Dev – deliver new features in weeks

•

Rich Indexes – query on any attribute quickly,
including text search
Data Hub
•

Examples
–

360 degree view (customer, product, market, etc)

–

High-speed data feeds

–

ODS

•

Data Model – quickly store all source data without
extensive ETL or schema design

•

Low Latency – build interactive apps

•

Scalability – encompass broad set of source systems

•

Rapid Dev – deliver new features in weeks

•

Analytics – analyze live data with low-latency

•

Rich Indexes – query on any attribute quickly
Location Services
•

Examples
–

Location Based Services

–

Gaming apps

–

Government apps

–

Fleet tracking & optimization

•

Data Model – model rich data sources, including
complex geospatial

•

Low Latency – interactive tracking and analytics

•

Rapid Dev – deliver new features in weeks

•

Rich Indexes – query on any attribute quickly,
including complex polygon, line, circle predicates
Mobile Apps
•

Examples
–

iOS, Android, Windows apps

–

Mobile-enabling legacy apps

•

Data Model – efficiently store entity attribute volatility

•

Low Latency – read+write to power online apps

•

Scalability – quickly scale to millions of users

•

Rapid Dev – deliver new features in weeks

•

Rich Indexes – query on any attribute quickly
Beyond MongoDB 2.4
Near Term
•

Optimizer improvements, powered by
new indexing API

•

Background indexing on secondaries

•

New update operators

•

Security

– Multiply counters ($mul)

–
–

•

– Less network resource usage
– Parallel bulk writes
•

Aggregation Framework
– Write to collection with $out
– Set operators: subsets, intersections,
unions, diff
33

•

User-defined roles

–

Sharded Clusters

Auditing

–

– xor operation for $bit

LDAP, x.509 Authentication

Collection-level authorization

Text Search
–

Integrated with other queries

– Multi-language documents
–

Aggregate text search results
Further Out
• Schema validation
• Improved concurrency
• Storage efficiency
• Multi-master collections

34
MongoDB Offerings
• MongoDB Management Service
– tools to help you get the most from your MongoDB
system
– Monitoring – real-time visualization, alerting on 100+
stats
– Backup – continuous, incremental backup, point-intime recovery
– Available in the cloud and on-prem for subscribers

• Product Launch Services

35

– Product launches, critical events, system migrations
– Dedicated expert on-call pre and post-launch 24/7
– Reflects 100s of projects with users
MongoDB Offerings
• Advanced Ops Training
– Wargaming model with hands-on scenarios on EC2
– Simulates havoc in your MongoDB systems
– Develop skills and confidence in controlled
environment

• MongoDB Certification
– For developers and DBAs
– Free online training prepares you, not required
– Coming in December

36
MongoDB World 2014
MongoDB World
• First Multi-Day, International Conference
• June 23 – 25, NY NY
• Executive Track
• Target Attendance: 2,000

38
Questions?
• info@mongodb.com
Available Sponsorships:
•

Diamond: $150,000
– 2 Available
– 20x10 Booth
– Includes Keynote & breakout session

•

Platinum: $100,000
– 4 available
– 20x10 Booth
– Includes Breakout Session

•

Gold: $60,000
– 10 available
– 10x10 Booth

•

Silver: $30,000
– 20 Available

40

– 10x5 turn-key booth
MongoDB Partner Program Update - November 2013

More Related Content

What's hot

An Introduction to MongoDB Ops Manager
An Introduction to MongoDB Ops ManagerAn Introduction to MongoDB Ops Manager
An Introduction to MongoDB Ops Manager
MongoDB
 
MongoDB Atlas - eHarmony’s New Message Store
MongoDB Atlas - eHarmony’s New Message StoreMongoDB Atlas - eHarmony’s New Message Store
MongoDB Atlas - eHarmony’s New Message Store
Evan Rodd
 
Introduction to MongoDB Enterprise
Introduction to MongoDB EnterpriseIntroduction to MongoDB Enterprise
Introduction to MongoDB Enterprise
MongoDB
 
How to deliver a Single View in Financial Services
 How to deliver a Single View in Financial Services How to deliver a Single View in Financial Services
How to deliver a Single View in Financial Services
MongoDB
 
Building LinkedIn's Learning Platform with MongoDB
Building LinkedIn's Learning Platform with MongoDBBuilding LinkedIn's Learning Platform with MongoDB
Building LinkedIn's Learning Platform with MongoDB
MongoDB
 
Overcoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDBOvercoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDB
MongoDB
 
aOS Canadian Tour Share point migration tips
aOS Canadian Tour Share point migration tipsaOS Canadian Tour Share point migration tips
aOS Canadian Tour Share point migration tips
Mike Maadarani
 
An Evening with MongoDB Detroit 2013
An Evening with MongoDB Detroit 2013An Evening with MongoDB Detroit 2013
An Evening with MongoDB Detroit 2013
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
 
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB
 
Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...
Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...
Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...
MongoDB
 
SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!
WinWire Technologies Inc
 
GSA Webinar - June 2, 2011
GSA Webinar - June 2, 2011GSA Webinar - June 2, 2011
GSA Webinar - June 2, 2011
Fishbowl Solutions
 
GSA Connector 3.0 Webinar - June 2013
GSA Connector 3.0 Webinar - June 2013GSA Connector 3.0 Webinar - June 2013
GSA Connector 3.0 Webinar - June 2013
Fishbowl Solutions
 
Dataweek-Talk-2014
Dataweek-Talk-2014Dataweek-Talk-2014
Dataweek-Talk-2014
ardan-bkennedy
 
What‘s new in Office 365
What‘s new in Office 365What‘s new in Office 365
What‘s new in Office 365
SPC Adriatics
 
Fried dallas spug
Fried dallas spugFried dallas spug
Fried dallas spug
Jeff Fried
 
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions
 
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Lucas Jellema
 
Integrating the Google Search Appliance with a WebCenter or Liferay Portal
Integrating the Google Search Appliance with a WebCenter or Liferay PortalIntegrating the Google Search Appliance with a WebCenter or Liferay Portal
Integrating the Google Search Appliance with a WebCenter or Liferay Portal
Fishbowl Solutions
 

What's hot (20)

An Introduction to MongoDB Ops Manager
An Introduction to MongoDB Ops ManagerAn Introduction to MongoDB Ops Manager
An Introduction to MongoDB Ops Manager
 
MongoDB Atlas - eHarmony’s New Message Store
MongoDB Atlas - eHarmony’s New Message StoreMongoDB Atlas - eHarmony’s New Message Store
MongoDB Atlas - eHarmony’s New Message Store
 
Introduction to MongoDB Enterprise
Introduction to MongoDB EnterpriseIntroduction to MongoDB Enterprise
Introduction to MongoDB Enterprise
 
How to deliver a Single View in Financial Services
 How to deliver a Single View in Financial Services How to deliver a Single View in Financial Services
How to deliver a Single View in Financial Services
 
Building LinkedIn's Learning Platform with MongoDB
Building LinkedIn's Learning Platform with MongoDBBuilding LinkedIn's Learning Platform with MongoDB
Building LinkedIn's Learning Platform with MongoDB
 
Overcoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDBOvercoming Today's Data Challenges with MongoDB
Overcoming Today's Data Challenges with MongoDB
 
aOS Canadian Tour Share point migration tips
aOS Canadian Tour Share point migration tipsaOS Canadian Tour Share point migration tips
aOS Canadian Tour Share point migration tips
 
An Evening with MongoDB Detroit 2013
An Evening with MongoDB Detroit 2013An Evening with MongoDB Detroit 2013
An Evening with MongoDB Detroit 2013
 
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 .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
MongoDB .local Chicago 2019: A MongoDB Journey: Moving from a relational data...
 
Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...
Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...
Replacing Traditional Technologies with MongoDB: A Single Platform for All Fi...
 
SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!SharePoint 2013 'Search': What you need to Know!
SharePoint 2013 'Search': What you need to Know!
 
GSA Webinar - June 2, 2011
GSA Webinar - June 2, 2011GSA Webinar - June 2, 2011
GSA Webinar - June 2, 2011
 
GSA Connector 3.0 Webinar - June 2013
GSA Connector 3.0 Webinar - June 2013GSA Connector 3.0 Webinar - June 2013
GSA Connector 3.0 Webinar - June 2013
 
Dataweek-Talk-2014
Dataweek-Talk-2014Dataweek-Talk-2014
Dataweek-Talk-2014
 
What‘s new in Office 365
What‘s new in Office 365What‘s new in Office 365
What‘s new in Office 365
 
Fried dallas spug
Fried dallas spugFried dallas spug
Fried dallas spug
 
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
Fishbowl Solutions Enterprise Batchloader and Workflow Solution Set Webinar
 
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
Dutch Oracle Architects Platform - Reviewing Oracle OpenWorld 2017 and New Tr...
 
Integrating the Google Search Appliance with a WebCenter or Liferay Portal
Integrating the Google Search Appliance with a WebCenter or Liferay PortalIntegrating the Google Search Appliance with a WebCenter or Liferay Portal
Integrating the Google Search Appliance with a WebCenter or Liferay Portal
 

Viewers also liked

Tech M&A Monthly: Q1 Report 2016
Tech M&A Monthly: Q1 Report 2016Tech M&A Monthly: Q1 Report 2016
Tech M&A Monthly: Q1 Report 2016
Corum Group
 
17 30h-vas-jorge
17 30h-vas-jorge17 30h-vas-jorge
17 30h-vas-jorge
Jose Luis Pascual
 
Calendario enero
Calendario eneroCalendario enero
Charla Mysql
Charla MysqlCharla Mysql
Charla Mysql
Matías Alejo Garcia
 
Manual Dental System
Manual Dental SystemManual Dental System
Manual Dental System
Angel D Garcia P
 
Finale FSCF Basket : le programme complet
Finale FSCF Basket : le programme completFinale FSCF Basket : le programme complet
Finale FSCF Basket : le programme complet
Guyon Jacky
 
Gaza under the Assyrian Empire
Gaza under the Assyrian EmpireGaza under the Assyrian Empire
Gaza under the Assyrian Empire
jhgbb
 
Catálogo Stilo 2017 Sportech
Catálogo Stilo 2017 Sportech Catálogo Stilo 2017 Sportech
Catálogo Stilo 2017 Sportech
Sportech
 
Widgets And Apps / A Strategic Meta View
Widgets And Apps  / A Strategic Meta ViewWidgets And Apps  / A Strategic Meta View
Widgets And Apps / A Strategic Meta View
Mehrdad Piroozram
 
Catalogo conceptronic
Catalogo conceptronicCatalogo conceptronic
Catalogo conceptronic
Mónica Menéndez
 
Cadete grupo 2 1516
Cadete grupo 2 1516Cadete grupo 2 1516
Cadete grupo 2 1516
mariodelasanta
 
EduMOOC Project: Renewing teachers digital competencies (Final)
EduMOOC Project: Renewing teachers digital competencies (Final)EduMOOC Project: Renewing teachers digital competencies (Final)
EduMOOC Project: Renewing teachers digital competencies (Final)
Innovatec Edumooc
 
Solo para jovencitas
Solo para jovencitasSolo para jovencitas
Solo para jovencitas
Jorge A. Navidad
 
(607966021) ciencias 1
(607966021) ciencias 1(607966021) ciencias 1
(607966021) ciencias 1
Lino Cambrón
 
Ruiz barrera (1)
Ruiz barrera  (1)Ruiz barrera  (1)
Ruiz barrera (1)
fjgn1972
 
Clasicismo, Concreto Amado y La Bauhaus
Clasicismo, Concreto Amado y La BauhausClasicismo, Concreto Amado y La Bauhaus
Clasicismo, Concreto Amado y La Bauhaus
Bryan Reyes
 
CSSM Certification: The Next Step for Surgical Services Managers
CSSM Certification: The Next Step for Surgical Services Managers CSSM Certification: The Next Step for Surgical Services Managers
CSSM Certification: The Next Step for Surgical Services Managers
Competency & Credentialing Institute (CCI)
 
Risk Factory: Modems the Forgotten Back Door
Risk Factory: Modems the Forgotten Back DoorRisk Factory: Modems the Forgotten Back Door
Risk Factory: Modems the Forgotten Back Door
Risk Crew
 
Preguntas de-repaso-capitulo-30
Preguntas de-repaso-capitulo-30Preguntas de-repaso-capitulo-30
Preguntas de-repaso-capitulo-30
Frans Candila
 
2da Edicion Boletin Seguridad Operacional del IDAC
2da Edicion Boletin Seguridad Operacional del IDAC2da Edicion Boletin Seguridad Operacional del IDAC
2da Edicion Boletin Seguridad Operacional del IDAC
Eddian Méndez
 

Viewers also liked (20)

Tech M&A Monthly: Q1 Report 2016
Tech M&A Monthly: Q1 Report 2016Tech M&A Monthly: Q1 Report 2016
Tech M&A Monthly: Q1 Report 2016
 
17 30h-vas-jorge
17 30h-vas-jorge17 30h-vas-jorge
17 30h-vas-jorge
 
Calendario enero
Calendario eneroCalendario enero
Calendario enero
 
Charla Mysql
Charla MysqlCharla Mysql
Charla Mysql
 
Manual Dental System
Manual Dental SystemManual Dental System
Manual Dental System
 
Finale FSCF Basket : le programme complet
Finale FSCF Basket : le programme completFinale FSCF Basket : le programme complet
Finale FSCF Basket : le programme complet
 
Gaza under the Assyrian Empire
Gaza under the Assyrian EmpireGaza under the Assyrian Empire
Gaza under the Assyrian Empire
 
Catálogo Stilo 2017 Sportech
Catálogo Stilo 2017 Sportech Catálogo Stilo 2017 Sportech
Catálogo Stilo 2017 Sportech
 
Widgets And Apps / A Strategic Meta View
Widgets And Apps  / A Strategic Meta ViewWidgets And Apps  / A Strategic Meta View
Widgets And Apps / A Strategic Meta View
 
Catalogo conceptronic
Catalogo conceptronicCatalogo conceptronic
Catalogo conceptronic
 
Cadete grupo 2 1516
Cadete grupo 2 1516Cadete grupo 2 1516
Cadete grupo 2 1516
 
EduMOOC Project: Renewing teachers digital competencies (Final)
EduMOOC Project: Renewing teachers digital competencies (Final)EduMOOC Project: Renewing teachers digital competencies (Final)
EduMOOC Project: Renewing teachers digital competencies (Final)
 
Solo para jovencitas
Solo para jovencitasSolo para jovencitas
Solo para jovencitas
 
(607966021) ciencias 1
(607966021) ciencias 1(607966021) ciencias 1
(607966021) ciencias 1
 
Ruiz barrera (1)
Ruiz barrera  (1)Ruiz barrera  (1)
Ruiz barrera (1)
 
Clasicismo, Concreto Amado y La Bauhaus
Clasicismo, Concreto Amado y La BauhausClasicismo, Concreto Amado y La Bauhaus
Clasicismo, Concreto Amado y La Bauhaus
 
CSSM Certification: The Next Step for Surgical Services Managers
CSSM Certification: The Next Step for Surgical Services Managers CSSM Certification: The Next Step for Surgical Services Managers
CSSM Certification: The Next Step for Surgical Services Managers
 
Risk Factory: Modems the Forgotten Back Door
Risk Factory: Modems the Forgotten Back DoorRisk Factory: Modems the Forgotten Back Door
Risk Factory: Modems the Forgotten Back Door
 
Preguntas de-repaso-capitulo-30
Preguntas de-repaso-capitulo-30Preguntas de-repaso-capitulo-30
Preguntas de-repaso-capitulo-30
 
2da Edicion Boletin Seguridad Operacional del IDAC
2da Edicion Boletin Seguridad Operacional del IDAC2da Edicion Boletin Seguridad Operacional del IDAC
2da Edicion Boletin Seguridad Operacional del IDAC
 

Similar to MongoDB Partner Program Update - November 2013

Webinar: How Partners Can Benefit from our New Program (EMEA)
Webinar: How Partners Can Benefit from our New Program (EMEA)Webinar: How Partners Can Benefit from our New Program (EMEA)
Webinar: How Partners Can Benefit from our New Program (EMEA)
MongoDB
 
Enabling Telco to Build and Run Modern Applications
Enabling Telco to Build and Run Modern Applications Enabling Telco to Build and Run Modern Applications
Enabling Telco to Build and Run Modern Applications
Tugdual Grall
 
Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...
Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...
Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...
MongoDB
 
Webinar : Nouveautés de MongoDB 3.2
Webinar : Nouveautés de MongoDB 3.2Webinar : Nouveautés de MongoDB 3.2
Webinar : Nouveautés de MongoDB 3.2
MongoDB
 
Webminar - Novedades de MongoDB 3.2
Webminar - Novedades de MongoDB 3.2Webminar - Novedades de MongoDB 3.2
Webminar - Novedades de MongoDB 3.2
Sam_Francis
 
Webinar: Expanding Retail Frontiers with MongoDB
 Webinar: Expanding Retail Frontiers with MongoDB Webinar: Expanding Retail Frontiers with MongoDB
Webinar: Expanding Retail Frontiers with MongoDB
MongoDB
 
Expanding Retail Frontiers with MongoDB
Expanding Retail Frontiers with MongoDBExpanding Retail Frontiers with MongoDB
Expanding Retail Frontiers with MongoDB
Norberto Leite
 
Enterprise Trends for MongoDB as a Service
Enterprise Trends for MongoDB as a ServiceEnterprise Trends for MongoDB as a Service
Enterprise Trends for MongoDB as a Service
MongoDB
 
Mongo db 3.4 Overview
Mongo db 3.4 OverviewMongo db 3.4 Overview
Mongo db 3.4 Overview
Norberto Leite
 
Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global
Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global
Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global
Lucidworks
 
MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...
MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...
MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...
MongoDB
 
Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...
Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...
Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...
Flink Forward
 
Webinar: Best Practices for Upgrading to MongoDB 3.0
Webinar: Best Practices for Upgrading to MongoDB 3.0Webinar: Best Practices for Upgrading to MongoDB 3.0
Webinar: Best Practices for Upgrading to MongoDB 3.0
MongoDB
 
L’architettura di Classe Enterprise di Nuova Generazione
L’architettura di Classe Enterprise di Nuova GenerazioneL’architettura di Classe Enterprise di Nuova Generazione
L’architettura di Classe Enterprise di Nuova Generazione
MongoDB
 
Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101
MongoDB
 
Migrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDBMigrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDB
MongoDB
 
When to Use MongoDB...and When You Should Not...
When to Use MongoDB...and When You Should Not...When to Use MongoDB...and When You Should Not...
When to Use MongoDB...and When You Should Not...
MongoDB
 
The use of microservices to implement cross process integration and data sharing
The use of microservices to implement cross process integration and data sharingThe use of microservices to implement cross process integration and data sharing
The use of microservices to implement cross process integration and data sharing
Balint Maschio
 
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
 Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
MongoDB
 
Creating Real-time Systems of Engagement with Analytics and Big Data
Creating Real-time Systems of Engagement with Analytics and Big DataCreating Real-time Systems of Engagement with Analytics and Big Data
Creating Real-time Systems of Engagement with Analytics and Big Data
MongoDB
 

Similar to MongoDB Partner Program Update - November 2013 (20)

Webinar: How Partners Can Benefit from our New Program (EMEA)
Webinar: How Partners Can Benefit from our New Program (EMEA)Webinar: How Partners Can Benefit from our New Program (EMEA)
Webinar: How Partners Can Benefit from our New Program (EMEA)
 
Enabling Telco to Build and Run Modern Applications
Enabling Telco to Build and Run Modern Applications Enabling Telco to Build and Run Modern Applications
Enabling Telco to Build and Run Modern Applications
 
Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...
Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...
Big Data Analytics 2: Leveraging Customer Behavior to Enhance Relevancy in Pe...
 
Webinar : Nouveautés de MongoDB 3.2
Webinar : Nouveautés de MongoDB 3.2Webinar : Nouveautés de MongoDB 3.2
Webinar : Nouveautés de MongoDB 3.2
 
Webminar - Novedades de MongoDB 3.2
Webminar - Novedades de MongoDB 3.2Webminar - Novedades de MongoDB 3.2
Webminar - Novedades de MongoDB 3.2
 
Webinar: Expanding Retail Frontiers with MongoDB
 Webinar: Expanding Retail Frontiers with MongoDB Webinar: Expanding Retail Frontiers with MongoDB
Webinar: Expanding Retail Frontiers with MongoDB
 
Expanding Retail Frontiers with MongoDB
Expanding Retail Frontiers with MongoDBExpanding Retail Frontiers with MongoDB
Expanding Retail Frontiers with MongoDB
 
Enterprise Trends for MongoDB as a Service
Enterprise Trends for MongoDB as a ServiceEnterprise Trends for MongoDB as a Service
Enterprise Trends for MongoDB as a Service
 
Mongo db 3.4 Overview
Mongo db 3.4 OverviewMongo db 3.4 Overview
Mongo db 3.4 Overview
 
Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global
Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global
Solr Under the Hood at S&P Global- Sumit Vadhera, S&P Global
 
MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...
MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...
MongoDB .local Houston 2019: Building an IoT Streaming Analytics Platform to ...
 
Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...
Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...
Marc Schwering – Using Flink with MongoDB to enhance relevancy in personaliza...
 
Webinar: Best Practices for Upgrading to MongoDB 3.0
Webinar: Best Practices for Upgrading to MongoDB 3.0Webinar: Best Practices for Upgrading to MongoDB 3.0
Webinar: Best Practices for Upgrading to MongoDB 3.0
 
L’architettura di Classe Enterprise di Nuova Generazione
L’architettura di Classe Enterprise di Nuova GenerazioneL’architettura di Classe Enterprise di Nuova Generazione
L’architettura di Classe Enterprise di Nuova Generazione
 
Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101
 
Migrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDBMigrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDB
 
When to Use MongoDB...and When You Should Not...
When to Use MongoDB...and When You Should Not...When to Use MongoDB...and When You Should Not...
When to Use MongoDB...and When You Should Not...
 
The use of microservices to implement cross process integration and data sharing
The use of microservices to implement cross process integration and data sharingThe use of microservices to implement cross process integration and data sharing
The use of microservices to implement cross process integration and data sharing
 
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
 Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
 
Creating Real-time Systems of Engagement with Analytics and Big Data
Creating Real-time Systems of Engagement with Analytics and Big DataCreating Real-time Systems of Engagement with Analytics and Big Data
Creating Real-time Systems of Engagement with Analytics and Big Data
 

More from MongoDB

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

More from MongoDB (20)

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

Recently uploaded

Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
saastr
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
Hiroshi SHIBATA
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Jeffrey Haguewood
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
saastr
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
Zilliz
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
kumardaparthi1024
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 

Recently uploaded (20)

Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
Deep Dive: AI-Powered Marketing to Get More Leads and Customers with HyperGro...
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Introduction of Cybersecurity with OSS at Code Europe 2024
Introduction of Cybersecurity with OSS  at Code Europe 2024Introduction of Cybersecurity with OSS  at Code Europe 2024
Introduction of Cybersecurity with OSS at Code Europe 2024
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
Salesforce Integration for Bonterra Impact Management (fka Social Solutions A...
 
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStrDeep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
Deep Dive: Getting Funded with Jason Jason Lemkin Founder & CEO @ SaaStr
 
Building Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and MilvusBuilding Production Ready Search Pipelines with Spark and Milvus
Building Production Ready Search Pipelines with Spark and Milvus
 
GenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizationsGenAI Pilot Implementation in the organizations
GenAI Pilot Implementation in the organizations
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 

MongoDB Partner Program Update - November 2013

  • 1. MongoDB Partner Program Quarterly Update November 2013
  • 2. Webinar Logistics • There is a Q&A following the webinar. You can enter questions in the Q&A box to the ‘Host and Presenter’. • A recording of the webinar will be available and emailed in a followup email. • Audio should start immediately when you log into the event via Audio Broadcast. You will need a VOIP headset and reliable internet connection for Audio Broadcast. If you are having issues connecting please dial 1-877-668-4493; Access code: 662 144 306 or ask a question in the Chat box. • For any other issues please email webinars@mongodb.com. 2
  • 3. Webinar Logistics • Adam Kroll (me) • Kelly Stirman, Director of Product Marketing • Melia Jones, Event Coordinator 3
  • 4. A Brief History • By the fall 2012, MongoDB, then 10gen, had a small group of partners, the genesis of a program • We developed more concrete goals for our work with partners, and started to develop a program that could scale faster than our own team • Started small (basic), with Program ‘v1.0’ 4
  • 5. As of Today • Grew from 200 to nearly 300 partners last quarter • Updated framework and branding • Doubled the number of staff dedicated to partners • Launched a partner portal • Behind-the-scenes work to raise awareness internally about partners within MongoDB 5
  • 6. Program Framework (Updated) MongoDB Strategic Partners MongoDB Advanced Partners MongoDB Ready Partners 6
  • 7. By the Numbers MongoDB Partner Program, born March 2013 Total Program Size: 298 Partners, by Category 250 200 150 100 50 0 Hardware Channel 7 Cloud Software Services
  • 8. Some of Our Partners 8
  • 9. New Exclusive Benefits Partner Communications • • Quarterly update webinars Emails with information about partner program features Partner Technical Services • • Dedicated technical resources for strategic partners Select assistance by request for specific live opportunities Education • • • Complimentary access to MongoDB University, on-demand Discounts on public training classes Sales- and presales-specific education For Advanced and Strategic Partners • • Co-marketing page template Technical resource outline for presales team 9
  • 10. Spotlight on Education • MongoDB University – On-demand: MongoDB for Developers (M101J or M101P) and MongoDB for DBAs (M102) • MongoDB Public Training Class – MongoDB for Developers – MongoDB for DBAs – MongoDB Essentials mongodb.com/products/training • Certification – DBA, Associate – Application Developer, Associate 10
  • 13. Program Roadmap • Advanced Partner application form • More sales and presales enablement topics • Best practices for technology integrations • Dynamic filtering of partner listings on MongoDB.com 13
  • 14. What Next? • Checklist for new(er) partners: – Register for access to the MongoDB Partner Portal – Submit your logo through the portal for listing on MongoDB.com – List MongoDB as a partner on your website (refer to Brand Resources in the portal) – Sign up for MongoDB University to get up to speed – Review marketing opportunities to participate in conferences and community events – *NEW* Learn about MongoDB certification exams at university.mongodb.com! 14
  • 16. What’s New in MongoDB 2.4
  • 17. Recent Release History 2.0 Sept ‘11 Index enhancements to improve size and performance Authentication with sharded clusters Replica Set Enhancements Concurrency improvements 17 2.2 Aug ‘12 2.4 Mar‘13 Aggregation Framework Hash-based sharding Multi-Data Center Deployments Text Search Improved Performance and Concurrency V8 JavaScript engine Faster counts 2.6 Winter ‘13
  • 18. Areas of Improvement • Developer Productivity • Operations • Performance • Security 18
  • 19. Developer Productivity • Capped Arrays – Ordered arrays of fixed length • Geospatial Enhancements – Polygon intersections – More accurate spherical model – $near and $within work with Aggregation Framework • Text Search (beta in 2.4) – Real-time indexes – Stemming, tokenization, stop words for 15 languages – Simplified application architecture 19
  • 20. Operations • Hash-based Sharding – Simple, even distribution for reads and writes • Working Set Analyzer – Simplified capacity planning • Improved Replication – More resilient to network hiccups • Mongo Client – Intuitive, consistent interactions for all drivers 20
  • 21. Performance • V8 JavaScript Engine – Greater concurrency, faster performance • Faster Counts – Low cardinality index-based counts up to 20x faster • Aggregation Framework – 3–5 x faster on average 21
  • 22. Security • SASL-based Authentication Framework – Kerberos support included with MongoDB Enterprise • Role-based Privileges – Separate responsibilities for server, database and cluster administration 22
  • 24. Data Model Low Latency Scalability Rapid Dev Analytics Rich Indexes User Data ✔ ✔ ✔ ✔ ✔ ✔ Asset Catalog ✔ ✔ ✔ ✔ Time Series ✔ ✔ ✔ ✔ ✔ Social Feeds ✔ ✔ ✔ ✔ Data Hub ✔ ✔ ✔ ✔ Location Services ✔ ✔ ✔ ✔ Mobile Apps ✔ ✔ ✔ ✔ ✔ ✔ ✔ ✔
  • 25. User Data • Examples – Gaming systems – User profiles – Session data – Transaction history – Biometrics • Data Model – flexible, efficient model for sparse metadata • Low Latency – instantaneous user experience • Scalability – quickly scale to millions of users • Rapid Dev – deliver new features in weeks • Analytics – session personalization, fraud detection • Rich Indexes – query on any attribute quickly
  • 26. Asset Catalog • Examples – User profiles – Session data – Transaction history – Biometrics • • Data Model – efficiently store entity attribute volatility Low Latency – read+write to power online apps, including inventory and price Analytics – analyze live data with low-latency Rich Indexes – query on any attribute quickly • •
  • 27. Time Series • Examples – Click streams – Log data – Sensor data – Tick data • Data Model – efficiently store aggregated data for visualization, alerting • Low Latency – capture, analyze and alert in real-time • Scalability – elastic scale out for data, writes and reads • Analytics – analyze live data with low-latency • Rich Indexes – precisely filter to critical events for analysis
  • 28. Social Feeds • Examples – Twitter-like apps – Pinterist-like apps – Gmail-like apps • Data Model – efficient for storing data for large-scale celebrity:followers workload • Low Latency – instantaneous experience for users • Scalability – quickly scale to millions of users • Rapid Dev – deliver new features in weeks • Rich Indexes – query on any attribute quickly, including text search
  • 29. Data Hub • Examples – 360 degree view (customer, product, market, etc) – High-speed data feeds – ODS • Data Model – quickly store all source data without extensive ETL or schema design • Low Latency – build interactive apps • Scalability – encompass broad set of source systems • Rapid Dev – deliver new features in weeks • Analytics – analyze live data with low-latency • Rich Indexes – query on any attribute quickly
  • 30. Location Services • Examples – Location Based Services – Gaming apps – Government apps – Fleet tracking & optimization • Data Model – model rich data sources, including complex geospatial • Low Latency – interactive tracking and analytics • Rapid Dev – deliver new features in weeks • Rich Indexes – query on any attribute quickly, including complex polygon, line, circle predicates
  • 31. Mobile Apps • Examples – iOS, Android, Windows apps – Mobile-enabling legacy apps • Data Model – efficiently store entity attribute volatility • Low Latency – read+write to power online apps • Scalability – quickly scale to millions of users • Rapid Dev – deliver new features in weeks • Rich Indexes – query on any attribute quickly
  • 33. Near Term • Optimizer improvements, powered by new indexing API • Background indexing on secondaries • New update operators • Security – Multiply counters ($mul) – – • – Less network resource usage – Parallel bulk writes • Aggregation Framework – Write to collection with $out – Set operators: subsets, intersections, unions, diff 33 • User-defined roles – Sharded Clusters Auditing – – xor operation for $bit LDAP, x.509 Authentication Collection-level authorization Text Search – Integrated with other queries – Multi-language documents – Aggregate text search results
  • 34. Further Out • Schema validation • Improved concurrency • Storage efficiency • Multi-master collections 34
  • 35. MongoDB Offerings • MongoDB Management Service – tools to help you get the most from your MongoDB system – Monitoring – real-time visualization, alerting on 100+ stats – Backup – continuous, incremental backup, point-intime recovery – Available in the cloud and on-prem for subscribers • Product Launch Services 35 – Product launches, critical events, system migrations – Dedicated expert on-call pre and post-launch 24/7 – Reflects 100s of projects with users
  • 36. MongoDB Offerings • Advanced Ops Training – Wargaming model with hands-on scenarios on EC2 – Simulates havoc in your MongoDB systems – Develop skills and confidence in controlled environment • MongoDB Certification – For developers and DBAs – Free online training prepares you, not required – Coming in December 36
  • 38. MongoDB World • First Multi-Day, International Conference • June 23 – 25, NY NY • Executive Track • Target Attendance: 2,000 38
  • 40. Available Sponsorships: • Diamond: $150,000 – 2 Available – 20x10 Booth – Includes Keynote & breakout session • Platinum: $100,000 – 4 available – 20x10 Booth – Includes Breakout Session • Gold: $60,000 – 10 available – 10x10 Booth • Silver: $30,000 – 20 Available 40 – 10x5 turn-key booth

Editor's Notes

  1. Today we will have three speakers. First up is me, Adam Kroll, partner program manager. I’ll be giving an update about the partner program, and some new benefits we have coming your way.Kelly Stirman will give a product update, to get you up to speed on new features in our upcoming release.Melia Jones will speak about our new event MongoDB World, and how you can get involved.
  2. -We wanted a program that would be open, leverage existing resources of our company, and scale beyond the capacity of the just four members of the business development team at the time.-The program we launched in March of 2013 was basic, and provided a foundation for our work with partners. -Just as with our developer community, over the next year we would discover many software, services, cloud, and hardware companies already working with MongoDB.
  3. This slide is for those who may have joined the program early on last spring. The program levels were updated somewhat before we rebranded from 10gen to MongoDB. The entry level is now called MongoDB Ready Partner, then you have your advanced and strategic partner levels.
  4. What does this tell us?-People love developing with MongoDB.-There’s a ton of room for growth
  5. These are just a few of the many companies we are working with to make joint customers successful.
  6. MongoDB University offers several online courses. You can access two of them on-demand for self-paced learning, MongoDB for Developers, with Java and Python options, and MongoDB for DBAs.For more intensive learning, MongoDB public classes over in-depth curriculum and small class size for more personal attention. The instructors are all MongoDB trainers or engineers. Our partners receive a discount on training seats, and you can find more information about that on the partner portal.
  7. Visit mongodb.com/partners/portal to access or request access to the MongoDB Partner Portal. It is a Google Site, and therefore uses Google Accounts for authentication. Please make sure to submit with an email address associated with a Google Account, and we will process your request within the week or sooner.
  8. The MongoDB Partner Portal contains the majority of resources for partners, as well as several key contact forms. I encourage you to browse the portal to explore all it has to offer. It includes sales enablement presentations, information about how to participate in marketing programs at MongoDB.
  9. Start by asking which release people are on: 2.0 or earlier; 2.2, 2.4. Many are not yet on 2.4, so good to remind them what is important about the release.We don’t want to spend too much time on future releases because it places the focus on what is *not* in the product today.It is important to thank the audience – they are the community, they are MongoDB. The product is a reflection of their priorities, so be vocal and vote for what matters to you.
  10. For many users performance is one of the top reasons for choosing MongoDB, and with every release we work to make performance better.
  11. You can point out that the security work in 2.4 was just the beginning. Security is a large functional area that will take several releases to address. 2.6 goes a long way . . .
  12. Optimizer improvements, powered by new indexing API – we have invested a lot of engineering resources in our core database optimizer and indexing APIs. This sets us up for faster innovation in these areas going forward. You see some key advances in this release – such as index intersections and a few new update operators – but expect to see a lot more in the future.New update operators like $mul and xor for $bit make it easier for you to develop your applications – less code for you to write, and fewer round trips to the database.Sharded Clusters - There are users with some very large clusters out there these days. With many shards and mongos instances, 2.6 will significantly reduce the network resource usage. Also, there are now parallel bulk writes so that loading and updating large volumes of data is much more efficient.The Aggregation Framework has proven to be very popular in the community. In 2.6 you can take the results of your pipelined transformations and aggregations and write them back into a collection. If the collection already exists the system will replace it atomically. You can also work with the results using a cursor instead of being limited to 16MB of results, and there are new set operators to handle more interesting analytics much more efficiently.Many of you will be happy to hear that background indexing on secondaries will be in 2.6. This has been a long-requested enhancement, and it makes it much easier to perform planned maintenance on your system with no downtime.In the Enterprise security matters a lot. In 2.6 there are many enhancements in this area, including support for LDAP and x.509 authentication, auditing of admin tasks (data access auditing will come in a future release), very granular user-defined roles and collection-level authorization. There is still more to do in the area of security in the future, but this is a major step forward and it makes it much easier to incorporate MongoDB into the standard Enterprise stack.Finally with Text Search, based on a great deal of testing and experience in the community, the feature is no longer in Beta – you can consider it ready for production. Part of getting it ready was to integrate text search more closely with other queries, including the Aggregation Framework. You’ll also now have support for multi-language documents.One item that isn’t on this list – MMS On-prem now has support for backups. We are actively looking for beta testers to work with us to test MMS in their infrastructure. If you’re interested, please see me after the talk!
  13. Schema validation – there’s no reason why schemas shouldn’t be a part of MongoDB. They can be really helpful in some cases, like ensuring data integrity. BSON provides structure, and if you think of all the things possible with the MongoDB Query Language there are lots of interesting possibilities for how we could build schema validation.Concurrency – with each release we make improvements to concurrency in MongoDB. In 2.0 we introduced lock yielding, which allows the database to proceed with other in-memory operations if a page fault is detected when accessing data. In 2.2 we introduced database-level locks and expanded lock yielding. These improvements addressed concurrency limitations for the majority of users, but for some users there are still bottlenecks in concurrency.Storage efficiency – there are a number of areas in which the efficiency of storage could be improved, including compression. This could have the benefit of reducing the on-disk size as well as increasing the amount of data that fits in RAM.Multi-master collections - in some applications availability is more important than consistency. Today in MongoDB you have a choice when it comes to reads, but for writes your only choice is writing to a single primary. With multi-master collections it would be possible to write to a collection at multiple masters which would guarantee the availability of writes.
  14. MMS – ask people who is using the service today. They’re in good company with over 25,000 registered users. MMS is in beta for backups, looking for testers, please let us know if you’re interested. More great management tools coming soon.Product Launch Services – black Friday, superbowl Sunday, new app launching in marketplace, etc. these are the types of events. Available to subscribers only.
  15. Advanced Ops Training – delivered in their offices, uses EC2 as the environmentMongoDB Certification - $150 to test, does not require taking our training
  16. Reach a broader audience – developers, IT professionals, executive decision makersExpand content presented – technical deep dives enterprise/business, ecosystem from our partnersDemonstrate leadership – maintain our position as innovators Be GlobalEmbrace our partners MongoDB Days are single day conferences targeted to the local market and community, with local speakers. MongoDB World will be a worldwide, multi day event that will reach a broader audience with more diverse content, and a wide variety of partners participating.
  17. The marketing team will work with a panel of mongodb masters to select content presented by our Community Members & Customers. There are detailed guidelines on how to submit on our website. We recommend having a customer present on your behalf and we will work with you – engineers & speaking coach
  18. Professional booth spaceMultiple branding opportunities – higher sponsorship tiers will receive greater visibilityHighly trafficked expo hallHigh profile promotions leading up to the conference – targeted 20,000 impressions minimum on our websiteBrand association