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.


    Shiva K.

The Best platform to store data in JSON forma

  • December 31, 2017
  • Review verified by G2

What do you like best about the product?
It stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time and the uniqueness of the _id parameter helps to get or retrieving data easily ,Indexing, queries, application integration and data migration.The relevant technical considerations, such as differences between the relational and document data models and the implications for schema design.MongoDB is a designed for huge query and data storage. Its performance is mainly based on two key value that is design and scale out. MongoDB uses the document as the basic storage unit. In the relational model, the data will be stored in an individual table. In document model, they are saved as one document and its performance is much faster compared to relational query.It also provides ACID properties at the document level as in the case of relational databases.It supports replica sets; in other words, a failover mechanism is automatically handled. If the primary server goes down, the secondary server becomes the primary automatically, without any human intervention.MongoDB can be a cost effective solution because improves flexibility and reduces cost on hardware and storage. If you have an application that performs lots of writes, Mongo isn't a great solution from my humble opinion. As the data size grows, my team has applied TokuMx to speed up Mongo.
What do you dislike about the product?
Sometimes It doesn't support for large amount of requests, It shows error sometimes
What problems is the product solving and how is that benefiting you?
Dealing with user data like personal information
Recommendations to others considering the product:
This is very useful to store large data if you don't know the structure of data


    Information Technology and Services

Perfect for modern web apps

  • December 30, 2017
  • Review provided by G2

What do you like best about the product?
Mongodb is very Light weight compared to traditional dbs like Oracle, very easy to install and maintain, easy to learn and well documented.
What do you dislike about the product?
Easy to miss up the data but you can get around it if you use client like mongoose to help you with data modeling and validation before inserting into the database
What problems is the product solving and how is that benefiting you?
Needed to prototype quick web app, so this was the perfect match for Nodejs and angularJS


    Internet

On of the best NoSQL Database

  • October 30, 2017
  • Review provided by G2

What do you like best about the product?
Easy to integrate with express.js and node. Website provide great documentation and video lectures. Follow the university on their website. Mongo is schema-less -- it'll store any document you decide to put into it, it's not an RDBMS database although you can create your schema and relationships with other collections; geography is another nice feature I like a lot.
What do you dislike about the product?
so far nothing. Maybe some features common to relational databases are still missing.
What problems is the product solving and how is that benefiting you?
backend webservice for web application in cloud.


    Douglas J.

I'm Learning But I Like What I See

  • October 05, 2017
  • Review verified by G2

What do you like best about the product?
I like the fact that I can give developers a database platform that is denormalized.
What do you dislike about the product?
Querying can be cumbersome at first if you are coming from a SQL-based DB platform.
What problems is the product solving and how is that benefiting you?
We are using MongoDB to store irregular data


    Information Technology and Services

Excellent No sql DB

  • September 27, 2017
  • Review provided by G2

What do you like best about the product?
Moving from RDBMS to no sql , i like the document structure and its flexibility
What do you dislike about the product?
None as of now because i started it in my first project
What problems is the product solving and how is that benefiting you?
I use it for backend and services . I do not have to rely on foreign keys anymore and i have the flexibility to store data with ease


    McCourt C.

Mongo is very productive

  • September 21, 2017
  • Review provided by G2

What do you like best about the product?
I really like the document store idea.
The javascript integration is really good and the built-in security features and ecosystems is great.
I like how quick u can go from idea to a working model.
What do you dislike about the product?
Sometimes it feels inflexible when compared to traditional RDBMS.
Also, i found the security documentation lacking initially although this is much better today.
You cannot be as verbose with your queries by any means and related data feels clunky.
What problems is the product solving and how is that benefiting you?
Storing app data in the cloud on on mobile.
client-side storage with syn ability to serverside is really good, and minimongo in the browser is really nice to work with
Recommendations to others considering the product:
the barrier to entry is really low, you can spin up a working demo real quick.
Nodejs is a great way to test this out, take a look on github and on the mongo website for some skelton projects to get you up and running quickly.


    Mauro B.

MongoDB to JSON documents

  • September 12, 2017
  • Review provided by G2

What do you like best about the product?
The possibility to fast prototype new API integration and response
What do you dislike about the product?
It could be easy if there will be more GUI tools
What problems is the product solving and how is that benefiting you?
We are able to fast prototype new API integrations without the need to translate the data in SQL and reverse


    Adrián R.

A flexible but robust tool

  • August 02, 2017
  • Review provided by G2

What do you like best about the product?
Horizontal scale out and schemaless are the best
What do you dislike about the product?
Sometimes the error messages are not clear enough and you need to investigate in deep to found the root couse of the problem
What problems is the product solving and how is that benefiting you?
Index creation on each server separately without affecting performance
Recommendations to others considering the product:
Mongodb is growing up in different directions, maybe it's not too good in all of them


    Bruno B.

MongoDB, one of the best NoSQL solution

  • July 27, 2017
  • Review verified by G2

What do you like best about the product?
Very easy to learn the concepts
Easy to install (for a single node)
A lot of programming languages to query the database
Many tools (Robomongo is good one)
What do you dislike about the product?
Complexity of the architecture when you deploy a complete solution with sharding and replica set
What problems is the product solving and how is that benefiting you?
With such as schema free solution of datastore, you can make quick evolutions of your application without too much technical constraints. All developers become rapidly competent to evolve the applications.
Major benefit: it reduces the time to market : from the idea to the deployment in production, it can be a question of hours !
Recommendations to others considering the product:
Great support, they can help you from the data modeling to the deployment


    Nic C.

Perfect database for prototyping web services in Java then quickly going into production scale

  • July 25, 2017
  • Review provided by G2

What do you like best about the product?
Unlike SQL databases, MongoDB's document model makes it very easy to develop new software ideas in Java and then making them persistent. Using the Morphia open-source library, we can easily map our Java classes and persist them in MongoDB in the same 'shape' making it very intuitive to understand and optimize the data design.
What do you dislike about the product?
Coming from an SQL world, there is necessarily a bunch of new terminology and technology to understand. All of my previous experience about optimizing SQL databases no longer applies.
What problems is the product solving and how is that benefiting you?
We have been developing translation memory systems for internationalizing e-commerce websites in real time. The enormous amount of textual data was overloading MySQL. Changing the design of the system - adding a fields or changing an index - was literally taking days of 100% CPU and made changing the production system a nightmare. With MongoDB we can quickly iterate, add new fields - change the 'shape' of the documents in the live system, test from our development environments - all without affecting the behaviour or performance of the live system.
Recommendations to others considering the product:
MongoDB is a very mature NoSQL solution - perhaps the only ready for critical enterprise use.