SlideShare uma empresa Scribd logo
1 de 43
www.mongodb.com
MongoDB Frankfurt
November 30th 2017
Schnellere Digitalisierung mit einer
cloudbasierten Datenstrategie
With the participation of:
•  Begrüßung und Einführung
•  Umsetzung einer cloudbasierten Datenstrategie
•  Best Practices Migration RDBMS zu MongoDB
•  Wie MongoDB unterstützen kann
•  Q&A und Networking
Agenda
Your Speakers today:
André Thelen
Regional Director DACH,
MongoDB
Dr. Christian Kurze
Senior Solutions Architect,
MongoDB
Dirk Slama
Vice President Bosch Software
Innovations
•  Begrüßung und Einführung
•  Umsetzung einer cloudbasierten Datenstrategie
•  Best Practices Migration RDBMS zu MongoDB
•  Wie MongoDB unterstützen kann
•  Q&A und Networking
Agenda
40%
6%
30%
23%
Align operational expenditure with value
Scale to new geographies and markets
Lack the required in-house expertise
Reduce time to market and faster app delivery
“What is your primary reason for using cloud
technologies?”
While cost was once widely-cited as the driver of cloud adoption,
time to market has taken its place.
Source: MongoDB Research
Key decision criteria
Deployment Flexibility
On-premise, Private, Public, or Hybrid
without vendor lock-in
Agility
Accelerate time to market and speed
of change for the business
Cost
Aligned to actual demand and value but
with predictability
What to think about when choosing a cloud data platform
Resiliency
Engineered for high availability
across distributed architectures
Scalability
Elastically grow with demand
Security
Leverage best in class and appropriate
security controls
Reducing Complexity
Broad use case applicability to avoid
additional complexity
About
MongoDB
800+
employees
5,500+
customers
29+ offices
worldwide
NASDAQ
“MDB”
Multi-model Built for mission critical workloads
Adoption & Growth 3000+ Enterprise Customers 2500+ Atlas Customers
Scalable and Resilient
Who Is MongoDB?
MongoDB fuels giant ideas in DACH
•  Begrüßung und Einführung
•  Umsetzung einer cloudbasierten Datenstrategie
•  Wie Bosch SI die Enterprise/Cloud-Integration umsetzt
•  Best Practices Migration RDBMS zu MongoDB
•  Wie MongoDB unterstützen kann
•  Q&A und Networking
Agenda
The Cloud Era
Platform Transformation
Platform 1: Mainframes Platform 2: Client/Server Platform 3: Cloud/Mobile
1960s-1980s 1990s-2000s 2010-Beyond
12
Seismic Shifts — Organizational
13
Seismic Shifts — Application Architecture
On premises / self-hosted
Monolithic
Proprietary
Fat Client / Web v1
Cloud
Microservices
Open source
Mobile
14
Operational Single View
Solution: Dynamic Schema and Easy Scaling
Customer Facing
Applications
Silo 1Silo 1Silo 1
Silo 1Silo 1Silo 2
Silo 1Silo 1Silo 3
Regulatory
Applications
Operational Reporting Data Warehouse
Strategic Reporting
Benefits
•  Real-time
•  Complete details
•  Agile
•  Higher customer retention
•  Increase wallet share
•  Proactive exception handling
CRM
Real-Time or Batch
SAP Production
15
Provisioning Service
Advanced Deployment Patterns
We see increasing adoption of more advanced deployment patterns across all industries and company sizes to
enable strategic business and IT transformation programmes.
API Access Layer (SOA, Microservices)
”Atomic Data”
App1 App2 App3
Customers
Products
Accounts
Transactions
DB1 DB2 DB3
App1 App2 App3
Infrastructure* Infrastructure*
Database as a Service (DBaaS)
Standardise processes to request environments, automate
provisioning (if possible), and establish best practices to
administrate large deployments.
Data as a Service (DaaS)
Streamline access to channelised, atomic data to increase
efficiency, avoid data duplication, enable high-availability &
resilience.
Access through MongoDB
drivers in each application
* MongoDB architecture enables you to spread data across multiple regions & data centres (on-premise or in the cloud) to
achieve maximum resilience, high availability, and low latency for local data requests.
16
API Access Layer
Operational Data
Customers
Products
Accounts
Transactions
Shared Physical Infrastructure
App1 App2 App3
1.  Development agility
–  UI for self-service provisioning & scaling
2.  Data Re-use
–  Each service’s data is physically isolated into its own
database instance
–  Federated across services with appropriate permissioning
3.  Corporate Governance
–  Logically managed as one service
Cloud Data Strategy
Standardized, On-Demand Database Service
Deployment Agnostic
Any Cloud, Any Where
Cloud ManagerOps Manager MongoDB Atlas
Private DBaaS: On-
Prem
Multi-Purpose DB & Eliminating Lock-In
Hybrid DBaaS
Public DBaaS: Fully
Managed
Same Code Base, Same API, Same Management UI
•  Begrüßung und Einführung
•  Umsetzung einer cloudbasierten Datenstrategie
•  Best Practices Migration RDBMS zu MongoDB
•  Wie MongoDB unterstützen kann
•  Q&A und Networking
Agenda
From Relational to NoSQL
Best Practice: Migration Roadmap
RDBMS to MongoDB Migration Guide
https://www.mongodb.com/collateral/rdbms-mongodb-migration-guide
The Document Model
RDBMS
{
first_name: ‘Paul’,
surname: ‘Miller’,
city: ‘London’,
location: {
type : ‘Point’,
coordinates : [45.123,47.232]
},
cars: [
{ model: ‘Bentley’,
year: 1973,
value: 100000, … },
{ model: ‘Rolls Royce’,
year: 1965,
value: 330000, … }
]
}
MongoDB
Comparison of RDBMS & Documents
RDBMS MongoDB
Database Database
Table Collection
Row Document
Column Field
Index Index
Join Embedded document, document
references or $lookup to combine data
from different collections
Schema Migration Example
Private DBaaS
10-Step Methodology for Private DBaaS
Step 1:
Common Workload
Reqs
Step 4:
Enabling Multitenancy
Step 5:
Security Enforcement
Step 6:
Performance &
Uptime SLAs
Step 7:
Mgmt &
Orchestration
Step 8:
Cost Accounting &
Chargeback
Step 3:
Virtualization
Strategy
Step 2:
Hardware & OS
Selection
Step 9:
Implementation
Review
Step 10:
Delivery Model
Discovery
Design
Deploy
Detailed Whitepaper and Playbook:
https://www.mongodb.com/collateral/mongodb-service-top-10-considerations
26
MongoDB Ops Manager
Management Platform for Private DBaaS
Monitoring
•  Deploy, resize, and
upgrade your
deployments with
just a few clicks
•  RESTful API to
integrate with your
enterprise
orchestration tools
•  Allocate and create
pre-provisioned
server pools; Cloud
Foundry Integration
Automation Backup
•  Continuous
backups to
minimize your
exposure to data
loss
•  Restore to precisely
the moment you
need with point-in-
time recovery
•  Dozens of charts
tracking key
performance
indicators
•  Custom alerts that
trigger when key
metrics are out of
range
•  RESTful API to
integrate with your
existing APM tools
Seamless integration into
your enterprise architecture
From Traditional to DBaaS
•  Slow to build and launch new
applications
•  Multiple copies of data
•  Complex data reconciliation
controls
•  High licensing costs
•  Sprawling server estate
12,000+ RDBMS Instances
3,500 Systems, 40,000 Cores
1,200+ Coherence Instances
29
Solution: Data Fabric
✓ Multi-tenant PaaS
✓ Exposing APIs for data streaming and storage
✓ Cloud native, self-service
✓ Modern, industry standard, open source
technologies
✓ Intra-day releases
✓ Multi-data center
“Data Fabric provides data storage, query and distribution as a service,
enabling application developers to concentrate on business functionality.”
Data Fabric Clients
Java, .NET, REST
API Layer
CRUD & Streaming
App Server Layer
Java + Linux
Database
MongoDB
Messaging
Kakfa
Security
Authentication&Audit
Data Fabric
34% Increase in Developer Efficiency
Servers discovered that could be de-
commissioned14,105
284:1 Storage Saving
Cost per TB storage saving
Cost Avoidance
License, hardware and operational cost
savings
£10m+
Outcomes with MongoDBBefore MongoDB
•  Duplicated data
•  Duplicated processes
Complex
•  High cost base for incumbent technologies
•  High hardware costs for incumbent
technologies
Expensive
•  Long time to market for new capabilities
•  Developers having to manage multiple
technologies
Slow
“We’re replacing hundreds of separate products with a platform called Data Fabric, which will help reduce cost significantly
and dramatically increase the speed at which we can deploy new capabilities"
Ross McEwan – RBS CEO
MongoDB Current Value to RBS Data Fabric Team
Public DBaaS
32
MongoDB Atlas
Managed Database as a Service for MongoDB
•  Run for You
•  Resilient & Secure
•  Multi-Cloud
33
Secure out of the box
Scale your Impact with MongoDB Atlas
Comprehensive
monitoring
Fully managed backups
Self-service &
automated
Highly available by
default
Fully elastic
The latest database
features
MongoDB Atlas is …
MongoDB Atlas includes …
34
MongoDB Atlas Powering Microservices
Architecture
Biotechnology giant uses MongoDB Atlas to allow their customers to execute
& track experiments from any mobile device
Problem Why MongoDB Results
Problem
Over 35 different apps accessed by 10,000+
unique customers on AWS
Each experiment produces millions of “rows” of
data, which led to suboptimal performance
with incumbent databases
RDS & Aurora slow, added code complexity
DynamoDB limited query functionality &
expensive
Solution
MongoDB Atlas managed database service
Flexible document model allows storage
of multi-structured data
Expressive query language and secondary
indexes allow ad-hoc analysis of
experiment data
Scalability to handle growing data
volumes
Results
Thermo Fisher customers now obtain real-time
insights from mass spectrometry experiments
from any mobile device or browser; not
possible before
Improved developer productivity with 40x less
code, improved performance by 6x
Easy migration process & zero downtime.
Testing to production in under 2 months
MongoDB Stitch
Fully Managed Backend-as-a-Service
Stitch
Integrated services and pipelines for
complex, multi-stage workflows
Native SDKs for Android, JS, and iOS clients
Direct database access
•  Begrüßung und Einführung
•  Umsetzung einer cloudbasierten Datenstrategie
•  Best Practices Migration RDBMS zu MongoDB
•  Wie MongoDB unterstützen kann
•  Q&A und Networking
Agenda
37
Focus on building internal capability
Our professional services team will work with your in-house resources to transfer knowledge
as quickly as possible. We will work with you to enable your teams, and not do things to you.
Discovery Design OperateBuild Deploy
In-houseCapabilitylevel
&MongoDBInvolvement
Our professional services team will
drive the transformation from day 1,
but collaborate closely with your
teams to upskill in-house resources.
Once in-house resources have
reached a sufficient level of expertise
we will dial back our involvement as
much as possible to allow you to own
the solution going forward.
Our team will stay involved with a “lighter
touch” and help with more complex queries
while providing advice around performance
tuning and automation for production.
Customer
Customer
38
Enablement for a traditional model
MongoDB offers a range of options to support a single project, a programme, or an entire transformation
roadmap in all phases of the development lifecycle, tailored to an organisation’s current and future needs.
Centre of Excellence Support
ImplementationExcellence
OperationsExcellence
Professional Services (Onsite Consulting Engineer)
Global Coverage Team (x nTSE)
Training (for Developers & Operations)
Named Technical Services Engineer (nTSE)
Discover Design Build Deploy Operate
39
Centre of Excellence Support
OperationsExcellence
Implementation
Excellence
Discovery
Enablement for an Agile / DevOps model
Our services and support organisation are very experienced in working in traditional models as well as in working in an agile
or DevOps model. We will tailor our engagement around your ways of working to achieve maximum effectiveness.
Dev /
Change
Ops /
Run
Professional
Services
Developer
Training
Named Technical Services
Engineer and Global
Coverage Teams
Operations
Training
ALIGN
Determine the Drivers
ENGAGE
Quantify the Value
VALIDATE
Validate the Outcome
Best Practice Approach
•  Time to Market, Reducing
Costs Associated with
Operations and Process,
Customer Acquisition, Growth,
Reduced Risk, Improved
Resilience
•  What MongoDB benefits are
relevant?
•  Determine the delta between
your current state and your
desired future state
•  Leverage our experience and
tooling to determine business
impact
•  Build consensus with
stakeholders
•  Present teams and executive
sponsor the final business case
•  Openly discuss expectations
versus findings
•  Seek to gain agreement on
moving forward or revisit the
scope and use cases
•  Begrüßung und Einführung
•  Umsetzung einer cloudbasierten Datenstrategie
•  Best Practices Migration RDBMS zu MongoDB
•  Wie MongoDB unterstützen kann
•  Q&A und Networking
Agenda
42
Resources to Get Started
Spin up a cluster on the
Free Tier today
Download the Whitepaper
Thank You.
www.mongodb.com

