- Neo4j Graph Data Modeling
- Mahesh Lal
- 158字
- 2021-07-16 13:31:15
Graphs in mathematics
A graph is a mathematical structure of objects in which some pairs of objects are connected by links. The objects are denoted by abstractions called nodes (also known as vertices) and their links are represented by relationships (also known as edges). The relationships might be directed where it makes semantic sense in one particular direction. In cases where the semantics work in both directions, we can safely use undirected relationships to denote the link.

Figure 1.1: Edges, vertices, directionality
In Figure 1.1, we have three actors or entities, Alice, Bob, and London, which are represented as nodes. The links between them are denoted by relationships. Alice is married to Bob and Bob is married to Alice. Both true, hence we represent Is Married To as an undirected relationship. However, Alice lives in London is represented by a directed relationship, Lives In, from Alice to London. This is because London lives in Alice cannot be true.
- LabVIEW 2018 虛擬儀器程序設計
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 信息安全技術
- Learn Programming in Python with Cody Jackson
- Windows Presentation Foundation Development Cookbook
- JavaScript by Example
- 名師講壇:Spring實戰開發(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- 低代碼平臺開發實踐:基于React
- 智能搜索和推薦系統:原理、算法與應用
- Learning AWS
- Xamarin Blueprints
- 交互式程序設計(第2版)
- Simulation for Data Science with R
- Java EE Web應用開發基礎
- Flask開發Web搜索引擎入門與實戰