-2

I want to know which site give me knowledge of data modeling specially for social networking site for nosql database?

thanks

Manish Sapkal
  • 5,591
  • 8
  • 45
  • 74
  • There is no such thing as NoSQL. Just many new database technologies which have almost nothing in common. How to model your data depends on which database you are using. I would recommend you to consult the documentation and best-practices of the database technology you are using. – Philipp May 23 '13 at 13:02
  • possible duplicate of [Social networking DB schema?](http://stackoverflow.com/questions/9155545/social-networking-db-schema) – Neil McGuigan Jul 24 '13 at 19:48

1 Answers1

2

As @philip mentioned in the comments, NoSQL is an embrella term for anything but SQL, so there really isn't a single good answer when framing your question like that.

Having said that, this problem is probably best suited to be modelled using Graph Databases, such as Neo4J or Titan.

Some links:

Community
  • 1
  • 1
Geert-Jan
  • 18,623
  • 16
  • 75
  • 137