- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 145字
- 2021-07-08 09:37:35
Relationship types
Relationship types achieve something similar to what you do with node labels, but with relationships. The purpose of doing so, however, is mostly very different. Relationship types are mandatory properties of relationships (every relationship must have one and only one type--two nodes can be linked by several relations) and will be used during complex, deep traversals across the graph, when only certain kinds of paths from node to node are deemed important by a specific query.
This should give you a good understanding of the basic data model that we will be using during the remainder of this book. Neo4j implements a very well-documented version of the property graph database, and as we will see later, is well-suited for a wide variety of different use cases. Let's explore the reasons for using a graph database like Neo4j a bit more before proceeding.
- Facebook Application Development with Graph API Cookbook
- Docker進階與實戰
- Vue.js 3.x從入門到精通(視頻教學版)
- INSTANT CakePHP Starter
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- The DevOps 2.4 Toolkit
- Mastering JavaScript High Performance
- Linux:Embedded Development
- RISC-V體系結構編程與實踐(第2版)
- LabVIEW虛擬儀器入門與測控應用100例
- Extreme C
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Orchestrating Docker
- R Data Science Essentials
- ASP.NET開發寶典