A graph database following the labelled property graph (LPG) model, specifically loading the LDBC SNB dataset. Rendering through a GUI application to query through read/write transactions and analytic workloads..
cmake --list-presets ; View available presets
cmake --preset [preset] -B [build_directory] ; Build project with defined preset
cmake --build [build_directory] -j20
rm -rf [build_directory]
./[build_directory]/graph-query/core/graphquery
- Incremental PageRank
- Weakly Connected Components by label propagation
- Strongly Connected Components, Tarjan's Algorithms
- Direction Optimising Breadth-First Search
- 2 Complex queries
- 2 Short queries
- 2 Delete queries
- 2 Update queries
Analytic | Transactional |
---|---|