top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

MongoDB database design

–2 votes
114 views

I need to develop a system which they need to manage company user blog site, comment, tag, likes, dislike, most access topics.

  1. Please let me know what type of data model I should use for this.
  2. How to do data analysis and reporting for this

Please help?

posted Feb 10, 2016 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button
Have you ever read this article? Read this blog where you will find mongoDB structure for same purpose but with pros and cons.
http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/

Similar Questions
0 votes

I want to retrieve and display the content as text stored in mongodb database using the mongodb id which is automatically assigned but found difficult to how to start I made connection with mongodb and nodejs server?

0 votes

I want to connect a particular MONGODB database to c# application using Web.config.
Please tell me how to do it?

+1 vote

I have an application that will store data in a an entity called Department.For this department i will have SUBDEPARTMENT1, SUBDEPARTMENT2 and SUBDEPARTMENT3 Now, I want to store massive data in database.those data are students. In RDBMS.the modelisation is simple. Just having one Entity called department and the 3 subdepartment will inherit from the father department. Can you please tell me how to model this in MongoDB?

I know subCollection but it does not look good because I will have also a collection called department that i will be able to store data in it.

...