Mais conteúdo relacionado

Mais procurados

MongoDB Atlas
MongoDB AtlasMongoDB Atlas
MongoDB AtlasMongoDB
 
Maximizing MongoDB Performance on AWS
Maximizing MongoDB Performance on AWSMaximizing MongoDB Performance on AWS
Maximizing MongoDB Performance on AWSMongoDB
 
Webinar: 10-Step Guide to Creating a Single View of your Business
Webinar: 10-Step Guide to Creating a Single View of your BusinessWebinar: 10-Step Guide to Creating a Single View of your Business
Webinar: 10-Step Guide to Creating a Single View of your BusinessMongoDB
 
MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB present...
MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB  present...MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB  present...
MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB present...MongoDB
 
MongoDB in a Mainframe World
MongoDB in a Mainframe WorldMongoDB in a Mainframe World
MongoDB in a Mainframe WorldMongoDB
 
MongoDB: Agile Combustion Engine
MongoDB: Agile Combustion EngineMongoDB: Agile Combustion Engine
MongoDB: Agile Combustion EngineNorberto Leite
 
Webinar: An Enterprise Architect’s View of MongoDB
Webinar: An Enterprise Architect’s View of MongoDBWebinar: An Enterprise Architect’s View of MongoDB
Webinar: An Enterprise Architect’s View of MongoDBMongoDB
 
MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax MongoDB
 
MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...
MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...
MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...MongoDB
 
Redis & MongoDB: Stop Big Data Indigestion Before It Starts
Redis & MongoDB: Stop Big Data Indigestion Before It StartsRedis & MongoDB: Stop Big Data Indigestion Before It Starts
Redis & MongoDB: Stop Big Data Indigestion Before It StartsMongoDB
 
The Rise of Microservices
The Rise of MicroservicesThe Rise of Microservices
The Rise of MicroservicesMongoDB
 
Elevate MongoDB with ODBC/JDBC
Elevate MongoDB with ODBC/JDBCElevate MongoDB with ODBC/JDBC
Elevate MongoDB with ODBC/JDBCMongoDB
 
Webinar: Faster Big Data Analytics with MongoDB
Webinar: Faster Big Data Analytics with MongoDBWebinar: Faster Big Data Analytics with MongoDB
Webinar: Faster Big Data Analytics with MongoDBMongoDB
 
How leading financial services organisations are winning with tech
How leading financial services organisations are winning with techHow leading financial services organisations are winning with tech
How leading financial services organisations are winning with techMongoDB
 
MongoDB Operations for Developers
MongoDB Operations for DevelopersMongoDB Operations for Developers
MongoDB Operations for DevelopersMongoDB
 
