Who uses AGE? #226
-
|
Hello, we were wondering if anybody wanted to share how they are using Apache AGE? |
Beta Was this translation helpful? Give feedback.
Answered by
jayveeAtWork
Jan 30, 2023
Replies: 1 comment
-
|
Use case = dependencies between process runs, visualized as a graph. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aked21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case = dependencies between process runs, visualized as a graph.
Currently doing that in regular SQL with recursive queries and actually working fine (if not very readable). We're interested in whether a graph database might make lookups easier to understand, and whether it will provide additional functionality benefitting our use case. Though at this point, we're just sniffing around for a potential POC later this year.