Hello!
I would like to visualize a in-memory graph. Is this possible?
context: I am creating a graph in-memory with nodes connected by 2-hops. I do not want to add extra edges in my database - I am creating the graph in-memory using cypher projection. Now, I wonder if I can output edges and nodes of my in-memory 2-hop graph so I can visualize the graph.
Thanks,
Lavanya