SlideShare a Scribd company logo
Haim Michael
December 20th, 2013

All logos, trade marks and brand names used in this presentation belong
to the respective owners.
You can watch the video clip at http://youtu.be/22qwKc3PVzg.

LifeMichael.com

MongoDB Jump Start
●

NoSQL Databases

●

MongoDB Database

●

Document Oriented

●

Database Scaling

●

MongoDB Performance

●

Simple Administration

●

Platform Independent

●

Learning Resources

●

Questions & Answers

LifeMichael.com

Table of Content
●

"Next Generation Databases mostly addressing some of
the points: being non-relational, distributed, open-source
and horizontally scalable."
www.nosql-databases.org

LifeMichael.com

NoSQL Databases
Difficult
Simple

Learning Curve

Relational
Databases

NoSQL
Databases

Simple

Difficult

Horizontal Scalability

LifeMichael.com

NoSQL Databases
Low

Cost

High

Relational
Databases

NoSQL
Databases

Simple

Difficult

Administration

LifeMichael.com

NoSQL Databases
●

MongoDB is a flexible and a scalable document oriented
database that supports most of the useful features
relational databases have.
www.mongodb.org

LifeMichael.com

MongoDB Database
●

The document concept is more flexible comparing with
the row concept we all know from relational databases.

●

The document model allows us to represent hierarchical
relationships using a single record.
{"fitstname":"dave","lastname":"levy","children":
{

{"firstname":"dan","lastname":"levy"},
{"firstname":"tal","lastname":"levy"}} }

LifeMichael.com

Document Oriented
●

The documents are grouped into collections. Each
collection is kind of a table. Each and every database
includes collections. Each collection include documents.

●

The documents each collection holds don't need to
follow a specific schema.

LifeMichael.com

Document Oriented
●

When the amount of data grows there is a need in
scaling up (getting a stronger hardware) our data store
or scaling out (partition the data across several
computers).

●

The MongoDB database allows us to split up the data
across multiple servers. MongoDB handles most of this
process automatically.

LifeMichael.com

Database Scaling
●

Unlike many other databases that use heavy protocols
such as HTTP/REST, the MongoDB database uses a
binary wire protocol as its primary mode of interaction with
the server.

●

MongoDB was developed in C++ in order to achieve better
performance.

●

In order to improve the performance many of the relational
databases popular capabilities were taken away.

LifeMichael.com

MongoDB Performance
●

MongoDB administration was simplified as much as
possible.

●

The default configuration fits the common scenario. The
learning curve is very simple.

●

In most cases the developer can handle the
administration tasks on his own.

LifeMichael.com

Simple Administration
●

MongoDB is available for the following operating
systems: Windows, MacOS, Linux and Solaris.

●

Drivers for writing code that interacts with MongoDB are
available for nearly every programming language,
including Java, PHP, JavaScript and .NET.

LifeMichael.com

Platform Independent
●

MongoDB official main website is www.mongodb.org.
The website includes detailed documentation for using
MongoDB.

●

You can find a detailed online free course for learning
MongoDB at http://abelski.lifemichael.com.

LifeMichael.com

Learning Resources
●

Two courses you might find interesting include
Software Engineering in PHP
more info
Android 4.4 Java Applications Development
more info
HTML5 Cross Platform Mobile Applications
more info

●

If you enjoyed my lecture please leave me a comment
at http://speakerpedia.com/speakers/life-michael.
Thanks for your time!
Haim.

LifeMichael.com

Questions & Answers

More Related Content

What's hot (20)

PPTX
Ppt full stack developer
SudhirVarpe1
 
PPTX
10 Useful Front End Development Tools for Web Apps | 2020
Claritus Consulting
 
PPTX
Full stack web development
Crampete
 
PDF
WordPress as a Headless CMS - Bronson Quick
WordCamp Sydney
 
PDF
Unscrambling An Omelette - How Companies Can Use WordPress Better - Jeremy Ke...
WordCamp Sydney
 
PPTX
How do we test nodejs apps?
Michal Juhas
 
PPTX
Full Stack Web Development
SWAGATHCHOWDARY1
 
ODP
Wade.Go Introduction Speech - SFD HCMC 2014
Nguyễn Thành Hải
 
