- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 203字
- 2021-07-08 09:37:36
Graph global operations
As we discussed earlier, graph theory has done a lot of fascinating work on the analysis and understanding of graphs in their entirety. Finding clusters of nodes, discovering unknown patterns of relationships between nodes, and defining centrality and/or in-betweenness of specific graph components are extremely interesting and wonderful concepts, but they are very different concepts from the ones that graph databases excel at. These concepts are looking at the graph in its entirety and we refer to them as graph global operations. While graph databases are extremely powerful at answering graph local questions, there is an entire category of graph tools (often referred to as graph processing engines or graph compute engines) that look at the graph global problems.
Many of these tools serve an extremely specific purpose and even use specific hardware and software (usually using lots of memory and CPU horsepower) to achieve their tasks, and they are typically part of a very different side of the IT architecture. Graph processing is typically done in batches, in the background, over the course of several hours/days/weeks and would not typically be well placed between a web request and web response. It's a very different kind of ball game.
- 華為HMS生態與應用開發實戰
- Windows Presentation Foundation Development Cookbook
- C語言從入門到精通(第4版)
- R的極客理想:工具篇
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- SQL基礎教程(視頻教學版)
- Vue.js 2 Web Development Projects
- Go語言開發實戰(慕課版)
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 物聯網系統架構設計與邊緣計算(原書第2版)
- 黑莓(BlackBerry)開發從入門到精通
- 從零開始學UI:概念解析、實戰提高、突破規則
- Drupal Search Engine Optimization
- Using Yocto Project with BeagleBone Black
- 軟件設計模式(Java版)