Introduction to MongoDB Enterprise
Introduction to MongoDB EnterpriseIntroduction to MongoDB Enterprise
Introduction to MongoDB EnterpriseMongoDB
 
The Double win business transformation and in-year ROI and TCO reduction
The Double win business transformation and in-year ROI and TCO reductionThe Double win business transformation and in-year ROI and TCO reduction
The Double win business transformation and in-year ROI and TCO reductionMongoDB
 
Calculating ROI with Innovative eCommerce Platforms
Calculating ROI with Innovative eCommerce PlatformsCalculating ROI with Innovative eCommerce Platforms
Calculating ROI with Innovative eCommerce PlatformsMongoDB
 
Webinar: How to Drive Business Value in Financial Services with MongoDB
Webinar: How to Drive Business Value in Financial Services with MongoDBWebinar: How to Drive Business Value in Financial Services with MongoDB
Webinar: How to Drive Business Value in Financial Services with MongoDBMongoDB
 
IOOF Mongodb Australia
IOOF Mongodb AustraliaIOOF Mongodb Australia
IOOF Mongodb AustraliaMongoDB
 

Mais procurados (20)

MongoDB Atlas
MongoDB AtlasMongoDB Atlas
MongoDB Atlas
 
Maximizing MongoDB Performance on AWS
Maximizing MongoDB Performance on AWSMaximizing MongoDB Performance on AWS
Maximizing MongoDB Performance on AWS
 
Webinar: 10-Step Guide to Creating a Single View of your Business
Webinar: 10-Step Guide to Creating a Single View of your BusinessWebinar: 10-Step Guide to Creating a Single View of your Business
Webinar: 10-Step Guide to Creating a Single View of your Business
 
MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB present...
MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB  present...MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB  present...
MongoDB San Francisco 2013: Storing eBay's Media Metadata on MongoDB present...
 
MongoDB in a Mainframe World
MongoDB in a Mainframe WorldMongoDB in a Mainframe World
MongoDB in a Mainframe World
 
MongoDB: Agile Combustion Engine
MongoDB: Agile Combustion EngineMongoDB: Agile Combustion Engine
MongoDB: Agile Combustion Engine
 
Webinar: An Enterprise Architect’s View of MongoDB
Webinar: An Enterprise Architect’s View of MongoDBWebinar: An Enterprise Architect’s View of MongoDB
Webinar: An Enterprise Architect’s View of MongoDB
 
MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax
 
MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...
MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...
MongoDB and Our Journey from Old, Slow and Monolithic to Fast and Agile Micro...
 
Redis & MongoDB: Stop Big Data Indigestion Before It Starts
Redis & MongoDB: Stop Big Data Indigestion Before It StartsRedis & MongoDB: Stop Big Data Indigestion Before It Starts
Redis & MongoDB: Stop Big Data Indigestion Before It Starts
 
The Rise of Microservices
The Rise of MicroservicesThe Rise of Microservices
The Rise of Microservices
 
Elevate MongoDB with ODBC/JDBC
Elevate MongoDB with ODBC/JDBCElevate MongoDB with ODBC/JDBC
Elevate MongoDB with ODBC/JDBC
 
Webinar: Faster Big Data Analytics with MongoDB
Webinar: Faster Big Data Analytics with MongoDBWebinar: Faster Big Data Analytics with MongoDB
Webinar: Faster Big Data Analytics with MongoDB
 
How leading financial services organisations are winning with tech
How leading financial services organisations are winning with techHow leading financial services organisations are winning with tech
How leading financial services organisations are winning with tech
 
MongoDB Operations for Developers
MongoDB Operations for DevelopersMongoDB Operations for Developers
MongoDB Operations for Developers
 
