SlideShare a Scribd company logo
7
Most read
8
Most read
23
Most read
Dineesha Suraweera
Developed by 10gen in 2007
Published as GNU Affero General Public
License and the Apache License
What is mongoDB?

Open Source

Document Oriented database

Cross- Platform

No - SQL
Document Oriented vs Relational
Databases
Schema less : MongoDB is document database in which one collection holds different
different documents. Number of fields, content and size of the document can be differ from
one document to another.
Structure of a single object is clear
No complex joins
Deep query-ability. MongoDB supports dynamic queries on documents using a document-
based query language that's nearly as powerful as SQL
Tuning
Ease of scale-out: MongoDB is easy to scale
Conversion / mapping of application objects to database objects not needed
Uses internal memory for storing the (windowed) working set, enabling faster access of data
RDBMS mongoDB
Database Database
Table Collection
Tuple/Row Document
column Field
Table Join Embedded Documents
Primary Key Primary Key (Default key _id
provided by mongodb itself)
Features
Ad hoc queries
Indexing
Replication
Load balancing
File storage
Aggregation
Server-side JavaScript execution
Capped collections
MongoDB Architecture
MongoDB Storage Engines
Horizontally Scalable Architecture
Sharding
Replication
Document Storage
Document are stored in BSON(Binary JSON)
BSON - binary serialization of json like objects.

Any valid JSON can easily imported and queried.

MongoDB understand JSON natively.
Create Database
use DATABASE_NAME
db – show currently selected database.
show dbs – output database list
Create Collection
db.createCollection(name, options)
db.createCollection(
"mycol", { capped : true,
autoIndexID : true,
Size : 6142800,
max : 10000
} )
Insert Document
db.COLLECTION_NAME.insert(document)
db.mycol.insert({
_id: ObjectId(7df78ad8902c),
title: 'MongoDB Overview',
description: 'MongoDB is no sql database',
tags: ['mongodb', 'database', 'NoSQL'],
likes: 100
})
Query Document
db.COLLECTION_NAME.find()
(formatted way)
db.COLLECTION_NAME.find().pretty()
Indexing
db.COLLECTION_NAME.ensureIndex({KEY:1})
db.mycol.ensureIndex({"title":1,"description":-1})
Demo
Non-Functional Features

Easy readability

High performance

High availability

Easy scalability

Aggregation
Stores data as documents or objects
(everyone works with objects)
Disadvantages or less good at ????
High transactions
Problems that require SQL
Other No-SQL databases
Cassandra
Accumulo
Cloudata
HPCC
ConcourseDB
Druid
SpliceMachine
Where to use ???
Big Data
Content Management and Delivery
Mobile and Social Infrastructure
User Data Management
Data Hub
Users of MongoDB
Adobe
Ebay
LinkedIn
McAfee
SAP
Yandex
Thank You!

More Related Content

What's hot (20)

PPTX
Introduction to MongoDB
MongoDB
 
PPT
Introduction to mongodb
neela madheswari
 
PPTX
An Introduction To NoSQL & MongoDB
Lee Theobald
 
PDF
MongoDB Fundamentals
MongoDB
 
PPTX
Mongo db intro.pptx
JWORKS powered by Ordina
 
PPTX
Mongodb vs mysql
hemal sharma
 
PPTX
MongoDB 101
Abhijeet Vaikar
 
PDF
An introduction to MongoDB
César Trigo
 
PPTX
Introduction to NoSQL Databases
Derek Stainer
 
PPTX
Mongo DB Presentation
Jaya Naresh Kovela
 
PPTX
Introduction to HDFS
Bhavesh Padharia
 
PPTX
Mongodb introduction and_internal(simple)
Kai Zhao
 
PDF
Apache Spark Introduction
sudhakara st
 
PPTX
AWS Elastic Compute Cloud (EC2)
zekeLabs Technologies
 
