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

MongoDB with EBS RAID

MongoDB, Inc | 2.2.2

Linux/Unix, Amazon Linux 5.5 - 64-bit Amazon Machine Image (AMI)

Reviews from AWS Marketplace

1 AWS reviews
  • 5 star
    0
  • 1
  • 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.


    MARVIN M.

An alternative way to manage a database

  • August 12, 2019
  • Review provided by G2

What do you like best about the product?
My favourite feature about MongoDB is that I can embed a collection (the equivalent of a table in SQL) into anther collection. Something that would require me to create two separate tables in an SQL database
What do you dislike about the product?
Sometimes I spend a lot of time deciding between whether to embed a collection within another or create a new collection which is usually a tread off between performance against maintenance
What problems is the product solving and how is that benefiting you?
MongoDB is basically serverless which simplifies the process of setting it up


    Information Technology and Services

MongoDB looks complicated, but it is not!

  • August 06, 2019
  • Review provided by G2

What do you like best about the product?
I love the layout! You can tell it is a database software so it looks like a lot of conglomerated data, but it is super easy to use.
What do you dislike about the product?
Hmmm, I would like it better if they had a dark theme :D
What problems is the product solving and how is that benefiting you?
In my company, I am troubleshooting wait timer delays for our marketing automation feature called Campaign Automation.
Recommendations to others considering the product:
Get this if you want to get control of your database and any other implementation that deals with a large amount of data.


    Information Technology and Services

Best NoSQL Database ever.

  • July 29, 2019
  • Review provided by G2

What do you like best about the product?
The document data model (main feature of MongoDB) provides the users/developers provides great flexibility while its distributed architecture allows great scalability which makes it the Best NoSQL DB in the market and hence makes it the ideal replacement for relational databases.
What do you dislike about the product?
The major disadvantage is MongoDB does not support Joins on data and also there is no default transaction support which puts more work on the user to handle it.
What problems is the product solving and how is that benefiting you?
Problems like performance , availability and scaling which are present in relational DB are addressed by using MongoDB.


    Manoj S.

Review on MongoDb to show his strength

  • July 29, 2019
  • Review verified by G2

What do you like best about the product?
This is really wonderful tool easy to access, query builder, easily I can access date using my query this is really good tool which we can user for log time, we can added more environment here
What do you dislike about the product?
For large data its taking time to fetched data form server
What problems is the product solving and how is that benefiting you?
No I haven't faced any issues till now
Recommendations to others considering the product:
Yes definitely I will recommended this to my friends and company


    Shantall G.

I am a web developer who has used MongoDB as a database for some projects.

  • July 24, 2019
  • Review provided by G2

What do you like best about the product?
The flexibility that mongoDB offers. The tools that makes the things easier for make queries.
What do you dislike about the product?
The installation and first implementation for a new user can result a little complicated.
What problems is the product solving and how is that benefiting you?
The last project I did was a chatbot. As mongoDB is a non-relational database I was able to store all the information I needed and make queries so easily. Mongo was a good option to work with a framework for chatbots called RASA.
Recommendations to others considering the product:
In order for you to use mongoDB all you have to do is follow and read carefully the documentation.


    Computer Software

If data is unstructured then you must need MONGO DB.

  • July 10, 2019
  • Review provided by G2

What do you like best about the product?
It is very easy to use and its syntax is pretty much simple and easy. It reads the data from the live sources and helps in making the word cloud very effectively.
What do you dislike about the product?
Its output delivery system is not that much effective, every time we need to take data on excel then we can use it.
What problems is the product solving and how is that benefiting you?
Reading the data from live sources such as from Twitter, youtube comments and the data is not the same then we use this tool to fetch important attributes from the data.
Recommendations to others considering the product:
it is now a highly used database in the analytics industry to read the unstructured or semi-structured data, lots of online communities are there which helps the user very easily. Its price is a little high but its worth to use it.


    Information Technology and Services

Best database in market for now

  • July 04, 2019
  • Review provided by G2

What do you like best about the product?
MongoDB driver support is available for a variety of languages,approach scalability,Data retrieving from this No-SQL database is very much fast when compared to other No-SQL databases.
What do you dislike about the product?
I did not find any flaws with this software
What problems is the product solving and how is that benefiting you?
It saves alot of time for configuration and setup


    Aswin P.

Fast and reliable

  • June 29, 2019
  • Review provided by G2

What do you like best about the product?
It serves its purpose well and is seamlessly able to integrate with other solutions. The cloud offering is a cool way to get more out of the service without worrying about infrastructure.
What do you dislike about the product?
Mongo db is a bit had to understand in the dirst place. People who are trying to migration from old sql to mongo might have a hard time.
What problems is the product solving and how is that benefiting you?
I have can put many types of data onto same db.


    Computer Software

MongoDB review

  • June 27, 2019
  • Review provided by G2

What do you like best about the product?
Easy to install and setup, Schema less Document database and has no complex joins and support Regular expressions as well.
What do you dislike about the product?
Data consumption is high and Map/ reduce is slow and the most annoying is full database lock when a "Write" operation happens.
What problems is the product solving and how is that benefiting you?
Data consumption and Nesting.Easy installation and full technical support
Recommendations to others considering the product:
Yes, definitely got for it if you High speed and Scalability.


    Computer Software

NoSql database

  • June 19, 2019
  • Review provided by G2

What do you like best about the product?
Easy to query, no complex joins required as RDBMS.
Scalable and flexible with the querying and indexing
What do you dislike about the product?
Data consumption is high due to denormalizarion
What problems is the product solving and how is that benefiting you?
Mapping is little slow. No default transaction support