Introduction to MongoDB Enterprise
Introduction to MongoDB EnterpriseIntroduction to MongoDB Enterprise
Introduction to MongoDB Enterprise
 
The Double win business transformation and in-year ROI and TCO reduction
The Double win business transformation and in-year ROI and TCO reductionThe Double win business transformation and in-year ROI and TCO reduction
The Double win business transformation and in-year ROI and TCO reduction
 
Calculating ROI with Innovative eCommerce Platforms
Calculating ROI with Innovative eCommerce PlatformsCalculating ROI with Innovative eCommerce Platforms
Calculating ROI with Innovative eCommerce Platforms
 
Webinar: How to Drive Business Value in Financial Services with MongoDB
Webinar: How to Drive Business Value in Financial Services with MongoDBWebinar: How to Drive Business Value in Financial Services with MongoDB
Webinar: How to Drive Business Value in Financial Services with MongoDB
 
IOOF Mongodb Australia
IOOF Mongodb AustraliaIOOF Mongodb Australia
IOOF Mongodb Australia
 

Semelhante a Final_CloudEventFrankfurt2017 (1).pdf

Cloud Data Strategy event London
Cloud Data Strategy event LondonCloud Data Strategy event London
Cloud Data Strategy event LondonMongoDB
 
Accelerating a Path to Digital With a Cloud Data Strategy
Accelerating a Path to Digital With a Cloud Data StrategyAccelerating a Path to Digital With a Cloud Data Strategy
Accelerating a Path to Digital With a Cloud Data StrategyMongoDB
 
Accelerating the Path to Digital with a Cloud Data Strategy
Accelerating the Path to Digital with a Cloud Data StrategyAccelerating the Path to Digital with a Cloud Data Strategy
Accelerating the Path to Digital with a Cloud Data StrategyMongoDB
 
Faster, Simpler, Better - MongoDB to the rescue
Faster, Simpler, Better - MongoDB to the rescue Faster, Simpler, Better - MongoDB to the rescue
Faster, Simpler, Better - MongoDB to the rescue MongoDB
 
Cloud Native Apps
Cloud Native AppsCloud Native Apps
Cloud Native AppsDavid Chou
 
Accelerating a Path to Digital with a Cloud Data Strategy
Accelerating a Path to Digital with a Cloud Data StrategyAccelerating a Path to Digital with a Cloud Data Strategy
Accelerating a Path to Digital with a Cloud Data StrategyMongoDB
 
Migrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDBMigrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDBMongoDB
 
La creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDBLa creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDBMongoDB
 
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 MongoDBMongoDB
 
MongoDB Evening Austin, TX 2017
MongoDB Evening Austin, TX 2017MongoDB Evening Austin, TX 2017
MongoDB Evening Austin, TX 2017MongoDB
 
MongoDB Breakfast Milan - Mainframe Offloading Strategies
MongoDB Breakfast Milan -  Mainframe Offloading StrategiesMongoDB Breakfast Milan -  Mainframe Offloading Strategies
MongoDB Breakfast Milan - Mainframe Offloading StrategiesMongoDB
 
Data Treatment MongoDB
Data Treatment MongoDBData Treatment MongoDB
Data Treatment MongoDBNorberto Leite
 
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part20812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2Raul Chong
 
Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten DatenstrategieSchnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten DatenstrategieMongoDB
 
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 ServiceMongoDB
 
Benefits of the Azure Cloud
Benefits of the Azure CloudBenefits of the Azure Cloud
Benefits of the Azure CloudCaserta
 
Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101MongoDB
 
Azure App Modernization
Azure App ModernizationAzure App Modernization
Azure App ModernizationPhi Huynh
 

Semelhante a Final_CloudEventFrankfurt2017 (1).pdf (20)

Cloud Data Strategy event London
Cloud Data Strategy event LondonCloud Data Strategy event London
Cloud Data Strategy event London
 
Accelerating a Path to Digital With a Cloud Data Strategy
Accelerating a Path to Digital With a Cloud Data StrategyAccelerating a Path to Digital With a Cloud Data Strategy
Accelerating a Path to Digital With a Cloud Data Strategy
 
Accelerating the Path to Digital with a Cloud Data Strategy
Accelerating the Path to Digital with a Cloud Data StrategyAccelerating the Path to Digital with a Cloud Data Strategy
Accelerating the Path to Digital with a Cloud Data Strategy
 
Faster, Simpler, Better - MongoDB to the rescue
Faster, Simpler, Better - MongoDB to the rescue Faster, Simpler, Better - MongoDB to the rescue
Faster, Simpler, Better - MongoDB to the rescue
 
Cloud Native Apps
Cloud Native AppsCloud Native Apps
Cloud Native Apps
 
