Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Neo4j

You're reading from  Learning Neo4j

Product type Book
Published in Aug 2014
Publisher
ISBN-13 9781849517164
Pages 222 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Rik Van Bruggen Rik Van Bruggen
Profile icon Rik Van Bruggen

Table of Contents (18) Chapters

Learning Neo4j
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Graphs and Graph Theory – an Introduction Graph Databases – Overview Getting Started with Neo4j Modeling Data for Neo4j Importing Data into Neo4j Use Case Example – Recommendations Use Case Example – Impact Analysis and Simulation Visualizations for Neo4j Other Tools Related to Neo4j Where to Find More Information Related to Neo4j Getting Started with Cypher Index

The Property Graph model of graph databases


The NOSQL category of graph databases, as we have seen previously, is in a class of its own. In many ways, this is because the underlying data model of graph databases—the Property Graph data model—is of a very specific nature, which we will explain a bit further.

First of all, let's define the Property Graph data model. Essentially, it means that we will be storing our data in the graph database.

A graph structure means that we will be using vertices and edges (or nodes and relationships, as we prefer to call these elements) to store data in a persistent manner. As a consequence, the graph structure enables us to:

  • Represent data in a much more natural way, without some of the distortions of the relational data model

  • Apply various types of graph algorithms on these structures

In short, it enables us to treat the graph nature of that data as an essential part of our capabilities. One of the key capabilities that we will find in the remainder of this...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}