Description
The tutorial has been optimally designed and divided into five major sections:
- Section 1 – Intro to Graph Databases – what they are, their advantages, the graph data model and so on.
- Section 2 – Getting Started with Neo4J – what it is, install Neo4J on Windows and Linux and start to work with Neo4J browser.
- Section 3 – Cypher & Neo4J browser – in depth into the browser and the cypher query language, create nodes and relationships and visual representations through the browser
- Section 4 – More on Cypher and Neo4J – other cyper queries and clauses such as lisp, with statement, conditions, other things to help query the database
- Section 5 – SocialClient Application – build a NodeJS or JavaScript application that allows us to create nodes and relationships, add properties, etc.