CHAPTER 5

image

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 ...

Get Beginning Neo4j now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.