PPTX
Front end frameworks
Madushan Sandaruwan
 
PDF
Flexbox
LindsayRec
 
PPTX
The Ultimate WordPress Development Environment
Matt Geri
 
PDF
Gulp.js & webpack
Ted Hsu
 
PDF
The Future of-the CMS (Twin Cities DrupalCamp 2015)
Todd Ross Nienkerk
 
PPTX
Difference between-angular js-nodejs
Netleon-Technologies Website-Professionals
 
PPTX
Learn VBScript – Part 1 of 4
Srinimf-Slides
 
PPTX
MEAN Stack
RoshanTak1
 
PDF
Frameworks for Web Development
dtmodern
 
PDF
wp cli- don’t fear the command line
Dwayne McDaniel
 
PPTX
AngularJS
Vineeth Nair
 
PDF
45 WordPress Interview Questions
Pontus Bergmark
 
Ppt full stack developer
SudhirVarpe1
 
10 Useful Front End Development Tools for Web Apps | 2020
Claritus Consulting
 
Full stack web development
Crampete
 
WordPress as a Headless CMS - Bronson Quick
WordCamp Sydney
 
Unscrambling An Omelette - How Companies Can Use WordPress Better - Jeremy Ke...
WordCamp Sydney
 
How do we test nodejs apps?
Michal Juhas
 
Full Stack Web Development
SWAGATHCHOWDARY1
 
Wade.Go Introduction Speech - SFD HCMC 2014
Nguyễn Thành Hải
 
Front end frameworks
Madushan Sandaruwan
 
Flexbox
LindsayRec
 
The Ultimate WordPress Development Environment
Matt Geri
 
Gulp.js & webpack
Ted Hsu
 
The Future of-the CMS (Twin Cities DrupalCamp 2015)
Todd Ross Nienkerk
 
Difference between-angular js-nodejs
Netleon-Technologies Website-Professionals
 
Learn VBScript – Part 1 of 4
Srinimf-Slides
 
MEAN Stack
RoshanTak1
 
Frameworks for Web Development
dtmodern
 
wp cli- don’t fear the command line
Dwayne McDaniel
 
AngularJS
Vineeth Nair
 
45 WordPress Interview Questions
Pontus Bergmark
 

Viewers also liked (8)

DOC
Proposta de formació
Laura González Filbà
 
PPTX
Diapositivas
Efrain Salazar
 
PDF
WebSockets Jump Start
Haim Michael
 
PDF
Typescript vas ES6
Haim Michael
 
PDF
PhoneGap Jump Start
Haim Michael
 
PDF
Angular 2 Seminar_(December 7/12/2015)
Haim Michael
 
PDF
PHP, Java EE & .NET Comparison
Haim Michael
 
PDF
JavaScript, Dart, TypeScript & CoffeeScript Comparison
Haim Michael
 
Proposta de formació
Laura González Filbà
 
Diapositivas
Efrain Salazar
 
WebSockets Jump Start
Haim Michael
 
Typescript vas ES6
Haim Michael
 
PhoneGap Jump Start
Haim Michael
 
Angular 2 Seminar_(December 7/12/2015)
Haim Michael
 
PHP, Java EE & .NET Comparison
Haim Michael
 
JavaScript, Dart, TypeScript & CoffeeScript Comparison
Haim Michael
 
Ad

Similar to MongoDB Jump Start (20)

PPTX
how_can_businesses_address_storage_issues_using_mongodb.pptx
sarah david
 
PDF
how_can_businesses_address_storage_issues_using_mongodb.pdf
sarah david
 
PPTX
Mongo db operations_v2
Thanabalan Sathneeganandan
 
PDF
Mongo db first steps with csharp
Serdar Buyuktemiz
 
PPTX
SQL vs MongoDB
calltutors
 
PPT
Drupal training-1-in-mumbai
vibrantuser
 
PDF
Pros and Cons of MongoDB in Web Development
Nirvana Canada
 
PPTX
Introduction to NoSQL and MongoDB
Ahmed Farag
 
PDF
Node Js, AngularJs and Express Js Tutorial
PHP Support
 
ODP
No More SQL
Glenn Street
 
PPTX
MongoDB Introduction - Document Oriented Nosql Database
Sudhir Patil
 
