Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

MongoDB

TurnKey GNU/Linux | 1

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

474 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Mihir M.

MongoDB

  • December 15, 2021
  • Review provided by G2

What do you like best about the product?
Features and functionalities like:
- schema-less databse architecture
- deep querying ability
- ease of scale-out architecture
- clarity on single object structure
What do you dislike about the product?
MongoDB does not support well-defined relationships
lack of ACID compliance
limited data size and nesting
What problems is the product solving and how is that benefiting you?
we were looking for a schema-less database architecture along with deep querying capabilities for a scale-out database growth over a period of time

The benefits we reaped are:
- seamless db architeture
- developing deep querying capabilities to meet with custom querying capabilities


    Gaurav G.

Mongo DB

  • December 14, 2021
  • Review provided by G2

What do you like best about the product?
The ease of integrating and scaling is the best part of MOngo DB.
What do you dislike about the product?
Need better tutorials to reduce nested callbacks.
What problems is the product solving and how is that benefiting you?
Data base related requirements are getting fulfilled.


    Entertainment

Great tool for developing/database. Quick and Easy to get started with!

  • December 11, 2021
  • Review verified by G2

What do you like best about the product?
The website allows you to quickly spin up a database on their cloud for free, making it extremely easy to get started. The compass app for desktops makes for a great experience browsing and editing documents in the database. Also, the documentation and packages available for MongoDB are very easy and great to use!
What do you dislike about the product?
Sometimes some weird connection bugs come out of nowhere, making it impossible to connect to the database from a specific IP even though the IP is whitelisted.
What problems is the product solving and how is that benefiting you?
I am using MongoDB for multiple of my coding projects. I have been able to use it very easily with my applications, the compass app makes it very easy to preview and debug issues compared to many other alternatives out there such as Google Firestore or SQLite3.


    Rajat M.

One of the Best DBMS in the Market currently

  • December 09, 2021
  • Review verified by G2

What do you like best about the product?
Easy to use User Interface, easy to use for the professional with even less SQL expertise, and has a vast range of integration with Platforms.
What do you dislike about the product?
There is not much to dislike in the Application. There need to be alerted if Robo 3t is not compatible with MongoDB. For now, it just fails in connecting but never gives the right message.
What problems is the product solving and how is that benefiting you?
We are using it for storing API inventory data of the client, which we are using with the Springboot application for the client's inventory management system.


    Shubham S.

A very easy to use and robust relational database management software!

  • December 08, 2021
  • Review verified by G2

What do you like best about the product?
MongoDB's compass is a very user-friendly application for non-technical people because of the ease of creating the tables and inserting the data without commands. Further, the connection with the frontend interface is also quite easy and user-friendly with the application.
What do you dislike about the product?
As the MongoDB is a relational database, the addition of null values are replaced by 0 values for the variables and hence the application stores the data in the form of JSON values.
What problems is the product solving and how is that benefiting you?
MongoDB is helping me in quickly creating the database and connecting with the frontend interface in my projects and day-to-day use in the assignments. I am able to add authentication in all of my connections.
Recommendations to others considering the product:
MongoDB is best for people who are not sound in technical and database knowledge. It helps in the efficient making of the tables.


    Internet

Most versatile NoSQL data platform

  • December 07, 2021
  • Review provided by G2

What do you like best about the product?
MongoDB is not just a basic NoSQL offering; it caters to the needs of a simple small web app to a complex production application. The ability to store and manipulate document data, geodata is what makes it stand out.
What do you dislike about the product?
MongoDB can be complex to configure and maintain if you're hosting a large production cluster by yourself. Using a hosting provider like MongoDB Atlas can make things easier but very expensive.
What problems is the product solving and how is that benefiting you?
I'm using MongoDB to run multiple user-facing and internal platforms in the domains of e-commerce, social media, cms. These platforms share multiple microservices in the backend. A single PSS MongoDB cluster has provided enough resilience and performance to run everything without a hiccup.


    Libraries

MongoDB is a near-perfect nosql document-orientated database that is a pleasure to work with

  • November 25, 2021
  • Review verified by G2

What do you like best about the product?
What I like best about MongoDB is that it is so easy to work with when using some dynamically typed language like JavaScript. I have worked for years with statically typed languages like C#, and when working with databases, the mapping between data and objects is very cumbersome and tedious. Pulling data out of MongoDB in the form of a JSON object into JavaScript feels very native - there is no mapping - what you pull out is what you get in JS.
What do you dislike about the product?
The general best practice of having redundant data in MongoDB documents is quite a learning curve and not always intuitive when implemented. What I really don't like is the split in the community consensus as to if you should or shouldn't have redundant data in documents or use the alternative: "relationships".
What problems is the product solving and how is that benefiting you?
MongoDB solves the need for persistence for my Node.JS application. I have found it really efficient to develop with because it solves the problem of mapping between data and objects in your software - it solves this by not requiring any mapping whatsoever.


    Partha R.

The Best Database system available on the Intenet right now, Simple, Scalable, Versatile.

  • November 25, 2021
  • Review verified by G2

What do you like best about the product?
Ease of Use - Effortless to set up and use; the official documentation is to the point and always updated.
Simple Learning Curve - It's straightforward to learn.To get started, It won't take more than 2-3 days.
Easy to Migrate - As it's NoSQL, you can migrate from any system to MongoDB without many problems.
Community Support - As it has been there for more than half of a decade, the community support is amazing.
Scalability - MongoDB is built for big applications, so load balancing, sharding, etc many powerful features it possesses that make it super scalable.
What do you dislike about the product?
I have been using MongoDB for the last four years and haven't faced any significant issues. And whatever hurdles I met were resolved by the experts or community. So No, I don't have anything to dislike about MongoDB.
What problems is the product solving and how is that benefiting you?
I work in the Agritech Industry of India, where we deal with a massive amount of real-time weather data. So following are the benefits I have realized from this -
1. Almost zero latency DB operations
2. Having a geographically local instance made sure that data was available to the stakeholders without any delay.
3. While we have been getting a newer user base, and we need scaling, we used both inbuilt query optimizer and vertical scaling.


    Computer Software

MongoDB makes web apps easy

  • November 09, 2021
  • Review provided by G2

What do you like best about the product?
By using MongoDB, paired with react, express, and node, you can quickly build web apps that meet or exceed customer expectations. MongoDB cloud allows you to stand up a cloud mongoDB instance that you can connect to with a database url, and has a free tier available. I highly recommend the MERN stack to anyone who will listen.
What do you dislike about the product?
It can be difficult to wrap your head around noSQL data structuring. It is not as intuitive as SQL based solutions. As your application grows, it can become complicated to make meaningful queries of your data.
What problems is the product solving and how is that benefiting you?
MongoDB's strength is in rapidly standing up a noSQL database. I have evaluated multiple options and nothing comes close to the speed an ease of mongoDB. I cannot say that I recommend it as an organization grows, however. It may not have everything you would need to reach a high level of scale.


    Computer Software

Strong NoSQL candidate. Easy to use, and works well with various needs.

  • October 22, 2021
  • Review provided by G2

What do you like best about the product?
I like how easy MongoDB is to integrate with my applications. The document-based aspect is also beneficial because it allows for raw JSON data to be directly inserted into the database.
What do you dislike about the product?
There isn't anything I particularly dislike, but I believe their GUI applications could use some more refining (MongoDB Compass).
What problems is the product solving and how is that benefiting you?
I can take data that I have massaged from CSV into JSON and directly insert the JSON into the document-based database. I don't have to worry about reformatting the data just to store it in my database. This reduces the risk of error when modifying the format of data.