MONGODB
Muhammad Shafiullah
WOODGROVE
BANK
What is MongodB ?
.
 MongoDB is a document – Oriented , No Sequel
(NoSQL) Database.
 MongoDB is a document database with the
Scalability and Flexibility.
 It is a distributed database built for Modern
Application Developers.
 It store data in BSON.
2
WOODGROVE
BANK
comparison
SQL
MySQL
RDMS is a relational
database
management system
and works on
relational database.
It stores data in form
of entity as tables.
It uses SQL to query
database.
No SQL
MongoDB
It’s a non-relational,
document-oriented
database management
system and works on
document-based
database.
MongoDB stores data in
form of documents.
MongoDB uses BSON to
Query database.
3
WOODGROVE
BANK
Comparison
SQL
MySQl
No SQL
MongoDB
 example
4
WOODGROVE
BANK
What is Json and BSON ?
.
 JSON :
 Json stands for java Script Object Notation.
 Json is a format for storing and transporting data.
 Json is often used when data is sent from a server to a web.
 BSON :
 Bson Stands for binary JSON.
 It containing a field name , type ,and value.
 The BSON type format is lightweight, highly traversable
and fast in nature.
5
WOODGROVE
BANK
Characteristics Of MongodB
.
 Replication
 Sharding
 Schema less
6
THE END

MongoDB

  • 1.
  • 2.
    WOODGROVE BANK What is MongodB? .  MongoDB is a document – Oriented , No Sequel (NoSQL) Database.  MongoDB is a document database with the Scalability and Flexibility.  It is a distributed database built for Modern Application Developers.  It store data in BSON. 2
  • 3.
    WOODGROVE BANK comparison SQL MySQL RDMS is arelational database management system and works on relational database. It stores data in form of entity as tables. It uses SQL to query database. No SQL MongoDB It’s a non-relational, document-oriented database management system and works on document-based database. MongoDB stores data in form of documents. MongoDB uses BSON to Query database. 3
  • 4.
  • 5.
    WOODGROVE BANK What is Jsonand BSON ? .  JSON :  Json stands for java Script Object Notation.  Json is a format for storing and transporting data.  Json is often used when data is sent from a server to a web.  BSON :  Bson Stands for binary JSON.  It containing a field name , type ,and value.  The BSON type format is lightweight, highly traversable and fast in nature. 5
  • 6.
    WOODGROVE BANK Characteristics Of MongodB . Replication  Sharding  Schema less 6
  • 7.