"Neo4j Tutorial"의 두 판 사이의 차이
hiblue
| 2번째 줄: | 2번째 줄: | ||
*'''The Labeled Property Graph Model'''을 기본 데이터 구조로 가짐. | *'''The Labeled Property Graph Model'''을 기본 데이터 구조로 가짐. | ||
[[File:Neo4j_model.JPG|800px]] | [[File:Neo4j_model.JPG|800px]] | ||
| − | * | + | *노드''Nodes'' |
| − | ** | + | **데이터 개체''Nodes are the main data elements'' |
| − | ** | + | **관계로 다른 노드들과 연결''Nodes are connected to other nodes via relationships'' |
| − | ** | + | **하나 이상의 속성을 지님''Nodes can have one or more properties (i.e., attributes stored as key/value pairs)'' |
| − | ** | + | **하나 이상의 라벨을 지님''Nodes have one or more labels that describes its role in the graph'' |
2018년 1월 17일 (수) 00:42 판
- Neo4j is the world’s leading graph database.
그래프 데이터 베이스 - The Labeled Property Graph Model을 기본 데이터 구조로 가짐.
- 노드Nodes
- 데이터 개체Nodes are the main data elements
- 관계로 다른 노드들과 연결Nodes are connected to other nodes via relationships
- 하나 이상의 속성을 지님Nodes can have one or more properties (i.e., attributes stored as key/value pairs)
- 하나 이상의 라벨을 지님Nodes have one or more labels that describes its role in the graph