PPTX
Design of Hadoop Distributed File System
Dr. C.V. Suresh Babu
 
PPTX
Introduction to MongoDB
NodeXperts
 
PPTX
MongoDB
Anthony Slabinck
 
PPTX
Cassandra-vs-MongoDB
Jainul Musani
 
Introduction to MongoDB
MongoDB
 
Introduction to mongodb
neela madheswari
 
An Introduction To NoSQL & MongoDB
Lee Theobald
 
MongoDB Fundamentals
MongoDB
 
Mongo db intro.pptx
JWORKS powered by Ordina
 
Mongodb vs mysql
hemal sharma
 
MongoDB 101
Abhijeet Vaikar
 
An introduction to MongoDB
César Trigo
 
Introduction to NoSQL Databases
Derek Stainer
 
Mongo DB Presentation
Jaya Naresh Kovela
 
Introduction to HDFS
Bhavesh Padharia
 
Mongodb introduction and_internal(simple)
Kai Zhao
 
Apache Spark Introduction
sudhakara st
 
AWS Elastic Compute Cloud (EC2)
zekeLabs Technologies
 
Design of Hadoop Distributed File System
Dr. C.V. Suresh Babu
 
Introduction to MongoDB
NodeXperts
 
Cassandra-vs-MongoDB
Jainul Musani
 

Viewers also liked (20)

PPTX
Mongo db – document oriented database
Wojciech Sznapka
 
KEY
An Evening with MongoDB - Orlando: Welcome and Keynote
MongoDB
 
PPTX
MongoDB
Tharun Srinivasa
 
ODP
MongoDB Devops Madrid February 2012
Juan Vicente Herrera Ruiz de Alejo
 
PPTX
Mastering the MongoDB Javascript Shell
Scott Hernandez
 
PPTX
Schema design with MongoDB (Dwight Merriman)
MongoSF
 
ODP
Seth Edwards on MongoDB
Skills Matter
 
KEY
Mongodb intro
christkv
 
PPTX
Getting Started with MongoDB
Pankaj Bajaj
 
KEY
Introduction to MongoDB
Sean Laurent
 
PPTX
mongodb-brief-intro-february-2012
Chris Westin
 
ODP
Introduction to MongoDB
Knoldus Inc.
 
PDF
Intro to NoSQL and MongoDB
MongoDB
 
PPTX
MongoDB 3.0
Victoria Malaya
 
PDF
Plan de entrenamiento Maratón de Madrid Mes 3
Juan Vicente Herrera Ruiz de Alejo
 
PPTX
Mongo db intro new
Abhinav Dhasmana
 
PDF
Zero to Mongo in 60 Hours
MongoSF
 
PDF
Text databases and information retrieval
unyil96
 
PDF
MongoDB 3.2 Feature Preview
Norberto Leite
 
PDF
Mongo DB on the JVM - Brendan McAdams
JAX London
 
Mongo db – document oriented database
Wojciech Sznapka
 
An Evening with MongoDB - Orlando: Welcome and Keynote
MongoDB
 
MongoDB Devops Madrid February 2012
Juan Vicente Herrera Ruiz de Alejo
 
Mastering the MongoDB Javascript Shell
Scott Hernandez
 
Schema design with MongoDB (Dwight Merriman)
MongoSF
 
Seth Edwards on MongoDB
Skills Matter
 
Mongodb intro
christkv
 
Getting Started with MongoDB
Pankaj Bajaj
 
Introduction to MongoDB
Sean Laurent
 
mongodb-brief-intro-february-2012
Chris Westin
 
Introduction to MongoDB
Knoldus Inc.
 
Intro to NoSQL and MongoDB
MongoDB
 
MongoDB 3.0
Victoria Malaya
 
Plan de entrenamiento Maratón de Madrid Mes 3
Juan Vicente Herrera Ruiz de Alejo
 
Mongo db intro new
Abhinav Dhasmana
 
