What are the main characteristics of NOSQL?
Why do we need NOSQL in addition to relational database and SQL?
What are the main difference between ACID and CAP?
This is a hands-on project. It is using Neo4j graphic database to create the following db.
a) Show a screenshot of the graph database b) Show a screenshot on the data model c) Write a query to show those friends with Nosa and show a screenshot d) Write a query to show a path from Michel to Jason and show a screenshot e) Write a query to show those like coffee and show a screenshot f) Write a query to show those reading ‘SM Enabling Tech’ now g) Write a query to show the author who wrote “SM Enabling Tech’
Sample Solution