Amazon S3 (Simple Storage Service) vs. MongoDB

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon S3
Score 8.7 out of 10
N/A
Amazon S3 is a cloud-based object storage service from Amazon Web Services. It's key features are storage management and monitoring, access management and security, data querying, and data transfer.N/A
MongoDB
Score 8.5 out of 10
N/A
MongoDB is an open source document-oriented database system. It is part of the NoSQL family of database systems. Instead of storing data in tables as is done in a "classical" relational database, MongoDB stores structured data as JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.
$0
per month
Pricing
Amazon S3 (Simple Storage Service)MongoDB
Editions & Modules
No answers on this topic
Shared
$0
per month
Serverless
$0.10million reads
million reads
Dedicated
$57
per month
Offerings
Pricing Offerings
Amazon S3MongoDB
Free Trial
NoYes
Free/Freemium Version
NoYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsFully managed, global cloud database on AWS, Azure, and GCP
More Pricing Information
Community Pulse
Amazon S3 (Simple Storage Service)MongoDB
Features
Amazon S3 (Simple Storage Service)MongoDB
Data Center Backup
Comparison of Data Center Backup features of Product A and Product B
Amazon S3 (Simple Storage Service)
9.0
Ratings
8% above category average
MongoDB
-
Ratings
Universal recovery9.00 Ratings00 Ratings
Instant recovery7.90 Ratings00 Ratings
Recovery verification8.00 Ratings00 Ratings
Business application protection8.60 Ratings00 Ratings
Multiple backup destinations9.40 Ratings00 Ratings
Incremental backup identification9.30 Ratings00 Ratings
Backup to the cloud9.40 Ratings00 Ratings
Deduplication and file compression8.70 Ratings00 Ratings
Snapshots9.50 Ratings00 Ratings
Flexible deployment9.20 Ratings00 Ratings
Management dashboard8.10 Ratings00 Ratings
Platform support8.70 Ratings00 Ratings
Retention options10.00 Ratings00 Ratings
Encryption9.80 Ratings00 Ratings
Enterprise Backup
Comparison of Enterprise Backup features of Product A and Product B
Amazon S3 (Simple Storage Service)
8.8
Ratings
7% above category average
MongoDB
-
Ratings
Continuous data protection9.40 Ratings00 Ratings
Replication9.20 Ratings00 Ratings
Operational reporting and analytics8.40 Ratings00 Ratings
Malware protection8.00 Ratings00 Ratings
Multi-location capabilities9.50 Ratings00 Ratings
Ransomware Recovery8.00 Ratings00 Ratings
NoSQL Databases
Comparison of NoSQL Databases features of Product A and Product B
Amazon S3 (Simple Storage Service)
-
Ratings
MongoDB
10.0
Ratings
12% above category average
Performance00 Ratings10.00 Ratings
Availability00 Ratings10.00 Ratings
Concurrency00 Ratings10.00 Ratings
Security00 Ratings10.00 Ratings
Scalability00 Ratings10.00 Ratings
Data model flexibility00 Ratings10.00 Ratings
Deployment model flexibility00 Ratings10.00 Ratings
Best Alternatives
Amazon S3 (Simple Storage Service)MongoDB
Small Businesses
Cove Data Protection
Cove Data Protection
Score 9.9 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
Medium-sized Companies
Bacula Enterprise
Bacula Enterprise
Score 9.2 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
Enterprises
Bacula Enterprise
Bacula Enterprise
Score 9.2 out of 10
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon S3 (Simple Storage Service)MongoDB
Likelihood to Recommend
9.2
(0 ratings)
10.0
(0 ratings)
Likelihood to Renew
10.0
(0 ratings)
10.0
(0 ratings)
Usability
7.6
(0 ratings)
10.0
(0 ratings)
Availability
-
(0 ratings)
9.0
(0 ratings)
Support Rating
9.8
(0 ratings)
9.6
(0 ratings)
Implementation Rating
-
(0 ratings)
8.4
(0 ratings)
User Testimonials
Amazon S3 (Simple Storage Service)MongoDB
Likelihood to Recommend
For archiving old data that is infrequently accessed it is perfect. You can choose to let it go into cold/glacier storage which saves even further costs but at the expense of accessibility. I like that you can set access rules to automatically move it to the next storage tier after a certain amount of time that it has not been accessed. I also use it a lot with PHP via the API. We have some custom in-house applications that have a fair amount of data uploaded into them. S3 has been a perfect solution to store these files, taking the load off web servers and never having issues with running out of storage.
Read full review
MongoDB [is] great at storing JSON data grouped into "collections". In this format, you can store any JSON documents and conveniently categorize them by collections. The JSON document contained in MongoDB is called binary JSON or BSON and, like any other document in this format, is unstructured. Therefore, unlike traditional DBMS, any kind of data can be stored in collections, and this flexibility is combined with the horizontal scalability of the database. It should be noted that MongoDB does not have links between documents and “collections” (this is partially compensated by the Database Reference - links in the DBMS, but this does not completely solve the problem). As a result, a situation arises in which there is a certain set of data that is not related to other information in the database, and there is no way to combine data from different documents. In SQL systems, this would be an elementary task.
Read full review
Pros
  • Reliable and secure way to store objects in cloud: Storing any type of file(text, pdf, doc, csv, etc) is very easy with S3. Fetching this stored content as and when you require is also pretty easy and can be done using both the console and AWS CLI. Appropriate permissions can be set up for buckets using IAM roles/policies.
  • Versioning in buckets: S3 gives you a very handy feature to store multiple versions of objects stored in a bucket.
  • Lifecycle policies: You can set up lifecycle policies in S3 that can move your older objects to IA or Glacier. This setup is very easy and can be done within minutes for a bucket.
  • Replication: The cross-region replication that S3 provides is wonderful. Beware of the inter-regional data transfer costs though.
Read full review
  • Easy to learn. When I picked up MongoDB for the first time, I had little background in database management or modeling. If you have a background in javascript (and JSON)... then you can figure out how to use MongoDB pretty fast.
  • Fast performance.
  • It's relatively easy to set up in certain environments because there are lots of ready-made solutions out there.
  • There's a lot of support in the existing ecosystem for it —, especially in the node.js realm.
  • Query syntax is pretty simple to grasp and utilize.
  • Aggregate functions are powerful.
  • Scaling options.
  • Documentation is quite good and versioned for each release.
Read full review
Cons
  • The biggest problem is to rename the bucket. There is no direct way to do it. One need to copy entire content to the different bucket with intended bucket name and then remove the old bucket. Sometimes it creates issues.
  • There is no direct way to upload .zip file and extract it to inside the bucket.
  • While uploading large files, sometimes you will find a drop of upload speed. I observe it so many times and while checking my internet speed, I find it absolutely perfect. So there must have something wrong on the AWS side.
Read full review
  • I love the idea of Map-Reduce native support in MongoDB. Admittedly I have not used it as much as I would like -- it always seems to trip me up.
  • Recent additions to the aggregation queries have helped reduce (no pun intended) my need to better wield the weapon that is Map-Reduce.
Read full review
Likelihood to Renew
Due to princing, availability and scalability.
Read full review
MongoDB is one of the most famous non-relational databases in the world, there are famous active projects that use this database. I think that the same company that develops the database gives you the online induction totally free is something that really is very positive. Accounts with a first-class support to be able to relate the correct implementation of the database, in addition to teaching you the best practices to optimize your projects, I believe that with this decision it is more than obvious which is the best decision at the time of seeing with which database to work.
Read full review
Usability
The UI could have some improvements (better filters) and there is a lack of some useful functionality, such as renaming an existing bucket: the latter is much needed in the context of rapidly evolving companies. Overall though, Amazon S3 (Simple Storage Service) is easy to use and to onboard people and tools to, thanks to its various APIs and flexibility.
Read full review
It is one of the reasons why we prefer it to store documents in a JSON-style format, to access the desired document very quickly regardless of its size, to be readable by human eyes, and to be easily scalable and manageable.
Read full review
Support Rating
It depends on your tier within Amazon on how great of support you get. For us we have a dedicated Point of Contact that is great in taking in what we need and discussing it with the S3 team. The best thing is features we need or suggest have a good chance of landing on their roadmap.
Read full review
I have reached multiple times to the MongoDB community for the help and they have provided each and easy solution for every problem. Over the internet and on stack overflow many people responds over the challenges. Now this tool is very much used in every company and projects so internally many people are there to give a support.
Read full review
Implementation Rating
No answers on this topic
While the setup and configuration of MongoDB is pretty straight forward, having a vendor that performs automatic backups and scales the cluster automatically is very convenient. If you do not have a system administrator or DBA familiar with MongoDB on hand, it's a very good idea to use a 3rd party vendor that specializes in MongoDB hosting. The value is very well worth it over hosting it yourself since the cost is often reasonable among providers.
Read full review
Alternatives Considered
S3 is the most mature simple storage service on the web. It has direct competitors from Google and Azure, as well as a bunch of other competitors that focus on different aspects. For example, Backblaze specializes on file backups, and while s3 can also be used for that, Backblaze provides a better price point in exchange for more focused functionality. S3 really shines in that it performs simple things astonishingly well, while also being flexible enough to stretch itself to other situations (data lakes, file mounts, backup/restores systems, web hosting, etc.).
Read full review
The environment I work in is somewhat unique in that we use both MySQL and MongoDB. However, each is used for specific purposes that the other is not well suited for. MongoDB is not a relational database like MySQL, so it serves as the perfect place to dump key bits of data for quick retrieval later. This is something we can't easily do with MySQL. On this smaller database, MongoDB also lets us retrieve data more quickly with its fast and efficient querying.
Read full review
Return on Investment
  • Allows us to store large amounts of raw traffic from data providers to allow us to view data our systems received at particular times, in order to reconstruct inputs in case of errors
  • Is capable of storing very large amounts of data cheaply without material impact to our business
Read full review
  • We can make more open and flexible systems due to its easy adaptation to new evolutions in web applications.
  • In the latest versions it offers support for different transactions and we could carry out real tests related to the concurrency of the application.
  • MongoDB allows you to have distributed clusters, which improves the speed of the queries by reducing the latency that exists between the database cluster and the service that executes the query.
Read full review
ScreenShots

MongoDB Screenshots

Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of