SlideShare a Scribd company logo
1 of 6
Download to read offline
Is MongoDB a good choice for your Application
In todays time when starting a new project you no longer have to choose only between                               
RDBMS’s for software development despite a number of products are created (NoSQL) to                         
offer new approaches to data persistence . Among them some offer better read­write                         
performance than classical storage , some offer near­linear horizontal scalability and some                       
focus on better data representation for more convenient data access for business domain. 
MongoDb is one such NoSQL storage that supports sharding , replication and                       
document­oriented persistence. MongoDB is the leading open source, document oriented                   
and cross­platform schemaless NoSQL Database developed by 10gen. It provides                   
subscriptions , consulting , and training for the NoSQL database.
In MongoDB structured data is stored as JSON­like documents associated with dynamic                       
schemas unlike it is stored in form of tables in classical relational database, thereby                           
making data integrations much faster and easier. Unlike MySQL which is written using                         
SQL queries, Mongodb is focused on BSON i.e binary JSON which means that much of                             
the functionality can be directly accessed through JavaScript Notation. 
MongoDb comes with its own shell interface to directly run commands onto database. It                           
focus more on objects containing key value pairs.
NoSQL is a vague term that comprises of different types of database engines . It main                               
classes include Graph databases , Column databases , Key/value stores and document                       
databases.
Examples of Graph databases are Neo4j and OrientDB , these model depicts the relations                           
between entities . Cassandra and Hadoop are Column databases and are used for                         
processing large amounts of data . memcache or Redis belong to key/value stores where                           
data is stored and retrieved by a specific key . Lastly MongoDb and Apache CouchDb                             
belongs to the last Document database category.
Document Database ­ 
In a document database(MongoDb) the smallest unit is a document. Every record in                         
MongoDB is a document composed of field and value pairs , it is a data structure more or                                   
less similar to JSON objects. The value here can include arrays or arrays of documents .                               
Documents are stored inside a collection which together makes a database. There are                         
many advantages of documents like it corresponds to native data types in many                         
programming languages , dynamic schema supports polymorphism and embedded arrays                   
and documents reduce any need for expensive joins.
Not every document is required to have the same structure each can have different fields or                               
even sub documents normally described as nested or embedded documents .The                     
document database allows to easily retrieve the objects without threading data together to                         
form a valid object. 
Why to choose MongoDB :­
1. MongoDB is free and Open source ­ It is open source and with new releases and                                 
updations it is still stable with nice documentations and a growing community. With each                           
new updations new functionalities are being added at rapid pace. 
2. Schemaless and Document Oriented ­ Mongo has no schema and hence makes it                           
a perfect choice for rapid software development as you need not spend time doing                           
schema design . Unlike relational database it stores data in collection of BSON documents                           
which simplifies the mapping between database and domain objects . Arrays and nested                         
objects are transparently stored in the DB making it an apt choice for domains with                             
polymorphic data. 
3 . Querying & Aggregation Framework ­ Mongodb provides a powerful querying                       
facility , which uses indexes that you have created to query nested or embedded objects                             
and arrays . For query that requires MAX , AVG or GROUP BY from SQL , mongo offers a                                     
new mechanism Aggregation framework , that allows to run ad­hoc aggregation queries                       
without any need to write cumbersome scripts .
4. Horizontal Scalability ­ Mongodb provides replication and sharding features to build                       
a clustered topology where replication provides consistent read scaling while sharding                     
facilitates read and write scaling.
5. Intuitive architecture ­ Mongodb has a single master per replica making it simpler                           
compared to other peer to peer architectures , it also offers fast writes for quick collection                               
of various  statistics in a shorter response time . 
6. Multiple PL Support ­ A large no. of programming language can leverage mongodb                           
from ruby to java to php.
7. MapReduce ­ It is a powerful searching algorithm for aggregations and batch                         
processing similar to hadoop. Massive aggregation is carried out by it, in mongo map and                             
reduce functions are written in javascript and are executed on mongod servers and results                           
are collected on result collections. 
Mongodb even provides incremental MapReduce, it allows to run mapreduce jobs over                       
collections,this can lessen the work by merging new data into existing results collection . 
8. Role Based ­ It allows to assign security policies to server and database and other                               
cluster organization .
9 . Mongodb offers replica sets for better fault tolerance and support for large amounts of                               
data in larger environments. In these replica sets , all nodes are copies of one another and                                 
there is no single point of failure.
10. Mongodb features a large community with higher level ORM libraries that provides a                           
closer mapping of objects . 
MongoDb is mostly preferred and is best used while testing a new application to see how                               
to structure a database with free form objects. Mongo is rich with drivers for nearly all                               
languages including Perl, .NET , PHP, Python,C/C++,  and Node.js. 
Key Features of MongoDB ­ 
❖ High Availability ­ Replica sets which is mongodb’s replication facility is                     
responsible for its high availability . It provides data redundancy and automatic                       
failover. 
❖ High Performance ­ Mongodb supports embedded data models that reduces                   
input/output activity on DB. Mongodb being a document database has no joins and                         
transactions making the queries much simpler ,also Indexes supports faster queries                     
.
❖ Automatic Scaling ­ Sharding provides scalability in mongodb . It distributes the                       
large chunk of data into small clusters and allows horizontal scaling. Sharding can                         
also be termed as partitioning . Mongodb can change partitions for data distribution                         
and load balancing and allows to elastically add new nodes. 
Apart from all the benefits Mongodb offers it comes with few flaws that should also be                               
considered while adopting it for your business .
Since mongo is a NoSQL technology so if there is need to select related data from                               
different collections then it has to be done manually which offers slight inconsistency.                         
Moreover ACID transactions won’t be there anymore hence no automatic rollbacks , but                         
this can be overcomed with two­phase commit , in­app locks and entity versions .                           
MongoDB like many RDBMS’s is not optimized to work on HDD , it performs well when                               
your indexes fit into RAM and your SSD hard drives on prod servers. 
For setting up MongoDB with Authentication on Windows follow this Blog and for                         
authentication on Ubuntu follow  this  .
To discuss how we can help you, please contact with our team at                         
info@oodlestechnologies.com   or skype : oodles.tech .
Visit : http://www.oodlestechnologies.com
Is MongoDB a good choice for your Application

