- 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.
- Computer Vision for the Web
- Windows Presentation Foundation Development Cookbook
- Learning Laravel 4 Application Development
- 用Flutter極速構建原生應用
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Visual C++數字圖像處理技術詳解
- 零基礎學單片機C語言程序設計
- C語言課程設計
- 數據結構習題解析與實驗指導
- Kotlin從基礎到實戰
- Orleans:構建高性能分布式Actor服務
- 從Power BI到Analysis Services:企業級數據分析實戰
- Tableau Desktop可視化高級應用
- 從零開始:C語言快速入門教程
- 數字媒體技術概論