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

55 reviews
from G2

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


    Laxman T.

MongoDB integration with Nodejs

  • September 29, 2022
  • Review verified by G2

What do you like best about the product?
MongoDB is no SQL Database, MongoDB has rich UI (Mongo Atlas and can be integrated with Nodejs and Java back end with Mongoose Library. It is easy to learn and commands are self-explanatory. Performance is high , distributed to multiple databases.
What do you dislike about the product?
Working with joins is not so easy; high memory usage, and it isn't easy to understand the sharding concepts
What problems is the product solving and how is that benefiting you?
Our data is unstructured data, and our project needs real-time analysis and scaling and it can be integrated with java or nodejs


    Education Management

nosql database with faster processing !

  • September 03, 2022
  • Review provided by G2

What do you like best about the product?
The speed of data retrieval is really fast as compared to other nosql database
What do you dislike about the product?
The interface is sometime not very intuitive
What problems is the product solving and how is that benefiting you?
It's trying to create better storage structure and data retrieval


    sumit k.

Powerful and perfect for growing Company.

  • July 18, 2022
  • Review verified by G2

What do you like best about the product?
It is very easy to use with python/javascript language. I have worked for many years with MongoDB. It handles requests pretty well. Writing queries and help from UI you can easily get your desired data. It is also fast when used with indexing. Setting up in the cloud is also easy. Taking a dump and restoring, I am so grateful for how easy.
What do you dislike about the product?
Our organization uses MongoDB as the database for all our backend services. There was one issue I faced with connections using pympngo. It was getting disconnected for every consecutive call. We solved it but it took a while to figure it out.
What problems is the product solving and how is that benefiting you?
MongoDB solves the need for a No-SQL database at the backend. It is quite developing fast pace because it is schema-less and Data replication is also fast and easy.


    Information Technology and Services

No Relation Database

  • July 13, 2022
  • Review verified by G2

What do you like best about the product?
It is no sql database with no defined colums, we can add columns as per requirement.
What do you dislike about the product?
So much difficult to find rows with different tables as relationship are not there.
What problems is the product solving and how is that benefiting you?
I am storing bulk of data with the help of mongodb in JSON format.


    Information Technology and Services

MongoDB Review

  • June 28, 2022
  • Review verified by G2

What do you like best about the product?
It is a fully documented DB where there are no relationships and can insert data in JSON format with n number of fields.
What do you dislike about the product?
As there are no relationships, sometimes it is difficult to search a particular data and that is time-consuming.
What problems is the product solving and how is that benefiting you?
It is data base where we can store the bulk of data in JSON format.


    Nir L.

Robust, Fast, and Easy to Use NoSQL Engine

  • January 17, 2022
  • Review verified by G2

What do you like best about the product?
MongoDB is a fast, document-based database that provides us with most data needs. We are using MongoDB as our primary database for our application, and it proved to be very fast, robust, and very easy to use. The schema-less methodology allows us to change schema as needed without worrying about past changes. The "aggregate framework" is a very good solution for building complex, yet easy to understand, queries.
What do you dislike about the product?
As with most NoSQL databases, MongoDB does not allow for cross-table JOINs. Hence, we need to structure our data accordingly and use solutions such as the aggregate framework in order to execute complex queries.
What problems is the product solving and how is that benefiting you?
We are using MongoDB as our central and primary database for our application. Using this database allows us to perform fast inserts and updates without worrying about table and page locks.


    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.


    Doolitha S.

Best No-SQL DB out there.

  • August 29, 2021
  • Review verified by G2

What do you like best about the product?
What I like best is the ease of configuration and lightweight compared to other databases. I was able to get the maximum out of MongoDB features, which do not come with relational DBS as my project requirements.
What do you dislike about the product?
I have not faced issues with MongoDB, and I could figure out and fix the challenges I face because of strong community support. Therefore no adverse comment on it.
What problems is the product solving and how is that benefiting you?
I required a non-relational DB for some of my projects, and MongoDB did it perfectly without issues. Scalability was one of the key benefits I have gained through the use of this database. I am happy with its usage.
Recommendations to others considering the product:
Best DB if you need a document related and Scalability is your priority. You can do tons of stuff that you can not do using relational databases with MongoDB. I love it. I can recommend this to anyone without a second concern.


    Debabrata S.

Pretty good NoSQL database with javascript enabled programming

  • December 04, 2020
  • Review provided by G2

What do you like best about the product?
Document based database which helps managing un structure data dynamically or we can at run time. Javascript functionality where we can directly use javascript features so that we require less learning to write functions in mongodb.
What do you dislike about the product?
Need lots of improvement on linking document (or joining of document).
What problems is the product solving and how is that benefiting you?
Usually it helps to solves social networking problems as we are working on that project.


    Information Technology and Services

Schemaless no SQL database:easy to manage data

  • July 30, 2020
  • Review provided by G2

What do you like best about the product?
The best part of mongodb is that CRUD operation is easy and managing the large number of database is simple.No complex joins are required so people can easily learn and implement.
What do you dislike about the product?
There is no default transaction support.If we need we have to handle it.
What problems is the product solving and how is that benefiting you?
We are using CRUD operation for the database for creating, read, update and delete data.Easily we can implement in our projects if we have large collection of database.Mongodb can store any type of file and no size limitation is there,which is a benefit i can say.