Feature Title
choice of the DB for the graph
Describe the feature
Hello Raphael and thanks for this interesting repo!
The choice has been made of AGE, I believe to be fully PostgreSQL native and compliant.
But why don't you use Falkor or Ladybug that both are much more performant for cypher queries with dense graph (number of node, degree) and deep graph traversal (n hops); since AGE use pure SQL behind the hood with join.. so clearly not suited in case we want to traverse deep graphs.
By the way ladybug is embedded using wasm and transformer.js, so it is even better if edgequake want to be offline for instance and browser native.
you can look at what https://github.com/abhigyanpatwari/GitNexus did for instance.
cheers,
Antony
Motivation
No response
Alternatives considered
No response
Additional context
No response
Feature Title
choice of the DB for the graph
Describe the feature
Hello Raphael and thanks for this interesting repo!
The choice has been made of AGE, I believe to be fully PostgreSQL native and compliant.
But why don't you use Falkor or Ladybug that both are much more performant for cypher queries with dense graph (number of node, degree) and deep graph traversal (n hops); since AGE use pure SQL behind the hood with join.. so clearly not suited in case we want to traverse deep graphs.
By the way ladybug is embedded using wasm and transformer.js, so it is even better if edgequake want to be offline for instance and browser native.
you can look at what https://github.com/abhigyanpatwari/GitNexus did for instance.
cheers,
Antony
Motivation
No response
Alternatives considered
No response
Additional context
No response