More Related Content

More from Oodles Technologies Pvt. Ltd.

How artificial-intelligence-will-impact-erp-landscape
How artificial-intelligence-will-impact-erp-landscapeHow artificial-intelligence-will-impact-erp-landscape
How artificial-intelligence-will-impact-erp-landscapeOodles Technologies Pvt. Ltd.
 
How does-an-erp-system-assist-in-human-resource-planning
How does-an-erp-system-assist-in-human-resource-planningHow does-an-erp-system-assist-in-human-resource-planning
How does-an-erp-system-assist-in-human-resource-planningOodles Technologies Pvt. Ltd.
 
Erp software-solutions-why-they-are-perfect-for-startups-1
Erp software-solutions-why-they-are-perfect-for-startups-1Erp software-solutions-why-they-are-perfect-for-startups-1
Erp software-solutions-why-they-are-perfect-for-startups-1Oodles Technologies Pvt. Ltd.
 
Ecommerce erp-integration-to-revolutionize-retail-business
Ecommerce erp-integration-to-revolutionize-retail-businessEcommerce erp-integration-to-revolutionize-retail-business
Ecommerce erp-integration-to-revolutionize-retail-businessOodles Technologies Pvt. Ltd.
 

More from Oodles Technologies Pvt. Ltd. (20)

How artificial-intelligence-will-impact-erp-landscape
How artificial-intelligence-will-impact-erp-landscapeHow artificial-intelligence-will-impact-erp-landscape
How artificial-intelligence-will-impact-erp-landscape
 
Hybrid erp-for-skyrocketing-business-growth
Hybrid erp-for-skyrocketing-business-growthHybrid erp-for-skyrocketing-business-growth
Hybrid erp-for-skyrocketing-business-growth
 
The rise-of-i erp-intelligent-erp
The rise-of-i erp-intelligent-erpThe rise-of-i erp-intelligent-erp
The rise-of-i erp-intelligent-erp
 
Manufacturing erp-software
Manufacturing erp-softwareManufacturing erp-software
Manufacturing erp-software
 
How does-an-erp-system-assist-in-human-resource-planning
How does-an-erp-system-assist-in-human-resource-planningHow does-an-erp-system-assist-in-human-resource-planning
How does-an-erp-system-assist-in-human-resource-planning
 
