- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 168字
- 2021-07-08 09:37:35
Node labels
Node labels are a way of semantically categorizing the nodes in your graph. A node can have zero, one, or more labels assigned to it--similar to how you would use labels in something like your Gmail inbox. Labels are essentially a set-oriented concept in a graph structure: they allow you to easily and efficiently create subgraphs in your database, which can be useful for many different purposes, such as querying on only a part of your database content. One of the most important things that you can do with labels is create some kind of typing structure or schema in your database without having to do this yourself (which is what people used to do all the time before the advent of labels in Neo4j 2.0). A node with one label is comparable to a row in a table. There is no comparison with the (so-called) relational world for a node with several labels. Although not required, a node should have at least one label.
- JBoss Weld CDI for Java Platform
- Python編程自學手冊
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- 跟小海龜學Python
- 匯編語言程序設計(第2版)
- Functional Programming in JavaScript
- Python王者歸來
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Visual Basic程序設計與應用實踐教程
- Learning Python by Building Games
- 量化金融R語言高級教程
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- OpenCV 4計算機視覺項目實戰(原書第2版)
- 小型編譯器設計實踐
- OpenStack Networking Essentials