Replies: 1 comment
-
data exist in applications within different isolated clusters. Every data knows which other data it can interact with. Not havin a graph abstraction layer require to keep rewriting code specific to the data although the query is always the same. Therefore converting the data to a graph representation once can allow to use all available graph analysis frameworks. Cypher, as a graph representation even, is more compact than a json nodes and edges list, even compared to packed json data. Cypher is a declarative language that is easy to comprehend given the direct descriptions of properties and relations. |
Beta Was this translation helpful? Give feedback.
-
Short answer
Graph Query Languages
https://www.gqlstandards.org/existing-languages
Graph Modelling Language
GML with free Queries
Analysis
Assumption
Beta Was this translation helpful? Give feedback.
All reactions