PPTX
Database Workshop Slides
GDSC UofT Mississauga
 
PDF
MongoDB : Introduction
Wildan Maulana
 
PPTX
Mongo db
Kowndinya Mannepalli
 
PPTX
MongoDB NoSQL - Developer Guide
Shiv K Sah
 
PDF
MongoDB: Advantages of an Open Source NoSQL Database
FITC
 
PPTX
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
 
PPT
MONGODB VASUDEV PRAJAPATI DOCUMENTBASE DATABASE
vasustudy176
 
PDF
Node.js vs PHP, What should SMBs prefer for web development.pdf
Mindfire LLC
 
how_can_businesses_address_storage_issues_using_mongodb.pptx
sarah david
 
how_can_businesses_address_storage_issues_using_mongodb.pdf
sarah david
 
Mongo db operations_v2
Thanabalan Sathneeganandan
 
Mongo db first steps with csharp
Serdar Buyuktemiz
 
SQL vs MongoDB
calltutors
 
Drupal training-1-in-mumbai
vibrantuser
 
Pros and Cons of MongoDB in Web Development
Nirvana Canada
 
Introduction to NoSQL and MongoDB
Ahmed Farag
 
Node Js, AngularJs and Express Js Tutorial
PHP Support
 
No More SQL
Glenn Street
 
MongoDB Introduction - Document Oriented Nosql Database
Sudhir Patil
 
Database Workshop Slides
GDSC UofT Mississauga
 
MongoDB : Introduction
Wildan Maulana
 
MongoDB NoSQL - Developer Guide
Shiv K Sah
 
MongoDB: Advantages of an Open Source NoSQL Database
FITC
 
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
 
MONGODB VASUDEV PRAJAPATI DOCUMENTBASE DATABASE
vasustudy176
 
Node.js vs PHP, What should SMBs prefer for web development.pdf
Mindfire LLC
 
Ad

More from Haim Michael (20)

PDF
The Visitor Classic Design Pattern [Free Meetup]
Haim Michael
 
PDF
Typing in Python: Bringing Clarity, Safety and Speed to Your Code [Free Meetup]
Haim Michael
 
PDF
Introduction to Pattern Matching in Java [Free Meetup]
Haim Michael
 
PDF
Mastering The Collections in JavaScript [Free Meetup]
Haim Michael
 
PDF
Beyond Java - Evolving to Scala and Kotlin
Haim Michael
 
PDF
JavaScript Promises Simplified [Free Meetup]
Haim Michael
 
PDF
Scala Jump Start [Free Online Meetup in English]
Haim Michael
 
PDF
The MVVM Architecture in Java [Free Meetup]
Haim Michael
 
PDF
Kotlin Jump Start Online Free Meetup (June 4th, 2024)
Haim Michael
 
PDF
Anti Patterns
Haim Michael
 
PDF
Virtual Threads in Java
Haim Michael
 
PDF
MongoDB Design Patterns
Haim Michael
 
PDF
Introduction to SQL Injections
Haim Michael
 
PDF
Record Classes in Java
Haim Michael
 
PDF
Microservices Design Patterns
Haim Michael
 
PDF
Structural Pattern Matching in Python
Haim Michael
 
PDF
Unit Testing in Python
Haim Michael
 
PDF
OOP Best Practices in JavaScript
Haim Michael
 
PDF
Java Jump Start
Haim Michael
 
PDF
JavaScript Jump Start 20220214
Haim Michael
 
The Visitor Classic Design Pattern [Free Meetup]
Haim Michael
 
Typing in Python: Bringing Clarity, Safety and Speed to Your Code [Free Meetup]
Haim Michael
 
Introduction to Pattern Matching in Java [Free Meetup]
Haim Michael
 
Mastering The Collections in JavaScript [Free Meetup]
Haim Michael
 
Beyond Java - Evolving to Scala and Kotlin
Haim Michael
 
JavaScript Promises Simplified [Free Meetup]
Haim Michael
 
Scala Jump Start [Free Online Meetup in English]
Haim Michael
 
The MVVM Architecture in Java [Free Meetup]
Haim Michael
 
Kotlin Jump Start Online Free Meetup (June 4th, 2024)
Haim Michael
 
Anti Patterns
Haim Michael
 
Virtual Threads in Java
Haim Michael
 