Accelerating a Path to Digital with a Cloud Data Strategy
Accelerating a Path to Digital with a Cloud Data StrategyAccelerating a Path to Digital with a Cloud Data Strategy
Accelerating a Path to Digital with a Cloud Data Strategy
 
Migrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDBMigrating from RDBMS to MongoDB
Migrating from RDBMS to MongoDB
 
La creación de una capa operacional con MongoDB
La creación de una capa operacional con MongoDBLa creación de una capa operacional con MongoDB
La creación de una capa operacional con 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
Webinar: “ditch Oracle NOW”: Best Practices for Migrating to MongoDB
 
MongoDB Evening Austin, TX 2017
MongoDB Evening Austin, TX 2017MongoDB Evening Austin, TX 2017
MongoDB Evening Austin, TX 2017
 
MongoDB Breakfast Milan - Mainframe Offloading Strategies
MongoDB Breakfast Milan -  Mainframe Offloading StrategiesMongoDB Breakfast Milan -  Mainframe Offloading Strategies
MongoDB Breakfast Milan - Mainframe Offloading Strategies
 
Data Treatment MongoDB
Data Treatment MongoDBData Treatment MongoDB
Data Treatment MongoDB
 
IBM - Introduction to Cloudant
IBM - Introduction to CloudantIBM - Introduction to Cloudant
IBM - Introduction to Cloudant
 
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part20812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
0812 2014 01_toronto-smac meetup_i_os_cloudant_worklight_part2
 
Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten DatenstrategieSchnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie
 
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
 
Benefits of the Azure Cloud
Benefits of the Azure CloudBenefits of the Azure Cloud
Benefits of the Azure Cloud
 
Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101Ops Jumpstart: MongoDB Administration 101
Ops Jumpstart: MongoDB Administration 101
 
Azure App Modernization
Azure App ModernizationAzure App Modernization
Azure App Modernization
 
Serverless_with_MongoDB
Serverless_with_MongoDBServerless_with_MongoDB
Serverless_with_MongoDB
 

Mais de 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 AtlasMongoDB
 
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 MongoDBMongoDB
 
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 DataMongoDB
 
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 StartMongoDB
 
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.2MongoDB
 
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 MindsetMongoDB
 
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 JumpstartMongoDB
 
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 DiveMongoDB
 
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 & GolangMongoDB
 
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
 

Mais de 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...
 