Zero to Mongo in 60 Hours
MongoSF
 
Text databases and information retrieval
unyil96
 
MongoDB 3.2 Feature Preview
Norberto Leite
 
Mongo DB on the JVM - Brendan McAdams
JAX London
 
Ad

Similar to Introduction to MongoDB (20)

PPTX
Elasticsearch vs MongoDB comparison
jeetendra mandal
 
PPTX
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
 
PDF
Mongo db dhruba
Dhrubaji Mandal ♛
 
PPTX
Mongodb
ASEEMSRIVASTAVA22
 
PPTX
Top MongoDB interview Questions and Answers
jeetendra mandal
 
PPTX
nosql [Autosaved].pptx
Indrani Sen
 
PDF
A Study on Mongodb Database.pdf
Jessica Navarro
 
PDF
A Study on Mongodb Database
IJSRD
 
PDF
Performance analysis of MongoDB and HBase
SindhujanDhayalan
 
PPTX
05201349_Unit_7_FSWD_ advanced learning.pptx
ozakamal8
 
PPTX
05201349_Unit_7_FSWD_II(1) with advance.pptx
ozakamal8
 
PPTX
05201349_Unit_7_FSWD_ advanced learning.pptx
ozakamal8
 
PPTX
05201349_Unit_7_FSWD_II(1) with advance.pptx
ozakamal8
 
PPTX
MongoDB
Bembeng Arifin
 
PPTX
How to learn MongoDB for beginner's
surajkumartpoint
 
PPT
Mongodb Training Tutorial in Bangalore
rajkamaltibacademy
 
PPTX
Kalp Corporate MongoDB Tutorials
Kalp Corporate
 
PPTX
MongoDB by Emroz sardar.
Emroz Sardar
 
Elasticsearch vs MongoDB comparison
jeetendra mandal
 
Everything You Need to Know About MongoDB Development.pptx
75waytechnologies
 
Mongo db dhruba
Dhrubaji Mandal ♛
 
Top MongoDB interview Questions and Answers
jeetendra mandal
 
nosql [Autosaved].pptx
Indrani Sen
 
A Study on Mongodb Database.pdf
Jessica Navarro
 
A Study on Mongodb Database
IJSRD
 
Performance analysis of MongoDB and HBase
SindhujanDhayalan
 
05201349_Unit_7_FSWD_ advanced learning.pptx
ozakamal8
 
05201349_Unit_7_FSWD_II(1) with advance.pptx
ozakamal8
 
05201349_Unit_7_FSWD_ advanced learning.pptx
ozakamal8
 
05201349_Unit_7_FSWD_II(1) with advance.pptx
ozakamal8
 
How to learn MongoDB for beginner's
surajkumartpoint
 
Mongodb Training Tutorial in Bangalore
rajkamaltibacademy
 
Kalp Corporate MongoDB Tutorials
Kalp Corporate
 
MongoDB by Emroz sardar.
Emroz Sardar
 
Ad

Recently uploaded (20)

PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PDF
Staying Human in a Machine- Accelerated World
Catalin Jora
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PDF
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
PDF
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
PDF
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Staying Human in a Machine- Accelerated World
Catalin Jora
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
What’s my job again? Slides from Mark Simos talk at 2025 Tampa BSides
Mark Simos
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Newgen 2022-Forrester Newgen TEI_13 05 2022-The-Total-Economic-Impact-Newgen-...
darshakparmar
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
“Squinting Vision Pipelines: Detecting and Correcting Errors in Vision Models...
Edge AI and Vision Alliance
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
“NPU IP Hardware Shaped Through Software and Use-case Analysis,” a Presentati...
Edge AI and Vision Alliance
 
LOOPS in C Programming Language - Technology
RishabhDwivedi43
 
AI Agents in the Cloud: The Rise of Agentic Cloud Architecture
Lilly Gracia
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 

Introduction to MongoDB