Hi I would like the depict the flow of paths followed by a user using neo4j.I want to produce an output like a sankey diagram.The project I am doing requires a similar output like google analytics.Is using neo4j a feasible option?
I have currently thought of storing the url as nodes and the relationship between two nodes as ‘PATHS’ relationship type path.The traversed path is stored as relationship property with a value.
Does anyone have their own input to this?