- Neo4j Graph Data Modeling
- Mahesh Lal
- 107字
- 2021-07-16 13:31:17
Summary
In this chapter, we discussed that graph databases are structures that help represent data as nodes, relationships, and properties; relationships explicitly specify and qualify the connection between two entities; labels add semantic meaning to nodes and allow for addition of indices and constraints; properties add more information to the nodes and relationships. We saw a few use cases in which graphs are used currently.
From the next chapter onward, we will delve into designing a data model and use actual Cypher queries to feed it into Neo4j. The queries used in this book are compatible with Neo4j 2.2.3. They have also been tested with Neo4j 2.3.0-M02.
推薦閱讀
- Spring 5.0 By Example
- Mastering Ember.js
- VSTO開發(fā)入門教程
- 實戰(zhàn)低代碼
- SAS數(shù)據(jù)統(tǒng)計分析與編程實踐
- Visual Basic學(xué)習(xí)手冊
- 從學(xué)徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Expert Data Visualization
- C語言程序設(shè)計
- Babylon.js Essentials
- Learning YARN
- C++ Fundamentals
- 零基礎(chǔ)學(xué)Scratch 3.0編程
- Android高級開發(fā)實戰(zhàn):UI、NDK與安全
- React.js實戰(zhàn)