top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is mongodb good for all operations ?

0 votes
197 views

I want to develop an application in Asp.net MVC using mongodb.

Now as far as i know about mongodb. It is considered to be excellent for the definitional data and its search (fastest) and what for other operations?

Is mongodb good for other operations as well? should I use it for developing inventory like system or ecommerce or partially use it ?

posted Oct 11, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
MongoDB is suitable for a variety of use cases.

For some examples and case studies, please see:
https://www.mongodb.com/use-cases
https://www.mongodb.com/who-uses-mongodb
As with any tool, you will get get better outcomes if you learn more about how to use it well.

I would recommend taking one of the free MongoDB University courses, eg. M101N (for .NET Developers): https://university.mongodb.com.

Similar Questions
+2 votes

I am looking for a MongoDB book that has some project or practices for Software testers. I would like to learn MongoDB enough to do different automated testings.

+3 votes

I need a tool for rapidly recreating the proper "schema" (such as it is) of MongoDB instances between environments that pre-creates the right DB names, collections, sets collection caps, and creates the indexes for each collection. I do NOT want to copy all of the data between the instances, though. Each env I manage has different data but the DB/collection/caps/indexes are all the same. Is there an easy way to do this, preferably a tool that exports a JSON doc of all the names, caps and indexes that can then be re-ported into a new instance?

Thanks in advance

+1 vote

I am trying to get all the collection names from MongoDb server using C# code using db.GetCollectionNames() method.

I have 12 collections in my database, but the above method returns an empty list. I have verified that I am referring to the correct database. What am I doing wrong? Or if there is an alternate way?

+2 votes

I heard some of them like php,java,node.js but I want to know the full list of languages which that can be used with mongodb.

0 votes

How to get all query which related 1 collection in mongodb? for oracle,we can get all query from system view like v$sql, but I am not sure if mongodb have this system view to see all query related 1 special collection?

...