Scenario: You are designing a social networking platform where users can follow other users and share posts. Which NoSQL database type would you choose and why?

  • Column-family Store
  • Document Store
  • Graph Database
  • Key-Value Store
For a social networking platform with complex relationships like followers and shared posts, a Graph Database would be suitable. Graph databases excel at handling relationships between entities, making it efficient to represent connections between users and their activities in this scenario.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *