"Neo4j Tutorial"의 두 판 사이의 차이

hiblue
이동: 둘러보기, 검색
1번째 줄: 1번째 줄:
 
*'''Neo4j is the world’s leading graph database.'''<br/>그래프 데이터 베이스
 
*'''Neo4j is the world’s leading graph database.'''<br/>그래프 데이터 베이스
 
*'''The Labeled Property Graph Model'''을 기본 데이터 구조로 가짐.
 
*'''The Labeled Property Graph Model'''을 기본 데이터 구조로 가짐.
[[File:Neo4j_model.JPG|400px]]
+
[[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:39 판

  • Neo4j is the world’s leading graph database.
    그래프 데이터 베이스
  • The Labeled Property Graph Model을 기본 데이터 구조로 가짐.

Neo4j model.JPG

    • 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