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.


    Simon R.

Enterprise user

  • June 21, 2017
  • Review verified by G2

What do you like best about the product?
Schemaless design, ease of deployment and scaling
What do you dislike about the product?
Some of the client tools are still growing.
What problems is the product solving and how is that benefiting you?
scale for online commerce platform.


    Information Services

Awesome experience using MongoDB

  • June 21, 2017
  • Review provided by G2

What do you like best about the product?
Handles large data well.
Provides good performance.
Javascript syntax works well with the rest of our MEAN App.
What do you dislike about the product?
Syntax for aggregate pipeline is too complex.
What problems is the product solving and how is that benefiting you?
Provide improved performance for our searches.
Provide more flexibility in features, and aided agile development


    Manan S.

data engineer

  • June 21, 2017
  • Review provided by G2

What do you like best about the product?
ease of upgrades and ease of scalability
What do you dislike about the product?
rs.reconfigs causing unnecessary outages even when they are not supposed to for example removing a dead member from the set
What problems is the product solving and how is that benefiting you?
performance


    William A.

Overall MongoDB

  • June 20, 2017
  • Review provided by G2

What do you like best about the product?
The key factors that I like are the flexible schema and easy integration with many languages.
What do you dislike about the product?
Until recently, scaling and clustering have been fairly painful to manage. The query language is flexible and expressive, but it does require s bit of a learning curve.
What problems is the product solving and how is that benefiting you?
Simplifying the data model and access mechanisms for data.
Recommendations to others considering the product:
Take a very in depth and comprehensive look at your data and workloads and access patterns. It is very likely that there are places where the Mongo data model may not only work well, but may also actually be better than the traditional SQL relational database.


    Paula L.

Very flexible and easy to use

  • June 20, 2017
  • Review provided by G2

What do you like best about the product?
It is very Flexible and easy for Java users.
What do you dislike about the product?
learning to query without sql was difficult
What problems is the product solving and how is that benefiting you?
Using it for mass data storage and analytics. Faster performance than oracle
Recommendations to others considering the product:
Definitely better than most sql databases for performance of big data


    Jerry Mannel R.

mongoDB: Faster go-to market DB

  • June 20, 2017
  • Review provided by G2

What do you like best about the product?
- The flexible schema
- db features like: aggregate, lookup, graph
What do you dislike about the product?
To find something in the documentation takes me time.
I also find it difficult to find in-depth articles on indexing, sharding etc.
What problems is the product solving and how is that benefiting you?
Building modern day micro-services based, API centric solutions for our clients.
We build an ERP system on nodejs and mongo and now we are building a travel and booking platform.


    Computer Software

Flexible development database

  • June 20, 2017
  • Review provided by G2

What do you like best about the product?
The ability to stand up object models as required without having to map out all possible configurations before starting development
What do you dislike about the product?
The pressure(?) of the community to use Mongoose, which should no longer be the case with the release of JSON Schemas.
What problems is the product solving and how is that benefiting you?
Prototyping for rapid turnaround projects that may or may not have paying customers
Recommendations to others considering the product:
It's a great choice for backend on any new applications.


    Tomasz T.

Lifesaver or at least product-saver

  • February 13, 2017
  • Review verified by G2

What do you like best about the product?
MongoDB is very easy to learn and the BSON format make is super clear to read and interact with.
The most important for us was the sharding feature and the fact we could take advantage of atomic operations.
What do you dislike about the product?
It's not a general purpose DB and you need to plan heavily before creating new db schema.
What problems is the product solving and how is that benefiting you?
We were have a lot of performance problems with our write-heavy application and MongoDB helped us save all those problems. The installation and maintenance was also very straight-forward and we were able to pick it up with ease from the online documentation.


    Computer Software

Decent for non-rapid database calls

  • January 10, 2017
  • Review verified by G2

What do you like best about the product?
Fast NoSQL results, easy setup, easy configuration.
What do you dislike about the product?
Read/write locks become a bottleneck. Replication authentication is tricky.
What problems is the product solving and how is that benefiting you?
We use MongoDB for our messaging system. I used it in a project previously for location mapping, their Geo location support is amazing.
Recommendations to others considering the product:
Consider other NoSQL databases


    Computer Software

MongoDB a different alternative

  • October 27, 2016
  • Review verified by G2

What do you like best about the product?
Well i like the fact that is schema less , the structure of a single object is clear we do not have complex joins.
Deep query-ability., and it is something that is in trending
What do you dislike about the product?
Well first thing i am so use to tradiciont TSQL so i am still getting used to it, sata size in MongoDB is typically higher, less flexibity with querying (e.g. no JOINs), no support for transactions(or maybe i do not know how to do them ).
What problems is the product solving and how is that benefiting you?
Running regressions and store the result
Recommendations to others considering the product:
Try to provide a path for the ones that are TSQL to experience MongoDB sometime we are affraid of the transition because we got the feeling that Mongo might not be as stablish as less say MSSQL