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

MongoDB Atlas for Government

MongoDB, Inc | 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

361 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Ulrich C.

MongoDB - powerful and reliable

  • September 21, 2016
  • Review verified by G2

What do you like best about the product?
I like the easy setup and the awsome performance of the database. You can easily setup a cluster environment in minutes on a development machine. The document-structure and schemaless design makes you think different, but more realistic (you need not hassle around with plenty of tables only to get your simple business model).
The Atlas-Cloud-Service is great for production, where you can easily "outsource" the database-administration... but you keep full control over your database-environment.
What do you dislike about the product?
Not really dislike, but the MongoDB queries needs to get used to;
What problems is the product solving and how is that benefiting you?
The benefit for me as a developer is, that I can concentrate on business feature development and that the database completely fit to Domain driven design. It makes things easy, and that is the main benefit.
MongoDB has a very good performance with basic setup, and it is no problem to handle multi-millions of dicuments. And you have additional features to optimize (replica-sets, sharding and so on), so MongoDB scales very good.
Finally, it fits into plain JavaEE development (you don't need JPA, you can use the plain JavaDriver or Morphia as an object-mapper).
Recommendations to others considering the product:
Try it out and register to the MongoDB-university with free onine courses, which gives you a good starting and introduction to the product and its usage. Further, read the awsome online-documentation, which comprises many tutorials.