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.


    Computer Software

Awesome way to create large databases

  • June 17, 2019
  • Review verified by G2

What do you like best about the product?
The way you can query in the documents easily
What do you dislike about the product?
Nothing, I really loved it. I want to use it forever
What problems is the product solving and how is that benefiting you?
Creating large amounts of documents or data for my projecvt
Recommendations to others considering the product:
If you have a larg amount of documents for a database. you should consider using this one


    Pharmaceuticals

No DBA required

  • June 12, 2019
  • Review provided by G2

What do you like best about the product?
Easy to maintain and flexible. Doesn’t have complex tables and can view as Json
What do you dislike about the product?
Doesn’t support when large amount of data is loaded
What problems is the product solving and how is that benefiting you?
None


    Computer Software

Mongo DB for data driven decisions

  • May 31, 2019
  • Review provided by G2

What do you like best about the product?
easy to maintain data collections and fast query process. it is very easy to query with drag and dropping key fields
What do you dislike about the product?
cannot merge two collections and query. it is a disadvantage when we have to visualize something meaningful.
What problems is the product solving and how is that benefiting you?
data visualizations and fast data processing for real time data analytics.
Recommendations to others considering the product:
this is a good non relational database and can hold thousands of data securely


    Alan L.

MongoDB and its Cloud Manager

  • May 29, 2019
  • Review verified by G2

What do you like best about the product?
The cloud manager for mongoDB has made mongo's deployment very easy online. The greatest features are the hearty storage space, and the NoSQL database. Stitching multiple applications has been very easy through the Atlas cloud manager. I have also found the setup guide easy and interactive.
What do you dislike about the product?
The pricing model for MongoDB itself (Not just the cloud manager) is quite expensive. If the pricing was better, I would give it a 10 on 10!
What problems is the product solving and how is that benefiting you?
Our team uses MongoDB Cloud Manager to manage our clusters, update our databases and stitch applications as needed. I think this software has been very well implemented and the control it provides is unreal!
Recommendations to others considering the product:
I would recommend scaling the MongoDB up for good cloud manager performance, and exploring the free try sandbox first.


    Rounak J.

Best Non-relational, NoSQL database

  • May 22, 2019
  • Review provided by G2

What do you like best about the product?
The NoSQLpart of MongoDB is what makes it different. The structure of the database can be easy to change. This tool is very easy to use. The JSON key-value pair makes querying time even faster. The security is also good. Basically, it is full on the package for the Database
What do you dislike about the product?
I have been using MongoDB for a very long time. As per now, I did not find any disadvantage, whatever my problem is it gets to sort out always.
What problems is the product solving and how is that benefiting you?
We have our application storage in MongoDB. Because of our use case, we chose to use it and we are very much satisfied with the product.
Recommendations to others considering the product:
If your use case is NoSQL database then MongoDB is the best choice, go for it.


    Information Technology and Services

Best NoSQL database in the market

  • May 20, 2019
  • Review verified by G2

What do you like best about the product?
We are using MongoDB as our primary database. As our most of the data is in unstructured and thus not fit for RDBMS store. JSON data store, Schemaless architecture along with horizontal scaling makes it more efficient. One more thing that i loved is the support for geospatial data, it's just perfect.
What do you dislike about the product?
Takes up more space than RDBMS for similar data.
ACID compliance missing.
What problems is the product solving and how is that benefiting you?
Helped in storing unstructured data.
Horizontal scaling saved us a lot.
Recommendations to others considering the product:
If you are looking for db which can store unstructured data and can do querying on top of it with ease then MongoDB is the right choice.


    Computer Software

MongoDb: Indexing made search convenient

  • May 10, 2019
  • Review provided by G2

What do you like best about the product?
The best part is that you can create database on runtime with no restriction for data types.
Indexing makes it even more convenient to search for an specific records or no of records, it saves time and search in a targeted manner.
What do you dislike about the product?
It command line interface needs experts to work with. It should have been a better UI for everyone's convenience.
It sometimes doesn't work when working with huge data processing.
What problems is the product solving and how is that benefiting you?
There is no need to create complex schemas for a dataset.


    Eric B.

MongoDB Review

  • May 01, 2019
  • Review provided by G2

What do you like best about the product?
I love that you can connect it with Atlas and host your database online. Very good No-SQL implementations, and a good amount of storage space available for the data. Easy to store complex data structures online too. Very flexible for distributed systems, too.
What do you dislike about the product?
I do not like the way images are stored in it using GridFX, and broken into fragments and objects. Although it is easy to access them, only a few of them can be stores because of the space limitations for images.
What problems is the product solving and how is that benefiting you?
Managing my databases for test projects, internship project, and research projects. This has completely transformed me from a relational database user and MySQL to No-SQL.
Recommendations to others considering the product:
I program a lot in python and django, and use MongoDB as a backend for that. I would highly recommend using this as a database for hosting data with ease.


    Rajan S.

Best NoSQL Database!!!

  • April 30, 2019
  • Review provided by G2

What do you like best about the product?
1) Really helpful you are going to manage large data.
2) Schema-less tables make it more flexible for variable data.
3) We can use MongoDB on CLI as well as interface.
4) We can export and import data easily.
5) It also different others feature like Indexes, transactions etc.
What do you dislike about the product?
Since I'm from a relational database background, so it's very tough to get familiar with MongoDB. Unlike a relational database, Joins does not support it. We can't handle data in it if your application's data have more relations.
What problems is the product solving and how is that benefiting you?
Earlier, we were using relational DB for our email server, but the server was unable to handle the load with that db. Now we have migrated to MongoDB and we are getting very good performance and the server load is also fine.
Recommendations to others considering the product:
If you are looking for a NoSQL database for loose relations data structure then MongoDB is a very good choice to use.


    Apoorv S.

MongoDB schema

  • April 12, 2019
  • Review verified by G2

What do you like best about the product?
1. Easy to create Schema , Relation between Collections.
2. Easy to manage data , collections via Mongo CLI
3. Export , Import DB
4. Setting up relation between collections is more easy as compared to traditional SQL based Database.
What do you dislike about the product?
You need to separate IDE such as Compass , Studo3T to view collections , if you are not good in CLI to manage DB.
What problems is the product solving and how is that benefiting you?
MongoDB is very compatible in MEAN Stack environment , and I am MEAN Stack developer , so using Mongodb I have solved my DB issues.
Recommendations to others considering the product:
I recommend MongoDB to all Mean Stack Developers.