MongoDB Atlas (pay-as-you-go)
MongoDB, IncExternal reviews
508 reviews
from
and
External reviews are not included in the AWS star rating for the product.
MongoDB and itds new cool features!
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
* 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.
Understand to "Think in documents". If not you may have a rough start.
Somewhere between SQL and NoSQL
What do you like best about the product?
Free to add or change fields
Fast performance
Compression (starting with WT)
Fast performance
Compression (starting with WT)
What do you dislike about the product?
w=0, default handling in earlier versions
in earlier versions, the disk usage was quite high (about 10x the actual size)
in earlier versions, the disk usage was quite high (about 10x the actual size)
What problems is the product solving and how is that benefiting you?
Storing session data
Analytics
Analytics
Recommendations to others considering the product:
Store everything in one object, do not use the SQL split into different tables paradigm, because Mongo only in the latest versions has added support for queries with JOIN. ($lookup)
Incredibly good
It's very easy to setup.
The price is affordable.
They offer good support.
The only things I miss are:
Manual backup button (to make a backup right now)
Web query interface
Everything as advertised...but beware AWS costs
So, granted, much of this can be attributed to my inexperience with AWS and their billing, but Atlas makes it so easy to setup, perhaps a warning of:
1) both the cost of Atlas service itself;
2) the cost of the AWS servers Atlas needs to run on;
is warranted when calculating the total expected bill.
So, 5 stars for Atlas. Ding on the cost calculator and unexpected high bill from AWS.
No sql Database
What do you like best about the product?
Mongodb does not have primary Key and foreign key concept which makes it better than SQL database.
It has relationship between tables and which can be related easily.
It has npm packages to integrate to Nodejs server.
It has mongodb driver npm package to access all native methods
It has packages for auto-populate and auto-delete(soft delete)
It has relationship between tables and which can be related easily.
It has npm packages to integrate to Nodejs server.
It has mongodb driver npm package to access all native methods
It has packages for auto-populate and auto-delete(soft delete)
What do you dislike about the product?
It is not easy to sort the result that is json according to the front-end developer.
It does not use elastic search.
Validating the sub-schema is hard.
It is not easy to join two tables (map-reduce)
It does not use elastic search.
Validating the sub-schema is hard.
It is not easy to join two tables (map-reduce)
What problems is the product solving and how is that benefiting you?
Faster database operations.
Easy to write database queries via NPM packages.
Easy to relate tables that is establish relationship between tables.
Easy to write database queries via NPM packages.
Easy to relate tables that is establish relationship between tables.
Easy to work with...
What do you like best about the product?
Mongo was extremely easy to get started with. We found lots of resources to get up and running (from both Mongo and 3rd parties) but none were really necessary. The performance for our relatively small (~20GB) dataset is fine. There are a number of cloud services that provide hosted solutions.
What do you dislike about the product?
The fact that it was easy to set up also meant we left lots of default settings for way too long. Coming from a RDBMS world, it was tough to fully understand and apply the aggregation framework that MongoDB uses. Additionally, being a NoSQL DB, not having a schema for our data has burned us many times. For example, before we hardened our code, our dates were stored as Date objects, numbers, Strings, and nulls.
What problems is the product solving and how is that benefiting you?
We are using MongoDB for our primary storage medium. It is easy to use, performant enough for our needs, and easy to find help and support for.
Recommendations to others considering the product:
If you are looking for an easy NoSQL database to use, MongoDB is a good place to start. However, be aware that the flexibility gained by using schema-less persistence must be made up in code.
Easy NoSQL solution
What do you like best about the product?
Easy to use, but still require a little reading up before able to put to use. Able to search for specific usage relatively easy on the web. Stays out of the way of developers attention
What do you dislike about the product?
Nothing I do not like so far. If anything, you can improve the preformance
What problems is the product solving and how is that benefiting you?
A mySQL replacement. MongoDB delivers and improve my speed of delivery
Recommendations to others considering the product:
It delivers. I think it is easier to use than SQL solutions. No problems with it
MongoDB a different alternative
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
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
Powerful NoSQL DB
What do you like best about the product?
MongoDb is a powerful NoSQL DB and has become very performant with the addition of the WiredTiger storage engine. MongoDB is easy to setup and easy to work with in a variety of languages. Editing data is easy, since it is essentially modifying JSON.
What do you dislike about the product?
Joining data can be a bit hairy, so you have to make sure MongoDB is actually the correct solution for your use case. Querying can sometimes be confusing at first when wanting do more than a simple field match.
What problems is the product solving and how is that benefiting you?
We use MongoDB collections for storing a variety of content data that powers our website. An object can be a specific product or an article, or configuration data.
Recommendations to others considering the product:
Mongo is a great schema-less option that can allow you to dump your objects straight from your code as-is. This means not having to deal with normalization like in relational databases and having to do joins across collections, since all the data can be tied directly with the object. This requires a different mindset than when designing a relational DB-based project.
My favorite NoSQL database especially with Node.JS.
What do you like best about the product?
Very flexible, homogeneous with Node.sj, very high speed, good utility functions, and easy powerful queries.
What do you dislike about the product?
Establishing relations between collections needs to be done manually and a bit error-prone.
What problems is the product solving and how is that benefiting you?
Designing databases for websites and mobile application development.
Recommendations to others considering the product:
You should go for it if especially if you want to develop with Node.js framework.
showing 261 - 270