January 2016
Beginner
176 pages
5h 12m
English
CHAPTER 5
![]()
Managing Your Data in Neo4j
Thanks to it being a graph database, Neo4j actually gives you a lot of freedom when it comes to how you structure your data. When you’re using something like MySQL, if you want to perform relationships, you have to adhere to certain rules. You’ll need to have some kind of joining table for the data to join the different tables. Of course the way you structure the data is still similar in some respects, such as relating one node to another, but you don’t need to use a table to do that; you could use a relationship, or a node and multiple relationships.
A quick note about Gists
In this chapter, we’ll be covering ...
Read now
Unlock full access