top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Do we need to purchase MongoDB before we publish in production server?

+2 votes
248 views

We are developing a website with Asp.Net MVC 5, EF Code First and MS-SQL. we are planning to use MongoDB to store user message and chat history.
In MongoDB download center I choose Community version to download. I would like to know whether we need to purchase MongoDB product before we publish the application in production server?

In MongoDB website there is no information about the subscription.

posted May 9, 2016 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

AFAIK You can use the Community version in production.

If you want support, or some of our additional tools, such as Ops Manager ( https://www.mongodb.com/products/ops-manager ) or Compas ( https://www.mongodb.com/products/compass ), you need to purchase the Enterprise version.

answer May 9, 2016 by Sonu Jindal
Similar Questions
+1 vote

We are using php, mongodb v 2.6.10, we have not set connection pool. We want to set connection pool at server level.
Presently we are creating a new connections every time, when application talk to database. When our no of connection reach to 400, our db performance impact so badly, and query time increase up to 4 times.

0 votes

Why use three config server in MongoDB and whats mechanism is used for the tree config server to implement the High availability and load balance?

+1 vote

How to connect MongoDB data which is stored in remote server(I have remote server details) locally?And Is there in Mongo UI to connect or only commands will help?If so please give some links to run commands.

...