Final_CloudEventFrankfurt2017 (1).pdf

  • 1. www.mongodb.com MongoDB Frankfurt November 30th 2017 Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie With the participation of:
  • 2. •  Begrüßung und Einführung •  Umsetzung einer cloudbasierten Datenstrategie •  Best Practices Migration RDBMS zu MongoDB •  Wie MongoDB unterstützen kann •  Q&A und Networking Agenda
  • 3. Your Speakers today: André Thelen Regional Director DACH, MongoDB Dr. Christian Kurze Senior Solutions Architect, MongoDB Dirk Slama Vice President Bosch Software Innovations
  • 4. •  Begrüßung und Einführung •  Umsetzung einer cloudbasierten Datenstrategie •  Best Practices Migration RDBMS zu MongoDB •  Wie MongoDB unterstützen kann •  Q&A und Networking Agenda
  • 5. 40% 6% 30% 23% Align operational expenditure with value Scale to new geographies and markets Lack the required in-house expertise Reduce time to market and faster app delivery “What is your primary reason for using cloud technologies?” While cost was once widely-cited as the driver of cloud adoption, time to market has taken its place. Source: MongoDB Research
  • 6. Key decision criteria Deployment Flexibility On-premise, Private, Public, or Hybrid without vendor lock-in Agility Accelerate time to market and speed of change for the business Cost Aligned to actual demand and value but with predictability What to think about when choosing a cloud data platform Resiliency Engineered for high availability across distributed architectures Scalability Elastically grow with demand Security Leverage best in class and appropriate security controls Reducing Complexity Broad use case applicability to avoid additional complexity
  • 8. Multi-model Built for mission critical workloads Adoption & Growth 3000+ Enterprise Customers 2500+ Atlas Customers Scalable and Resilient Who Is MongoDB?
  • 9. MongoDB fuels giant ideas in DACH
  • 10. •  Begrüßung und Einführung •  Umsetzung einer cloudbasierten Datenstrategie •  Wie Bosch SI die Enterprise/Cloud-Integration umsetzt •  Best Practices Migration RDBMS zu MongoDB •  Wie MongoDB unterstützen kann •  Q&A und Networking Agenda
  • 11. The Cloud Era Platform Transformation Platform 1: Mainframes Platform 2: Client/Server Platform 3: Cloud/Mobile 1960s-1980s 1990s-2000s 2010-Beyond
  • 12. 12 Seismic Shifts — Organizational
  • 13. 13 Seismic Shifts — Application Architecture On premises / self-hosted Monolithic Proprietary Fat Client / Web v1 Cloud Microservices Open source Mobile
  • 14. 14 Operational Single View Solution: Dynamic Schema and Easy Scaling Customer Facing Applications Silo 1Silo 1Silo 1 Silo 1Silo 1Silo 2 Silo 1Silo 1Silo 3 Regulatory Applications Operational Reporting Data Warehouse Strategic Reporting Benefits •  Real-time •  Complete details •  Agile •  Higher customer retention •  Increase wallet share •  Proactive exception handling CRM Real-Time or Batch SAP Production
  • 15. 15 Provisioning Service Advanced Deployment Patterns We see increasing adoption of more advanced deployment patterns across all industries and company sizes to enable strategic business and IT transformation programmes. API Access Layer (SOA, Microservices) ”Atomic Data” App1 App2 App3 Customers Products Accounts Transactions DB1 DB2 DB3 App1 App2 App3 Infrastructure* Infrastructure* Database as a Service (DBaaS) Standardise processes to request environments, automate provisioning (if possible), and establish best practices to administrate large deployments. Data as a Service (DaaS) Streamline access to channelised, atomic data to increase efficiency, avoid data duplication, enable high-availability & resilience. Access through MongoDB drivers in each application * MongoDB architecture enables you to spread data across multiple regions & data centres (on-premise or in the cloud) to achieve maximum resilience, high availability, and low latency for local data requests.
  • 16. 16 API Access Layer Operational Data Customers Products Accounts Transactions Shared Physical Infrastructure App1 App2 App3 1.  Development agility –  UI for self-service provisioning & scaling 2.  Data Re-use –  Each service’s data is physically isolated into its own database instance –  Federated across services with appropriate permissioning 3.  Corporate Governance –  Logically managed as one service Cloud Data Strategy Standardized, On-Demand Database Service Deployment Agnostic Any Cloud, Any Where
  • 17. Cloud ManagerOps Manager MongoDB Atlas Private DBaaS: On- Prem Multi-Purpose DB & Eliminating Lock-In Hybrid DBaaS Public DBaaS: Fully Managed Same Code Base, Same API, Same Management UI
  • 18. •  Begrüßung und Einführung •  Umsetzung einer cloudbasierten Datenstrategie •  Best Practices Migration RDBMS zu MongoDB •  Wie MongoDB unterstützen kann •  Q&A und Networking Agenda
  • 20. Best Practice: Migration Roadmap RDBMS to MongoDB Migration Guide https://www.mongodb.com/collateral/rdbms-mongodb-migration-guide
  • 21. The Document Model RDBMS { first_name: ‘Paul’, surname: ‘Miller’, city: ‘London’, location: { type : ‘Point’, coordinates : [45.123,47.232] }, cars: [ { model: ‘Bentley’, year: 1973, value: 100000, … }, { model: ‘Rolls Royce’, year: 1965, value: 330000, … } ] } MongoDB
  • 22. Comparison of RDBMS & Documents RDBMS MongoDB Database Database Table Collection Row Document Column Field Index Index Join Embedded document, document references or $lookup to combine data from different collections
  • 25. 10-Step Methodology for Private DBaaS Step 1: Common Workload Reqs Step 4: Enabling Multitenancy Step 5: Security Enforcement Step 6: Performance & Uptime SLAs Step 7: Mgmt & Orchestration Step 8: Cost Accounting & Chargeback Step 3: Virtualization Strategy Step 2: Hardware & OS Selection Step 9: Implementation Review Step 10: Delivery Model Discovery Design Deploy Detailed Whitepaper and Playbook: https://www.mongodb.com/collateral/mongodb-service-top-10-considerations
  • 26. 26 MongoDB Ops Manager Management Platform for Private DBaaS Monitoring •  Deploy, resize, and upgrade your deployments with just a few clicks •  RESTful API to integrate with your enterprise orchestration tools •  Allocate and create pre-provisioned server pools; Cloud Foundry Integration Automation Backup •  Continuous backups to minimize your exposure to data loss •  Restore to precisely the moment you need with point-in- time recovery •  Dozens of charts tracking key performance indicators •  Custom alerts that trigger when key metrics are out of range •  RESTful API to integrate with your existing APM tools Seamless integration into your enterprise architecture
  • 27.
  • 28. From Traditional to DBaaS •  Slow to build and launch new applications •  Multiple copies of data •  Complex data reconciliation controls •  High licensing costs •  Sprawling server estate 12,000+ RDBMS Instances 3,500 Systems, 40,000 Cores 1,200+ Coherence Instances
  • 29. 29 Solution: Data Fabric ✓ Multi-tenant PaaS ✓ Exposing APIs for data streaming and storage ✓ Cloud native, self-service ✓ Modern, industry standard, open source technologies ✓ Intra-day releases ✓ Multi-data center “Data Fabric provides data storage, query and distribution as a service, enabling application developers to concentrate on business functionality.” Data Fabric Clients Java, .NET, REST API Layer CRUD & Streaming App Server Layer Java + Linux Database MongoDB Messaging Kakfa Security Authentication&Audit Data Fabric
  • 30. 34% Increase in Developer Efficiency Servers discovered that could be de- commissioned14,105 284:1 Storage Saving Cost per TB storage saving Cost Avoidance License, hardware and operational cost savings £10m+ Outcomes with MongoDBBefore MongoDB •  Duplicated data •  Duplicated processes Complex •  High cost base for incumbent technologies •  High hardware costs for incumbent technologies Expensive •  Long time to market for new capabilities •  Developers having to manage multiple technologies Slow “We’re replacing hundreds of separate products with a platform called Data Fabric, which will help reduce cost significantly and dramatically increase the speed at which we can deploy new capabilities" Ross McEwan – RBS CEO MongoDB Current Value to RBS Data Fabric Team
  • 32. 32 MongoDB Atlas Managed Database as a Service for MongoDB •  Run for You •  Resilient & Secure •  Multi-Cloud
  • 33. 33 Secure out of the box Scale your Impact with MongoDB Atlas Comprehensive monitoring Fully managed backups Self-service & automated Highly available by default Fully elastic The latest database features MongoDB Atlas is … MongoDB Atlas includes …
  • 34. 34 MongoDB Atlas Powering Microservices Architecture Biotechnology giant uses MongoDB Atlas to allow their customers to execute & track experiments from any mobile device Problem Why MongoDB Results Problem Over 35 different apps accessed by 10,000+ unique customers on AWS Each experiment produces millions of “rows” of data, which led to suboptimal performance with incumbent databases RDS & Aurora slow, added code complexity DynamoDB limited query functionality & expensive Solution MongoDB Atlas managed database service Flexible document model allows storage of multi-structured data Expressive query language and secondary indexes allow ad-hoc analysis of experiment data Scalability to handle growing data volumes Results Thermo Fisher customers now obtain real-time insights from mass spectrometry experiments from any mobile device or browser; not possible before Improved developer productivity with 40x less code, improved performance by 6x Easy migration process & zero downtime. Testing to production in under 2 months
  • 35. MongoDB Stitch Fully Managed Backend-as-a-Service Stitch Integrated services and pipelines for complex, multi-stage workflows Native SDKs for Android, JS, and iOS clients Direct database access
  • 36. •  Begrüßung und Einführung •  Umsetzung einer cloudbasierten Datenstrategie •  Best Practices Migration RDBMS zu MongoDB •  Wie MongoDB unterstützen kann •  Q&A und Networking Agenda
  • 37. 37 Focus on building internal capability Our professional services team will work with your in-house resources to transfer knowledge as quickly as possible. We will work with you to enable your teams, and not do things to you. Discovery Design OperateBuild Deploy In-houseCapabilitylevel &MongoDBInvolvement Our professional services team will drive the transformation from day 1, but collaborate closely with your teams to upskill in-house resources. Once in-house resources have reached a sufficient level of expertise we will dial back our involvement as much as possible to allow you to own the solution going forward. Our team will stay involved with a “lighter touch” and help with more complex queries while providing advice around performance tuning and automation for production. Customer Customer
  • 38. 38 Enablement for a traditional model MongoDB offers a range of options to support a single project, a programme, or an entire transformation roadmap in all phases of the development lifecycle, tailored to an organisation’s current and future needs. Centre of Excellence Support ImplementationExcellence OperationsExcellence Professional Services (Onsite Consulting Engineer) Global Coverage Team (x nTSE) Training (for Developers & Operations) Named Technical Services Engineer (nTSE) Discover Design Build Deploy Operate
  • 39. 39 Centre of Excellence Support OperationsExcellence Implementation Excellence Discovery Enablement for an Agile / DevOps model Our services and support organisation are very experienced in working in traditional models as well as in working in an agile or DevOps model. We will tailor our engagement around your ways of working to achieve maximum effectiveness. Dev / Change Ops / Run Professional Services Developer Training Named Technical Services Engineer and Global Coverage Teams Operations Training
  • 40. ALIGN Determine the Drivers ENGAGE Quantify the Value VALIDATE Validate the Outcome Best Practice Approach •  Time to Market, Reducing Costs Associated with Operations and Process, Customer Acquisition, Growth, Reduced Risk, Improved Resilience •  What MongoDB benefits are relevant? •  Determine the delta between your current state and your desired future state •  Leverage our experience and tooling to determine business impact •  Build consensus with stakeholders •  Present teams and executive sponsor the final business case •  Openly discuss expectations versus findings •  Seek to gain agreement on moving forward or revisit the scope and use cases
  • 41. •  Begrüßung und Einführung •  Umsetzung einer cloudbasierten Datenstrategie •  Best Practices Migration RDBMS zu MongoDB •  Wie MongoDB unterstützen kann •  Q&A und Networking Agenda
  • 42. 42 Resources to Get Started Spin up a cluster on the Free Tier today Download the Whitepaper