From the course: NoSQL Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Solution: Common jobs for each type of NoSQL store

Solution: Common jobs for each type of NoSQL store - NoSQL Tutorial

From the course: NoSQL Essential Training

Start my 1-month free trial

Solution: Common jobs for each type of NoSQL store

(upbeat music) - [Instructor] It's time for our solution. The common jobs for each type of NoSQL store. So what we did is we looked at a bunch of scenarios for NoSQL databases and tried to figure out which of the four types would be right for a certain scenario, or mostly right for a certain scenario. So the first one was social networking. And the social networking site where we need to traverse relationships quickly is best for a graph database. A graph database where we have nodes and edges and we have relationships stored there. So that's the answer there. Next step, did you get key-value for the leaderboard? Because we're looking at some really simple, fast queries, right? Keys, values, user score, right, to create a leaderboard here. So key-value database would typically be the best solution for a leaderboard with simple data. Now, next up, this might've been a little confusing. Large amounts of data should…

Contents