MongoDB Design Patterns
Haim Michael
 
Introduction to SQL Injections
Haim Michael
 
Record Classes in Java
Haim Michael
 
Microservices Design Patterns
Haim Michael
 
Structural Pattern Matching in Python
Haim Michael
 
Unit Testing in Python
Haim Michael
 
OOP Best Practices in JavaScript
Haim Michael
 
Java Jump Start
Haim Michael
 
JavaScript Jump Start 20220214
Haim Michael
 

Recently uploaded (20)

PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PPTX
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
PDF
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
PDF
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
AUTOMATION AND ROBOTICS IN PHARMA INDUSTRY.pptx
sameeraaabegumm
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
What Makes Contify’s News API Stand Out: Key Features at a Glance
Contify
 
From Code to Challenge: Crafting Skill-Based Games That Engage and Reward
aiyshauae
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
IoT-Powered Industrial Transformation – Smart Manufacturing to Connected Heal...
Rejig Digital
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
DevBcn - Building 10x Organizations Using Modern Productivity Metrics
Justin Reock
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
HubSpot Main Hub: A Unified Growth Platform
Jaswinder Singh
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 

MongoDB Jump Start

  • 1. Haim Michael December 20th, 2013 All logos, trade marks and brand names used in this presentation belong to the respective owners. You can watch the video clip at http://youtu.be/22qwKc3PVzg. LifeMichael.com MongoDB Jump Start
  • 2. ● NoSQL Databases ● MongoDB Database ● Document Oriented ● Database Scaling ● MongoDB Performance ● Simple Administration ● Platform Independent ● Learning Resources ● Questions & Answers LifeMichael.com Table of Content
  • 3. ● "Next Generation Databases mostly addressing some of the points: being non-relational, distributed, open-source and horizontally scalable." www.nosql-databases.org LifeMichael.com NoSQL Databases
  • 6. ● MongoDB is a flexible and a scalable document oriented database that supports most of the useful features relational databases have. www.mongodb.org LifeMichael.com MongoDB Database
  • 7. ● The document concept is more flexible comparing with the row concept we all know from relational databases. ● The document model allows us to represent hierarchical relationships using a single record. {"fitstname":"dave","lastname":"levy","children": { {"firstname":"dan","lastname":"levy"}, {"firstname":"tal","lastname":"levy"}} } LifeMichael.com Document Oriented
  • 8. ● The documents are grouped into collections. Each collection is kind of a table. Each and every database includes collections. Each collection include documents. ● The documents each collection holds don't need to follow a specific schema. LifeMichael.com Document Oriented
  • 9. ● When the amount of data grows there is a need in scaling up (getting a stronger hardware) our data store or scaling out (partition the data across several computers). ● The MongoDB database allows us to split up the data across multiple servers. MongoDB handles most of this process automatically. LifeMichael.com Database Scaling
  • 10. ● Unlike many other databases that use heavy protocols such as HTTP/REST, the MongoDB database uses a binary wire protocol as its primary mode of interaction with the server. ● MongoDB was developed in C++ in order to achieve better performance. ● In order to improve the performance many of the relational databases popular capabilities were taken away. LifeMichael.com MongoDB Performance
  • 11. ● MongoDB administration was simplified as much as possible. ● The default configuration fits the common scenario. The learning curve is very simple. ● In most cases the developer can handle the administration tasks on his own. LifeMichael.com Simple Administration
  • 12. ● MongoDB is available for the following operating systems: Windows, MacOS, Linux and Solaris. ● Drivers for writing code that interacts with MongoDB are available for nearly every programming language, including Java, PHP, JavaScript and .NET. LifeMichael.com Platform Independent
  • 13. ● MongoDB official main website is www.mongodb.org. The website includes detailed documentation for using MongoDB. ● You can find a detailed online free course for learning MongoDB at http://abelski.lifemichael.com. LifeMichael.com Learning Resources
  • 14. ● Two courses you might find interesting include Software Engineering in PHP more info Android 4.4 Java Applications Development more info HTML5 Cross Platform Mobile Applications more info ● If you enjoyed my lecture please leave me a comment at http://speakerpedia.com/speakers/life-michael. Thanks for your time! Haim. LifeMichael.com Questions & Answers