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.


    Gabriel M.

Great DB for all

  • June 08, 2017
  • Review provided by G2

What do you like best about the product?
It's very usefull and easy to use. JSON documents are easy to read.
What do you dislike about the product?
Not listed in linux repositories by default
What problems is the product solving and how is that benefiting you?
Significantly increase the speed of queries' response to previous version in sql.


    Information Technology and Services

I am NOSQL expert with more than 4 years of profound experience in the MongoDB as Admin and Develope

  • May 26, 2017
  • Review verified by G2

What do you like best about the product?
Easy installation and impressed the way mongo team prepared the documentation.
What do you dislike about the product?
The people who not know about the Mongo criticise the nosql world.
What problems is the product solving and how is that benefiting you?
I gave solution for real time reporting and high performance read write operation.


    Manikanta R.

NoSQL in product development nutshell

  • April 27, 2017
  • Review verified by G2

What do you like best about the product?
DB data structure and scaling features at first, data modelling , normalization and schema practices known for it data storage practices, and its recent releases 3.4 where it offers views, graph traversal
What do you dislike about the product?
Currency and Timezone point of effort needed
What problems is the product solving and how is that benefiting you?
product database
Recommendations to others considering the product:
Its all depends upon business requirements, with my usage from past 2 years mongodb works good in all my development and product building scenarios, like from mobile app backend DB, product and micro-services implementation.


    Computer Software

easy to start with

  • April 26, 2017
  • Review verified by G2

What do you like best about the product?
The easy to use native powerfull mapreduce , and prejoin collections
What do you dislike about the product?
The hard limitation of 16MB per document
What problems is the product solving and how is that benefiting you?
Converting XML Documents to JSON Documents


    Wei Shan A.

MongoDB 3.4 Review!

  • April 23, 2017
  • Review verified by G2

What do you like best about the product?
My top 3 favourite features
1. Views
2. Linearizable reads
3. Network compression
4. Chunk balancing parallelism (did I mention 3 features only?)
What do you dislike about the product?
Shard zoning. This is merely a rebranding of shard tagging. It should not be counted as a new feature!
What problems is the product solving and how is that benefiting you?
Allow our database to be compliance with the application response time. Considering our dataset, it is quite a feat!


    Information Technology and Services

{"title":"The database as a programmer would like it to be"}

  • April 18, 2017
  • Review provided by G2

What do you like best about the product?
The synergy between the code and database, especially with Node.js.
What do you dislike about the product?
Having to go back and make performance tweaks to existing structures.
What problems is the product solving and how is that benefiting you?
Trying not to spend too much time integrating new features and iterating on existing ones because of database constraints.


    Austin C.

Flexible, Fast, Easy to Setup

  • April 14, 2017
  • Review verified by G2

What do you like best about the product?
The Schemaless design makes rapid prototyping and iteration incredibly easy. The free tier platforms make it a great option for trying out and can take you incredibly far though there are great options/support provided for Enterprise services. For programmers, there are many well-maintained libraries for wrapping around the API.
What do you dislike about the product?
Though the database itself is fantastic, the third party tools to manage DBs are only ok. They are improving, but tools like 3T and Robomongo don't take complete advantage of the schemaless model.
What problems is the product solving and how is that benefiting you?
Data backups, restoring instances, and fast-paced products are all made easier with Mongo.
Recommendations to others considering the product:
Make sure you read above the vulnerabilities of unsecured Mongo instances and don't get your data kidnapped!


    Tony O.

MongoDB ruined SQL databases for me

  • April 12, 2017
  • Review verified by G2

What do you like best about the product?
The flexibility of document focused databases makes it easy to change or update schemas, hold data with varying sample rates or different, non-subset fields.
What do you dislike about the product?
High performance drivers to native data structures in other programming languages. Specifically, if I want to store time series data in Mongo, then retrieve in Python, the list of queries has to be iterated through to pull out the individual data fields. Some third party solutions provide a better solution.
What problems is the product solving and how is that benefiting you?
Data storage for IoT applications. SQL is certainly popular with business insight applications, but rolling out new and developing products in a start up meant we could not future proof our data collection up front when working with SQL databases.
Recommendations to others considering the product:
Be sure to start with later versions of MongoDB, updates in the last year have really improved indexing performance and flexibility of aggregations. Some SaaS deployments of MongoDB are too far behind.


    Alexander K.

Quick, reliable NoSQL solution

  • March 15, 2017
  • Review provided by G2

What do you like best about the product?
MongoDB is really very good NoSQL database. It is simple but powerful. It is quick on large datasets and simple to retrieve data. We use it mainly for logs and statistics data. Where our SQL-based database it uneffective Mongo comes and helps us.
What do you dislike about the product?
If you newer worked with NoSQL DBs it would be a little bit unusually to use it but perfect documentation and simple (JS-based) query language helps you to start quick.
What problems is the product solving and how is that benefiting you?
MongoDB is used for statistics and logs data. Store that in SQL DB is very resourse expensive and uneffective.
Recommendations to others considering the product:
If you have a lot of unstructured data such as logs you should give MongoDB a try!


    Michael H.

MongoDB and itds new cool features!

  • February 23, 2017
  • Review provided by G2

What do you like best about the product?
There are many new cool features which came with MongoDB 3.4. Here are my favorites:
* Native Graph Processing - special purpose graph databases do a good job at storing and querying graph data. But often you want traverse graph data directly in the database. With MongoDB you can process, query, and analyze in real time, without the complexity of duplicating data across two separate databases.
* Improvements for Visualizing MongoDB Data - The complete connector has been reworked and offers now improvements in performance and scalability.


And there will be exiting news of the upcoming version 3.6:
For increasing performance:
- Wire Protocol Compression
- OP_MSG

Introduction of Session:
- Retryable Writes (this is my favorite)
- Causally Consistent Reads
- Notification API
What do you dislike about the product?
Sometimes I struggle over the javascript syntax which is intensely used and some time a little bit unhandy.
What problems is the product solving and how is that benefiting you?
I deal with huge databases, especially the connection to Spark and the new BI Connector in combination with the new aggregation functions helped me already to get things done faster than in the past.
Recommendations to others considering the product:
Get ready to understand the concepts of noSQL databases first.
Understand to "Think in documents". If not you may have a rough start.