It looks like recommendation questions aren’t explicitly OT, so here goes:
I’m working on some tooling for analyzing a dump of the heap of a running program. The dump is just a list of nodes with associated metadata and references to other nodes (possibly-cyclical).
I don’t have any experience with graph databases, and I’m wondering if I would save myself a lot of time by building tooling around a graph DB. So I’m looking for recommendations and pointers to resources, and advice.
Some specific questions:
- are there any graph databases that have functionality built in for computing a dominator tree? (googling this didn’t seem to get any results)
- are there any DBs that have tooling for visualizing a huge graph?