Erp software-solutions-why-they-are-perfect-for-startups-1
Erp software-solutions-why-they-are-perfect-for-startups-1Erp software-solutions-why-they-are-perfect-for-startups-1
Erp software-solutions-why-they-are-perfect-for-startups-1
 
Erp automation-why-businesses-are-dying-for-it-1-1
Erp automation-why-businesses-are-dying-for-it-1-1Erp automation-why-businesses-are-dying-for-it-1-1
Erp automation-why-businesses-are-dying-for-it-1-1
 
Ecommerce erp-integration-to-revolutionize-retail-business
Ecommerce erp-integration-to-revolutionize-retail-businessEcommerce erp-integration-to-revolutionize-retail-business
Ecommerce erp-integration-to-revolutionize-retail-business
 
Best erp-solutions-for-sm es
Best erp-solutions-for-sm esBest erp-solutions-for-sm es
Best erp-solutions-for-sm es
 
Best erp-trends-2018-min
Best erp-trends-2018-minBest erp-trends-2018-min
Best erp-trends-2018-min
 
Internet of things
Internet of thingsInternet of things
Internet of things
 
Erp for-small-businesses-min-2
Erp for-small-businesses-min-2Erp for-small-businesses-min-2
Erp for-small-businesses-min-2
 
Did You Know
Did You KnowDid You Know
Did You Know
 
All About Ethereum
All About EthereumAll About Ethereum
All About Ethereum
 
Oodles beginners guide to bitcoin cryptocurrencies
Oodles beginners guide to bitcoin cryptocurrenciesOodles beginners guide to bitcoin cryptocurrencies
Oodles beginners guide to bitcoin cryptocurrencies
 
Wordpress Optimisation for your business
Wordpress Optimisation for your businessWordpress Optimisation for your business
Wordpress Optimisation for your business
 
Html5 the future of browsers
Html5 the future of browsersHtml5 the future of browsers
Html5 the future of browsers
 
How bitcoin works
How bitcoin worksHow bitcoin works
How bitcoin works
 
Frameworks For Android
Frameworks For AndroidFrameworks For Android
Frameworks For Android
 
Android vs iOS
Android vs iOSAndroid vs iOS
Android vs iOS
 

Recently uploaded

EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Intelisync
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 

Recently uploaded (20)

EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)Introduction to Decentralized Applications (dApps)
Introduction to Decentralized Applications (dApps)
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 

