From the course: Cloud NoSQL for SQL Professionals

Unlock the full course today

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

Review NoSQL Graph architecture

Review NoSQL Graph architecture - NoSQL Tutorial

From the course: Cloud NoSQL for SQL Professionals

Start my 1-month free trial

Review NoSQL Graph architecture

- [Narrator] In terms of looking at an architecture for a graph NoSQL database. Let's evaluate using one for a scalable marketing customer-analysis application. Again we're going to have an inventing pattern. We're going to use social media feeds here and the reason for using a graph rather than something like a document or a key value store. Is we do want to capture the relationships from the social media feeds, who's friends with who, who likes what. We're going to have a custom query front end and a NoSQL backend. And interestingly we're going to use the data like pattern. I don't know if you remember when we discussed it earlier or if it's familiar to you. The idea is that you have an object store or a huge file system. So in the Amazon case of S3 in Google would be Google cloud storage buckets and you apply layers on top of that So that becomes your storage facility. So this comes out of the Amazon ecosystem…

Contents