Dylan Violet

1548300871

Is MongoDB dead?

MongoDB is still a very young platform to judge to life or death .

NoSQL databases have emerged in recent years to provide the performance, scalability, and flexibility required of modern applications. This new wave of databases are much better suited for Big Data applications and agile software development practices than its relational counterparts.

NoSQL databases offers many benefits, including:

  • Flexible Data Model. Unlike relational databases, NoSQL databases easily store and combine any type of data, both structured and unstructured. You can also dynamically update the schema to evolve with changing requirements and without any interruption or downtime to your application.
  • Elastic Scalability. NoSQL databases scale out on low cost, commodity hardware, allowing for almost unlimited growth.
  • High Performance. NoSQL databases are built for great performance, measured in terms of both throughput and latency.

While MongoDB is great for application key-value store. I wouldn't recommend it as an analytics DB due to the following reasons:

  • No multi-document transaction. This means it can’t guarantee consistency in some cases.
  • Can’t write queries that use more than one collection. Aggregation framework only works on one collection at a time. Joining data has to be done programmatically and doesn't scale.
  • Nesting isn't always possible, and there are no foreign key constraints to enforce consistency

I’ve encountered dozens of data teams struggling with this exact problem, that’s why I’m adamant about it. To be honest, MongoDB to BigQuery migration - is one of the main use-cases I see here at Alooma.

in conclusion like any technology , mongo has its own pros and cons .

by using the right tools you can leverage only the pros , so i wouldn't be so quick to discount mongoDB

#mongodb

What is GEEK

Buddha Community

Query of MongoDB | MongoDB Command | MongoDB | Asp.Net Core Mvc

https://youtu.be/FwUobnB5pv8

#mongodb tutorial #mongodb tutorial for beginners #mongodb database #mongodb with c# #mongodb with asp.net core #mongodb

Install MongoDB Database | MongoDB | Asp.Net Core Mvc

#MongoDB
#Aspdotnetexplorer

https://youtu.be/cnwNWzcw3NM

#mongodb #mongodb database #mongodb with c# #mongodb with asp.net core #mongodb tutorial for beginners #mongodb tutorial

Insert & Save method in MongoDB | Inserting Document | CRUD Operation in MongoDB

#MongoDB
#AspDotNetExplorer
https://youtu.be/CohnNdE_rjM

#mongodb #mongodb tutorial for beginners #mongodb tutorial #mongodb database #learn mongodb

Execute MongoDB Command | Create, Drop and Select Database | MongoDB | Asp.Net Core Mvc

https://youtu.be/SKpNG83X2Ig

#mongodb #mongodb with asp.net core #mongodb with c# #mongodb tutorial for beginners #mongodb tutorial #learn mognodb

MongoDB Delete Document | Remove, DeleteOne and DeleteMany Methods | Asp.Net Core

https://youtu.be/l7m7lApock4

#crud operation #mongodb #mongodb tutorial for beginners #mongodb tutorial #mongodb database #learn mongodb