Is MongoDB a good choice for your Application

  • 1. Is MongoDB a good choice for your Application In todays time when starting a new project you no longer have to choose only between                                RDBMS’s for software development despite a number of products are created (NoSQL) to                          offer new approaches to data persistence . Among them some offer better read­write                          performance than classical storage , some offer near­linear horizontal scalability and some                        focus on better data representation for more convenient data access for business domain.  MongoDb is one such NoSQL storage that supports sharding , replication and                        document­oriented persistence. MongoDB is the leading open source, document oriented                    and cross­platform schemaless NoSQL Database developed by 10gen. It provides                    subscriptions , consulting , and training for the NoSQL database. In MongoDB structured data is stored as JSON­like documents associated with dynamic                        schemas unlike it is stored in form of tables in classical relational database, thereby                            making data integrations much faster and easier. Unlike MySQL which is written using                          SQL queries, Mongodb is focused on BSON i.e binary JSON which means that much of                              the functionality can be directly accessed through JavaScript Notation.  MongoDb comes with its own shell interface to directly run commands onto database. It                            focus more on objects containing key value pairs. NoSQL is a vague term that comprises of different types of database engines . It main                                classes include Graph databases , Column databases , Key/value stores and document                        databases. Examples of Graph databases are Neo4j and OrientDB , these model depicts the relations                           
  • 2. between entities . Cassandra and Hadoop are Column databases and are used for                          processing large amounts of data . memcache or Redis belong to key/value stores where                            data is stored and retrieved by a specific key . Lastly MongoDb and Apache CouchDb                              belongs to the last Document database category. Document Database ­  In a document database(MongoDb) the smallest unit is a document. Every record in                          MongoDB is a document composed of field and value pairs , it is a data structure more or                                    less similar to JSON objects. The value here can include arrays or arrays of documents .                                Documents are stored inside a collection which together makes a database. There are                          many advantages of documents like it corresponds to native data types in many                          programming languages , dynamic schema supports polymorphism and embedded arrays                    and documents reduce any need for expensive joins. Not every document is required to have the same structure each can have different fields or                                even sub documents normally described as nested or embedded documents .The                      document database allows to easily retrieve the objects without threading data together to                          form a valid object.  Why to choose MongoDB :­ 1. MongoDB is free and Open source ­ It is open source and with new releases and                                  updations it is still stable with nice documentations and a growing community. With each                            new updations new functionalities are being added at rapid pace. 
  • 3. 2. Schemaless and Document Oriented ­ Mongo has no schema and hence makes it                            a perfect choice for rapid software development as you need not spend time doing                            schema design . Unlike relational database it stores data in collection of BSON documents                            which simplifies the mapping between database and domain objects . Arrays and nested                          objects are transparently stored in the DB making it an apt choice for domains with                              polymorphic data.  3 . Querying & Aggregation Framework ­ Mongodb provides a powerful querying                        facility , which uses indexes that you have created to query nested or embedded objects                              and arrays . For query that requires MAX , AVG or GROUP BY from SQL , mongo offers a                                      new mechanism Aggregation framework , that allows to run ad­hoc aggregation queries                        without any need to write cumbersome scripts . 4. Horizontal Scalability ­ Mongodb provides replication and sharding features to build                        a clustered topology where replication provides consistent read scaling while sharding                      facilitates read and write scaling. 5. Intuitive architecture ­ Mongodb has a single master per replica making it simpler                            compared to other peer to peer architectures , it also offers fast writes for quick collection                                of various  statistics in a shorter response time .  6. Multiple PL Support ­ A large no. of programming language can leverage mongodb                            from ruby to java to php. 7. MapReduce ­ It is a powerful searching algorithm for aggregations and batch                          processing similar to hadoop. Massive aggregation is carried out by it, in mongo map and                              reduce functions are written in javascript and are executed on mongod servers and results                            are collected on result collections. 
  • 4. Mongodb even provides incremental MapReduce, it allows to run mapreduce jobs over                        collections,this can lessen the work by merging new data into existing results collection .  8. Role Based ­ It allows to assign security policies to server and database and other                                cluster organization . 9 . Mongodb offers replica sets for better fault tolerance and support for large amounts of                                data in larger environments. In these replica sets , all nodes are copies of one another and                                  there is no single point of failure. 10. Mongodb features a large community with higher level ORM libraries that provides a                            closer mapping of objects .  MongoDb is mostly preferred and is best used while testing a new application to see how                                to structure a database with free form objects. Mongo is rich with drivers for nearly all                                languages including Perl, .NET , PHP, Python,C/C++,  and Node.js.  Key Features of MongoDB ­  ❖ High Availability ­ Replica sets which is mongodb’s replication facility is                      responsible for its high availability . It provides data redundancy and automatic                        failover.  ❖ High Performance ­ Mongodb supports embedded data models that reduces                    input/output activity on DB. Mongodb being a document database has no joins and                          transactions making the queries much simpler ,also Indexes supports faster queries                      . ❖ Automatic Scaling ­ Sharding provides scalability in mongodb . It distributes the                       
  • 5. large chunk of data into small clusters and allows horizontal scaling. Sharding can                          also be termed as partitioning . Mongodb can change partitions for data distribution                          and load balancing and allows to elastically add new nodes.  Apart from all the benefits Mongodb offers it comes with few flaws that should also be                                considered while adopting it for your business . Since mongo is a NoSQL technology so if there is need to select related data from                                different collections then it has to be done manually which offers slight inconsistency.                          Moreover ACID transactions won’t be there anymore hence no automatic rollbacks , but                          this can be overcomed with two­phase commit , in­app locks and entity versions .                            MongoDB like many RDBMS’s is not optimized to work on HDD , it performs well when                                your indexes fit into RAM and your SSD hard drives on prod servers.  For setting up MongoDB with Authentication on Windows follow this Blog and for                          authentication on Ubuntu follow  this  . To discuss how we can help you, please contact with our team at                          info@oodlestechnologies.com   or skype : oodles.tech . Visit : http://www.oodlestechnologies.com