Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MongoDB Pricing [closed]

Tags:

I can't find a good article with MongoDB pricings and I am trying to estimate how much it would cost for my company if we would use it in production environment.

Could you help me to estimate/provide MongoDB pricing links to understand approximetly how much it would cost? And should it be cheaper compared to SQL Server Enterprise edition?

  1. MongoDB with AWS hosting - I found the pricing for it but if I use an AWS instance with MongoDB, should I pay for the license as well or just for the instance?

  2. MongoDB License - I read that there is an Enterprise edition but couldn't understand what are the differences between the enterprise and not enterprise and what are the costs differences.

I should have:

  • 2 MongoDB Licenses.
  • MongoDB should be high-available (in SQL Server for example I had to purchase the enterprise edition in order to make it highly-avaialable, should I do it with MongoDB as well?).
  • Each instance will use 500GB Volume space.
  • Platform - Windows Or Linux (still thinking).

I asked many questions but even if you provide me some answers it would be greatly appreciated. If I need to add some more data, let me know and I will add.

like image 744
Misha Zaslavsky Avatar asked May 19 '16 09:05

Misha Zaslavsky


People also ask

Is MongoDB no longer free?

MongoDB allows teams to choose their cloud provider of choice while providing database management that streamlines every aspect of database administration. It's easy to get started with MongoDB Atlas, and it's free.

Why is MongoDB not free?

MongoDB is a NoSQL database that is open source. MongoDB is available in two editions. One is MongoDB Open Source, which is free as part of the Open-Source Community, but for the other editions, you must pay a License fee. When compared to the free edition, this edition has some advanced features.

How does MongoDB pricing work?

MongoDB Atlas offers a perpetual free tier and usage-based pricing for as little as $9/mo for a shared instance or $60/mo dedicated.

Is MongoDB still in demand?

This approach pushes complexity on to developers to wrangle these data technologies in their applications and develop workarounds to address scalability and performance.” As the most recent Stack Overflow survey of 76,000+ developers shows, along with PostgreSQL, MongoDB continues to be highly sought after.


1 Answers

You can use MongoDB Community Server, instead of MongoDB Enterprise Server, it does not have Licenses cost. This https://www.mongodb.com/download-center?jmp=nav#enterprise shows the extras that you get with Enterprise server.

MongoDB can be configured with replica-set config, which provides high-availability. This feature is part of both community & enterprise server, no need to pay anything extra for it.

If you host community server on AWS EC2, you would need to pay for EC2 instance (+ EBS volume) costs, no mongodb licenses cost.

For approximate idea on pricing you can also see: https://mlab.com/plans/pricing/ (they provide managed Database-as-a-Service for MongoDB on AWS).

like image 108
Ashish-G Avatar answered Sep 28 '22 02:09

Ashish-G